Paul Makles
bdb1d939e7
chore: fix build errors
2022-01-02 13:12:22 +00:00
Paul
064f223c78
fix: catch errors from redux migration
2021-12-25 16:37:39 +00:00
Paul
189d0b5ff9
fix(mobx): properly persist login state
2021-12-24 12:00:24 +00:00
Paul
e89bbb7455
feat(mobx): add sync back (do not look at the code)
2021-12-24 02:05:18 +00:00
Paul
cc0e45526c
feat(mobx): refactor and remove (react-)redux
2021-12-23 21:43:11 +00:00
Paul
413bf6949b
feat(mobx): server notification options + data store
2021-12-11 23:34:46 +00:00
Paul
f8b8d96d3d
feat(mobx): migrate auth and config
2021-12-11 21:04:12 +00:00
Paul
55e00bf93f
Make the linter happy.
2021-08-05 14:47:00 +01:00
Paul
c21453b281
100 error milestone.
...
Remove hooks completely. :)
2021-07-30 21:20:42 +01:00
Paul
7586b365fe
Format and automatically fix linted code.
2021-07-10 15:57:29 +01:00
Paul
b5a11d5c8f
Use tabWidth 4 without actual tabs.
2021-07-05 11:25:20 +01:00
Paul
7bd33d8d34
Run prettier on all files.
2021-07-05 11:23:23 +01:00
insert
c4b9950514
Merge branch 'master' into 'cleanup'
...
# Conflicts:
# src/components/common/LocaleSelector.tsx
2021-07-05 10:17:57 +00:00
Paul
7067627027
Fix: Add default for font combo box.
...
Don't pass dispatcher in, just provide it globally.
Fix: Allow clicking through to profile from server sidebar.
2021-07-05 10:59:48 +01:00
bree
8ece647857
Replace usage of `<></>` with `null` for project and style consistency
2021-07-04 21:13:53 -04:00
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
21859e4c55
Feature: Basic notification options implementation
2021-06-24 23:59:46 +01:00
Paul
0115ace3fa
Port sync, queue management and notifs.
2021-06-21 13:28:26 +01:00