Commit Graph

9 Commits (3f151f6f7781e7650b3c2341da95a6c9095a8a88)

Author SHA1 Message Date
bree 3f151f6f77 Resolve remaining review notes 2021-07-04 21:22:33 -04:00
bree e5d46cc34a Merge branch 'master' into cleanup 2021-07-04 21:06:30 -04:00
Paul 08c338ea1c 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 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 6abdb511b1 All class name to be set on category / overline. 2021-07-02 09:41:37 +01:00
nizune 0b1486ecda Fix: changed icons to solid on sidebar for temp 2021-07-01 19:27:38 +02:00
nizune 9248ba01a2 Fix: Small update to categories and icons 2021-06-28 09:55:05 +02:00
nizune 38be8f8fcc 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