for-legacy-web/src
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
..
assets Settings: Link notification sounds to playSound. 2021-06-24 14:26:18 +01:00
components remove most uses of `as any` in typescript 2021-07-04 07:09:39 -04:00
context remove most uses of `as any` in typescript 2021-07-04 07:09:39 -04:00
lib remove most uses of `as any` in typescript 2021-07-04 07:09:39 -04:00
pages remove most uses of `as any` in typescript 2021-07-04 07:09:39 -04:00
redux Notifications: Block muted channels from push notifs. 2021-06-25 12:37:59 +01:00
styles Fix page height on mobile. 2021-07-03 15:23:29 +01:00
types Port friends menu over. 2021-06-19 20:00:30 +01:00
env.d.ts Add client context. 2021-06-18 20:07:26 +01:00
main.tsx Add PWA update indicator. 2021-06-28 10:17:38 +01:00
preact.d.ts Add prettier. 2021-06-18 15:57:08 +01:00
revision.ts More version information in settings. 2021-06-22 19:45:44 +01:00
sw.ts Notifications: Block muted channels from push notifs. 2021-06-25 12:37:59 +01:00
version.ts Remove twemoji dependency. 2021-06-22 19:34:52 +01:00
vite-env.d.ts Initial commit 2021-06-18 12:05:01 +01:00