for-legacy-web/src/lib
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
..
renderer Work on channels, render content of messages. 2021-06-20 17:31:53 +01:00
vortex Add vortex / voice client. 2021-06-23 14:52:33 +01:00
ConditionalLink.tsx Fix: Icons collapsing in flex. 2021-06-24 16:22:45 +01:00
ContextMenus.tsx remove most uses of `as any` in typescript 2021-07-04 07:09:39 -04:00
PaintCounter.tsx Port context menus. 2021-06-19 20:24:11 +01:00
TextAreaAutoSize.tsx Fix page height on mobile. 2021-07-03 15:23:29 +01:00
conversion.ts Port settings. 2021-06-19 22:37:12 +01:00
debounce.ts Fix types. 2021-06-19 22:39:30 +01:00
defer.ts Optimise re-renders when scrolling / updating messages. 2021-06-23 16:14:46 +01:00
eventEmitter.ts Add PWA update indicator. 2021-06-28 10:17:38 +01:00
fileSize.ts Port settings. 2021-06-19 22:37:12 +01:00
i18n.tsx Implement new auto-size text area. 2021-06-21 21:11:53 +01:00
isTouchscreenDevice.ts Add Redux and reducers. 2021-06-18 17:57:08 +01:00
stopPropagation.ts Fix: Remove padding on user profile. 2021-06-24 16:57:12 +01:00
windowSize.ts Port and re-write icon code. 2021-06-19 12:34:53 +01:00