1
0
mirror of https://github.com/bndw/wifi-card.git synced 2024-12-24 10:06:42 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
Henrik Bierbum Bacher
1744e20952
Use official node image (#257)
* Use official node image

Use the official node which relies on a more recent version of alpine, the mhart image uses 3.11 which is end of life as of 7 months ago

* Update Dockerfile

* Update dependencies to run without openssl lgeacy workaround

* Update line endings to fix prettier warnings
2022-12-05 09:27:58 -08:00
Ben Woodward
093f025de3
Style and code refactor (#166)
* Move all settings below card

* refactor components; lifting state up

* background color

* Evergreen components for everything

* password error

* Tighten card size

* Simply hide password to basic toggle, never disable

* Hide password label, too

* Maximize mobile portrait width

* Make wifi tip smaller

* Small style tweaks

* Copy: update password length error text to include helpful instructions

This will need a backfill for other translations

* Remove unused css

* Use empty string for EncryptionMode=None value

* Remove light.min.css

* Include logo on wificard

* Cleanup after rebase

* Clean-up comments on state

* Padding for mobile
2021-08-05 12:12:17 -07:00
olekstomek
85cef17499
bump up dependencies versions to newest (#164)
* bump up dependencies versions to newest

* by the way a small suggestion in readme
2021-08-02 15:49:55 -07:00
Ahmed Tarek
0bac86b0a7
🔨 add husky precommit to auto run prettier (#128)
*  add husky precommit to auto run prettier

* yarn
2021-07-29 11:06:12 -07:00
KeJun
b0ee18a9c0
feat: add language detector (#67)
* feat: add language detector

* style: fmt code
2021-07-17 08:03:14 -07:00
Baoyuan
bc51f1b761
[Issue #49] feat: add i18n (#58)
* feat: add i18n

* fix: code clean
2021-07-16 08:02:03 -07:00
Ben Woodward
52ff61635b
Prettier formatting (#33)
* Add prettier

* Format code
2021-07-04 16:48:10 -07:00
Ben Woodward
66d1cc9fec
Update dependencies (#22)
ssri and is-svg packages.
https://github.com/advisories/GHSA-vx3p-948g-6vhq
https://github.com/advisories/GHSA-7r28-3m3f-r2pr
2021-04-03 10:38:54 -07:00
Ben Woodward
421f24102c
Update deps (#18) 2020-12-23 10:34:58 -08:00
bndw
6371e7794d Initial commit 2020-05-31 09:02:22 -07:00
bndw
e177a74c9e Initialize project using Create React App 2020-05-30 10:15:45 -07:00