diff options
| author | Ben Woodward <ben@bdw.to> | 2021-08-05 12:12:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 12:12:17 -0700 |
| commit | 093f025de3e97339750dc3df5be626a0315507dc (patch) | |
| tree | 9b740790ae1f4fb6f5ad2b675c01f37acd2f0914 /public/index.html | |
| parent | 5a03a61de7ac4e8f58060ae19a309dd40eea13bc (diff) | |
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
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html index 4882353..4b04eb7 100644 --- a/public/index.html +++ b/public/index.html | |||
| @@ -9,7 +9,6 @@ | |||
| 9 | content="Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc." | 9 | content="Print a simple card with your WiFi login details. Tape it to the fridge, keep it in your wallet, etc." |
| 10 | /> | 10 | /> |
| 11 | <link rel="icon" href="./images/wifi.ico" /> | 11 | <link rel="icon" href="./images/wifi.ico" /> |
| 12 | <link rel="stylesheet" href="./light.min.css" /> | ||
| 13 | <!-- | 12 | <!-- |
| 14 | manifest.json provides metadata used when your web app is installed on a | 13 | manifest.json provides metadata used when your web app is installed on a |
| 15 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | 14 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
