Commit graph

10 commits

Author SHA1 Message Date
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
a569f41d1c Add dayjs language defaults.
Add remove / block user confirmation.
2021-07-02 14:50:24 +01:00
Paul
11c524d6a9 Add vortex / voice client. 2021-06-23 14:52:33 +01:00
Paul
99572066c8 Show alternative languages in own list. 2021-06-22 16:37:06 +01:00
Paul
d0b9cf9090 Work on channels, render content of messages. 2021-06-20 17:31:53 +01:00
Paul
89f8ab2694 Use relative imports for dayjs. 2021-06-20 12:55:23 +01:00
Paul
e7d1ada13d Import assets and add PWA. 2021-06-18 19:25:33 +01:00
Paul
27eeb3acd2 Add Redux and reducers.
Load i18n files and add dayjs.
2021-06-18 17:57:08 +01:00
Paul
0cba2b362d Add prettier. 2021-06-18 15:57:08 +01:00
Paul
58821476e6 Add i18n, use default imports for UI. 2021-06-18 15:18:10 +01:00