Commit Graph

8 Commits (3c2a85a3e4ac083326111c04e84cbcd43ce507bc)

Author SHA1 Message Date
bree 3c2a85a3e4
Merge branch 'master' into cleanup 2021-07-04 21:06:30 -04:00
Paul 1768264272 Add collapsible section component.
Can now collapse server categories.
Client remembers collapse state, incl. advanced appearance settings.
2021-07-04 15:53:06 +01:00
bree a4051330a3
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 6aa8c5c0ba All class name to be set on category / overline. 2021-07-02 09:41:37 +01:00
nizune 9243b3e20d Fix: changed icons to solid on sidebar for temp 2021-07-01 19:27:38 +02:00
nizune b812aa64ca Fix: Small update to categories and icons 2021-06-28 09:55:05 +02:00
nizune 4102b69ca4 Update: Changed icon pack to Boxicons 2021-06-27 12:17:59 +02:00
Paul 5b77ed439f Port navigation. 2021-06-19 15:29:04 +01:00