Commit Graph

5 Commits (50cd6fc1eeadaa010867e1aab074bea90f1bf8b6)

Author SHA1 Message Date
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 94ee5d8f96 Fix: Make settings not jump around.
Fix: Auto-complete font size.
2021-06-24 17:29:01 +01:00
Paul feaec3f8d9 Add channel auto-complete. 2021-06-22 13:35:43 +01:00
Paul f724cfdf4f Add auto complete back. 2021-06-22 13:28:03 +01:00