Commit Graph

10 Commits

Author SHA1 Message Date
Paul
3f8a698039 Start migration to revolt.js@5.0.0.
200 error milestone
2021-07-30 20:24:53 +01:00
Paul
67f041a4f5 Work towards removing useUsers. 2021-07-29 15:11:21 +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
d8930d5e94 Add auto-complete to profile editor. 2021-07-03 23:35:27 +01:00
Paul
d34efc1e69 Add permissions / roles settings. 2021-07-01 17:36:34 +01:00
Paul
d965b20ee2 TextAreaAutoSize test 2021-06-21 14:20:29 +01:00
Paul
9e460c5b3d Refactor + add message box. 2021-06-20 20:30:42 +01:00
Paul
31d8950ea1 Port settings. 2021-06-19 22:37:12 +01:00