Paul Makles
c1324108e3
fix(eslint): rules included deprecated plugin
2022-06-12 19:38:29 +01:00
Paul Makles
9e90ce6854
fix: override backdrop-filter if transparency effects are off
...
closes #550
2022-05-09 22:05:57 +01:00
Paul Makles
37d5ba24c5
merge: branch 'quark/permissions'
2022-04-29 13:48:38 +01:00
Paul Makles
d31237e9e1
chore: clean up
2022-04-27 20:18:51 +01:00
Avis Orsetti
b4c7fe543f
chore: add "OpenDyslexic" font ( #529 )
...
Co-authored-by: Ed L <beartechtalks@gmail.com>
2022-03-29 20:49:16 +01:00
Paul Makles
3632b6b351
fix(theme): better still just, handle it optionally
2022-01-31 01:05:06 +00:00
Paul Makles
edaf2256d5
fix(theme): don't crash the app on invalid fonts
2022-01-31 01:04:13 +00:00
trashtemp
0dec90f53d
chore: added fonts and weights, removed font
...
+ added new font-weight for Open Sans
+ added "Bitter" font
- bye bye Bree Serif :'(
2022-01-15 20:56:00 +01:00
Paul Makles
4996a4d785
feat(fonts): add Lexend
2022-01-15 14:42:35 +00:00
Paul Makles
3fd56e4fdc
feat: add sc minification + display class names
2022-01-14 18:51:03 +00:00
trashtemp
07870c849d
fix(tooltips): fixed light mode tooltip
2022-01-13 20:02:30 +01:00
trashtemp
a7c63c639e
chore(tooltips): reworked tooltip design
2022-01-13 17:31:15 +01:00
Paul Makles
bad7458560
feat: provide and consume scroll offsets
2021-12-30 18:15:31 +00:00
Paul Makles
17a2ca773b
feat: dynamically calculate header translucency and clamp minimum opacity
2021-12-28 21:59:09 +00:00
Paul
fee56d8f54
chore: clean up contrasting colours code
2021-12-24 14:13:10 +00:00
Paul
cc0e45526c
feat(mobx): refactor and remove (react-)redux
2021-12-23 21:43:11 +00:00
Paul Makles
65be047dc6
feat(mobx): continue implementing themes; performance work on settings
2021-12-13 17:27:30 +00:00
Paul Makles
bd4369cf29
feat(mobx): start implementing theme store
2021-12-13 17:27:06 +00:00
Paul
26a34032f9
feat(mobx): start work on settings store
2021-12-12 23:55:58 +00:00
Marie
c4881db86c
feat: handle nsfw flag & added monospace font ( #258 )
2021-10-31 17:57:35 +00:00
brecert
63479737a8
Fix trying to in
undefined for themes
2021-09-17 17:30:14 -04:00
brecert
537f9b1596
Fix theme shop themes not applying as a base
...
- [#217 ] fixed theme shop themes not applying as a base
- added `themes` state path to store themes locally at
2021-09-11 15:40:14 -04:00
brecert
414dcd51c0
Add base theme shop implementation and pane
...
- added theme shop settings pane
- added `generateVariables` for themes
- added `preview.svg` for previewing themes until a proper solution is made
2021-09-06 06:02:30 -04:00
Paul
db43c02e01
Changes for #88
...
Fix tooltip foreground.
Change light mode foreground colours.
Update ::selection styles.
2021-08-19 14:50:00 +01:00
Paul
4ac3165bdc
Remove logs.
2021-08-12 19:51:23 +01:00
Paul
55e00bf93f
Make the linter happy.
2021-08-05 14:47:00 +01:00
Paul
6d5fb0a8a3
Rename occurrences of monoscape to monospace.
2021-07-25 14:26:45 +01:00
Paul
7586b365fe
Format and automatically fix linted code.
2021-07-10 15:57:29 +01:00
nizune
76f43a4b98
Added hamburger and member sidebar icons
2021-07-08 18:39:03 +02:00
nizune
766be90296
Small fixes
2021-07-08 01:14:23 +02: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
c194fff7fd
Resolve remaining review notes
2021-07-04 21:22:33 -04:00
bree
e03449b75c
Fix merge conflict missed from before
2021-07-04 21:11:23 -04:00
bree
3c2a85a3e4
Merge branch 'master' into cleanup
2021-07-04 21:06:30 -04:00
Paul
c43aab7c7c
Switch crcong's Vite fork to fix dynamic css imports.
2021-07-04 20:46:30 +01:00
Paul
1c80d5675f
Feature: Font selector and ligature toggle.
2021-07-04 17:56:18 +01: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
f25b488863
Fix page height on mobile.
...
Fix keyboard focus on mobile.
2021-07-03 15:23:29 +01:00
Paul
a4ac87f24d
Add helmet for theme-color in settings.
...
Update colours in main app.
2021-07-03 14:27:57 +01:00
Paul
82b8a9b28e
Filter theme keys.
2021-07-01 21:24:20 +01:00
Paul
471b4b0847
Finish up new sidebar active.
...
Add rounded corners to sidebar.
2021-07-01 13:42:53 +01:00
Paul
014512440f
Fix types.
2021-06-19 22:39:30 +01:00
Paul
31d8950ea1
Port settings.
2021-06-19 22:37:12 +01:00
Paul
68a35751b3
Port Login UI
2021-06-18 20:21:54 +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
34a4bccbbe
Add eslint.
2021-06-18 15:46:30 +01:00