Commit Graph

12 Commits (8173a2f6a90f315eb0f2309cc78ec3f16ee59061)

Author SHA1 Message Date
Paul 8173a2f6a9 Hide edit profile button while editing, closes #301.
Block UI when account edit request is sent, closes #303.
2021-10-10 16:32:30 +01:00
Paul Makles 2373dc2e7d Merge pull request #268 from brecert/fix-198 2021-10-09 23:45:52 +01:00
Paul 6dbf34693a Prevent double sending of requests. 2021-09-19 13:47:25 +01:00
brecert 1f2c195712 Set appropriate `autocomplete` attributes for password reset
- make autocomplete set to `current-password` and `new-password` for password resets
- fixes #198
2021-09-19 04:11:54 -04:00
Paul cdb742a72c Fix change email / password. 2021-09-13 16:41:47 +01:00
Paul c40e4655f0 Migrate to rAuth v1. 2021-09-11 17:36:23 +01:00
Paul 872b710bc4 Make the linter happy. 2021-08-05 14:47:00 +01:00
Paul 9390ffd00b Re-write types for modal actions. 2021-07-06 11:34:36 +01:00
Paul 14809f1989 Use tabWidth 4 without actual tabs. 2021-07-05 11:25:20 +01:00
Paul a9ce64c9fe Run prettier on all files. 2021-07-05 11:23:23 +01:00
bree b341f5d166 remove most uses of `as any` in typescript
- replaced many uses of `as any` with another more specific cast `as T`
- filled in missing typed for items that needed to be typed
  - new runtime code was added where necessary to satisfy the new types with comments
- added missing theme variable "sidebar-active" to the Theme variables
- forms using `react-hook-form` are now typechecked
- changed some instances of `target` into `currentTarget` while removing `as any` assertions
2021-07-04 07:09:39 -04:00
Paul b42cf81088 Fix: "Modify Account" did not have access to client 2021-06-26 10:34:48 +01:00