Commit Graph

6 Commits (b341f5d166f4b00b11aa2c0fd99f882a16026a98)

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 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