Paul
aaadd98cfa
feat(mobx): add sync back (do not look at the code)
2021-12-24 02:05:18 +00:00
Paul
0591d44a31
feat(mobx): refactor and remove (react-)redux
2021-12-23 21:43:11 +00:00
Paul
6aa542d2a9
feat(mobx): server notification options + data store
2021-12-11 23:34:46 +00:00
Paul
763ac4eb98
feat(mobx): migrate auth and config
2021-12-11 21:04:12 +00:00
Paul
872b710bc4
Make the linter happy.
2021-08-05 14:47:00 +01:00
Paul
d5b767c251
100 error milestone.
...
Remove hooks completely. :)
2021-07-30 21:20:42 +01:00
Paul
b3386ade33
Format and automatically fix linted code.
2021-07-10 15:57:29 +01:00
Paul
14809f1989
Use tabWidth 4 without actual tabs.
2021-07-05 11:25:20 +01:00
Paul
a9ce64c9fe
Run prettier on all files.
2021-07-05 11:23:23 +01:00
insert
f69e04d4e9
Merge branch 'master' into 'cleanup'
...
# Conflicts:
# src/components/common/LocaleSelector.tsx
2021-07-05 10:17:57 +00:00
Paul
e0dd6df552
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
576984d5bd
Replace usage of `<></>` with `null` for project and style consistency
2021-07-04 21:13:53 -04:00
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
809c2f1d18
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