1
0
Fork 0
Commit graph

252 commits

Author SHA1 Message Date
Kitteh 7568bc6d8e Add tsx syntax to TOTPNew and rename TOTP page IDs. 2021-05-23 12:12:25 +01:00
Kitteh 1ccb432cbc Implement deleting of TOTP codes. Closes #2. 2021-05-22 15:40:03 +01:00
Kitteh 4d04070446 Use tsx syntax in NavBar. 2021-05-22 14:26:02 +01:00
Kitteh a7acb3bd23 Run linter. 2021-05-22 13:54:30 +01:00
Kitteh 331d8c9e81 Make TOTPView load data right away. 2021-05-22 13:40:12 +01:00
Kitteh 8f2e91bf6b Rework TOTPView.tsx. 2021-05-22 13:31:22 +01:00
Kitteh 23cc9b60c9 Use tsx syntax in TOTPView. 2021-05-22 13:06:50 +01:00
Kitteh e4d749cce0 Add tsx syntax to KeyValueSecret. 2021-05-22 12:22:00 +01:00
Kitteh 0309dac899 Add tsx syntax to KeyValueView.tsx. 2021-05-22 11:12:55 +01:00
Kitteh eae3598611 Add tsx syntax to KeyValueNew. 2021-05-22 10:51:06 +01:00
Kitteh 2944a68af2 Add tsx syntax to KeyValueDelete. 2021-05-22 10:06:07 +01:00
Kitteh bc78661c49 Make KeyValueVersions use tsx syntax. 2021-05-22 10:00:36 +01:00
Kitteh a95c6d250f Start working on using preact and TSX. 2021-05-22 09:50:55 +01:00
Kitteh 40bb264107 Merge branch 'main' of https://github.com/purringChaos/VaultUI 2021-05-21 11:19:38 +01:00
Kitteh 8cb98c37eb Update package versions. 2021-05-21 11:19:27 +01:00
purringChaos 4c13c9e73e
Create dependabot.yml 2021-05-21 11:18:19 +01:00
Kitteh e22ee5a5dc Add userpass user deletion. 2021-05-21 11:13:13 +01:00
Kitteh e63a5f1736 Add the ability to create new users. 2021-05-21 10:59:31 +01:00
Kitteh 462bbcbb88 Add working userpass user edit page. 2021-05-21 10:52:34 +01:00
Kitteh ee2b1f8411 Add non-working userpass edit screen. 2021-05-21 10:19:17 +01:00
Kitteh 5e82683f6c Make a Form element to make creating Forms easier. 2021-05-20 16:17:05 +01:00
Kitteh 5a2b22f7fa add UserPassUserViewPage. 2021-05-20 15:15:02 +01:00
Kitteh 70f26da106 Add i18n in auth view. 2021-05-20 14:35:16 +01:00
Kitteh 7180edf2a3 Lint code. 2021-05-20 14:25:06 +01:00
Kitteh 0273793569 Rename some pageState things. 2021-05-20 14:12:12 +01:00
Kitteh 555825787c Add UserPassUsersListPage. 2021-05-19 10:45:52 +01:00
Kitteh 2cad885975 Add listing to AuthViewConfigPage. 2021-05-19 10:27:00 +01:00
Kitteh f72801a687 Use normalize.css. 2021-05-18 18:21:26 +01:00
Kitteh b3ca37fab0 Update depends versions. 2021-05-18 14:23:32 +01:00
Kitteh a6e26c6d72 Add list to auth home page. 2021-05-18 12:32:13 +01:00
Kitteh b66da7bd9d Add auth home. 2021-05-18 11:42:11 +01:00
Kitteh ec3ebe3356 Add access home page. 2021-05-18 11:28:05 +01:00
Kitteh db02e0e91b Move Secrets home to its own page and move secrets pages into their own folder. 2021-05-18 11:10:47 +01:00
Kitteh c71e530f3f Move makeElement to z-makeelement library. 2021-05-16 18:17:12 +01:00
Kitteh c71f3f26a8 Remove support on IE8. 2021-05-16 13:47:28 +01:00
Kitteh 26c5bd0467 Remove global pageContent. 2021-05-16 13:40:39 +01:00
Kitteh 499dabea24 Always use babel. 2021-05-16 13:30:31 +01:00
Kitteh f4ab8f212e Use babel to transpile. 2021-05-16 13:21:54 +01:00
Kitteh 6edd037f8d Stop using "void " on async methods. 2021-05-16 12:37:23 +01:00
Kitteh d658f468a5 Revert "Trial using lazy loading imports."
This reverts commit 718dd762cf.
2021-05-16 12:04:47 +01:00
Kitteh 718dd762cf Trial using lazy loading imports. 2021-05-16 11:40:31 +01:00
Kitteh 2d0733bfc7 Lint code. 2021-05-16 10:35:35 +01:00
Kitteh 3b251ee46f Move to z-pagerouter library! 2021-05-16 10:27:21 +01:00
Kitteh 615de8e5d4 Make a PageListType. 2021-05-16 09:59:35 +01:00
Kitteh 5c6e21f349 Move Page to Types. 2021-05-16 09:47:53 +01:00
Kitteh 364679d4e4 Remove PageState rom PageRouter. 2021-05-16 09:42:43 +01:00
Kitteh 1e95a2af87 Make PageType seporate rom Page. 2021-05-16 09:38:19 +01:00
Kitteh 4e390d3e96 Remove pageState in formatDistance.ts. 2021-05-15 10:58:54 +01:00
Kitteh 89bedc8be5 Run linter. 2021-05-15 10:56:08 +01:00
Kitteh 67bd89db1a Rework PageRouter, Page, pageContent and SecretTitleElement. 2021-05-15 10:54:39 +01:00