1
0
Fork 0
Commit graph

52 commits

Author SHA1 Message Date
Chaos 760e16c371
fix a number of bugs and add __vaultui_totp_path 2022-11-23 16:16:45 +00:00
ChaotiCryptidz eddc01fc35
make non-action links use href instead of onClick 2022-08-28 16:08:24 +01:00
ChaotiCryptidz 387da5f9ec
try fixing a bug in kv list, remove flake for now. 2022-03-03 13:43:21 +00:00
ChaotiCryptidz d4dfb81ca4 start work on adding a flake 2022-02-10 14:28:30 +00:00
ChaotiCryptidz d4e9865ada add settings page 2022-01-19 13:54:13 +00:00
ChaotiCryptidz a03a2655d0 replace modals with changing page content for better accessability 2022-01-19 12:08:06 +00:00
ChaotiCryptidz 301a110640 update dependencies 2022-01-13 19:04:31 +00:00
ChaotiCryptidz b461169f2c allow using JSON, JSON5, Hjson and YAML in KeyValueEdit 2022-01-13 18:31:19 +00:00
ChaotiCryptidz 0547d2398f add hjson support for editing secrets 2022-01-13 18:09:03 +00:00
ChaotiCryptidz c5c2b63d17 update dependencies 2022-01-11 13:18:59 +00:00
ChaotiCryptidz 69daec708a fix babel and hopefully CI too 2022-01-11 13:16:08 +00:00
ChaotiCryptidz 239a4aa761 add spa redirect 2022-01-07 16:26:53 +00:00
ChaotiCryptidz 955a655c43 update deps 2022-01-07 16:18:25 +00:00
ChaotiCryptidz b66078511d make linter happy 2022-01-07 15:55:15 +00:00
ChaotiCryptidz c62cd89771 initial work on moving to a real page router 2022-01-06 18:53:38 +00:00
ChaotiCryptidz da163c931a update dependencies 2022-01-04 21:21:54 +00:00
ChaotiCryptidz 38c3da2e2c update dependencies 2021-12-29 20:52:40 +00:00
ChaotiCryptidz - 0239a619e7 Add nix shell, move pagerouter into this repo, update packages. 2021-11-21 10:51:12 +00:00
purringChaos a256e7c734
Merge pull request #35 from purringChaos/dependabot/npm_and_yarn/sass-loader-12.1.0
Bump sass-loader from 11.1.1 to 12.1.0
2021-07-04 17:10:06 +01:00
dependabot[bot] 729f35f2ce
Bump mini-css-extract-plugin from 1.6.2 to 2.0.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.2 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.2...v2.0.0)

---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 04:19:11 +00:00
Z cea21b266f maybe saari work? 2021-06-13 21:11:01 +01:00
dependabot[bot] 46bc20ba7d
Bump sass-loader from 11.1.1 to 12.1.0
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 11.1.1 to 12.1.0.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/sass-loader/compare/v11.1.1...v12.1.0)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 06:40:30 +00:00
Kitteh f23758e100 Compress CSS. 2021-05-30 09:25:53 +01:00
Kitteh 6bb672182a Update packages. 2021-05-30 09:11:01 +01:00
Kitteh 2a4c5d4a6f Update deps. 2021-05-26 10:28:04 +01:00
Kitteh 4930b8e727 Add tsx syntax to Unseal. 2021-05-24 14:37:37 +01:00
Kitteh fc66591cc3 Change how page titles work, updating to z-pagerouter 1.0.2. 2021-05-24 10:14:01 +01:00
Kitteh ac9564eb60 Update npm package versions. 2021-05-24 09:49:00 +01:00
Kitteh 36a5da4ff6 Port some elements to tsx. 2021-05-23 14:33:41 +01:00
Kitteh a95c6d250f Start working on using preact and TSX. 2021-05-22 09:50:55 +01:00
Kitteh 8cb98c37eb Update package versions. 2021-05-21 11:19:27 +01:00
Kitteh ee2b1f8411 Add non-working userpass edit screen. 2021-05-21 10:19:17 +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 c71e530f3f Move makeElement to z-makeelement library. 2021-05-16 18:17:12 +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 3b251ee46f Move to z-pagerouter library! 2021-05-16 10:27:21 +01:00
Kitteh 9c50ca2432 Run prettier when using eslint to make code consistantly formatted. 2021-05-12 16:01:04 +01:00
Kitteh 799931f31a Add more @type packages. 2021-05-10 12:07:19 +01:00
Kitteh a59d66e881 Update node modules. 2021-05-09 16:39:24 +01:00
Kitteh 74092cf62d Improve BUILD_STRING. 2021-05-09 16:31:01 +01:00
Kitteh a237443aca Add typing to PageState.ts. 2021-05-07 23:08:02 +01:00
Kitteh 0a74135d60 Add ts-loader to package.json. 2021-05-07 22:27:40 +01:00
Kitteh 79257dfb13 Sort imports and lint code. 2021-05-03 09:25:42 +01:00
Kitteh 18f034acd3 Add QR scanner to Unseal page. Closes #22. 2021-04-24 11:19:21 +01:00
Kitteh 281156eacc Start work on i18n. 2021-04-18 11:28:55 +01:00
Kitteh 3748a2ebbd Switch to eslint. 2021-04-18 10:42:57 +01:00
Kitteh dc168e5604 Implement the Transit Encryption page. 2021-04-17 10:29:22 +01:00
Kitteh 01ac2d94bf Start work on TransitEncryptPage. 2021-04-16 18:57:59 +01:00