aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorBen Woodward <ben@bdw.to>2021-08-05 12:12:17 -0700
committerGitHub <noreply@github.com>2021-08-05 12:12:17 -0700
commit093f025de3e97339750dc3df5be626a0315507dc (patch)
tree9b740790ae1f4fb6f5ad2b675c01f37acd2f0914 /package.json
parent5a03a61de7ac4e8f58060ae19a309dd40eea13bc (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 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9cec5bc..682d3bf 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
6 "@testing-library/jest-dom": "^5.14.1", 6 "@testing-library/jest-dom": "^5.14.1",
7 "@testing-library/react": "^12.0.0", 7 "@testing-library/react": "^12.0.0",
8 "@testing-library/user-event": "^13.2.1", 8 "@testing-library/user-event": "^13.2.1",
9 "evergreen-ui": "^6.3.0",
9 "i18next": "^20.3.5", 10 "i18next": "^20.3.5",
10 "i18next-browser-languagedetector": "^6.1.2", 11 "i18next-browser-languagedetector": "^6.1.2",
11 "qrcode.react": "^1.0.1", 12 "qrcode.react": "^1.0.1",
@@ -15,8 +16,8 @@
15 "react-scripts": "^4.0.3" 16 "react-scripts": "^4.0.3"
16 }, 17 },
17 "devDependencies": { 18 "devDependencies": {
18 "prettier": "2.3.2", 19 "husky": "^7.0.1",
19 "husky": "^7.0.1" 20 "prettier": "2.3.2"
20 }, 21 },
21 "scripts": { 22 "scripts": {
22 "start": "react-scripts start", 23 "start": "react-scripts start",