Commit Graph

6 Commits

Author SHA1 Message Date
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