Stan
c45a9a1698
fix(web): Remove unused font imports. Fixes #721 . ( #722 )
...
* fix(web): Remove unused fonts and switch to Inter. Fixes #721 .
* chore(web): Switch to self-hosted Roboto font
* chore(web): Add font style variants
* chore(web): Add Roboto Mono font
* chore(web): Formatting
2025-03-08 19:45:24 +01:00
Luke
36662050ff
chore: optimize imports
2023-11-15 15:32:04 +01:00
Luke
672b638ba7
fix(web/progress): nui callback on progress unmount
...
fixes an issue where activating 2 progress bars/circles one after another would cause a stuck progress bar.
resolves #227
2023-02-18 20:31:54 +01:00
Luke
829bec2592
refactor(web): move all types into typings folder
2023-02-15 13:25:44 +01:00
Luke
14341a0343
chore(web): remove unused code
2023-02-13 21:24:33 +01:00
Luke
e298b13607
refactor(web/progress): improve progress circle alignment
...
apparently the circle progress wasn't properly aligned this whole time
2023-01-17 22:12:47 +01:00
Luke
47047045c4
refactor(web/progress): hide overflow on progress bar
2023-01-04 19:50:41 +01:00
Luke
9f1ae6184a
chore(web): remove chakra packages
2023-01-02 14:02:07 +01:00
Luke
f18fec5130
refactor(web/progress): use solid colour for progress bar background
2022-12-31 15:59:14 +01:00
Luke
88dac57ca6
refactor(web/progress): change circle progress track colour
2022-12-31 15:58:26 +01:00
Luke
97dc0cabdd
refactor(web/progress): use scale fade transition for progress
2022-12-31 15:52:39 +01:00
Luke
d1187eda43
refactor(web/progress): circle progress to Mantine
2022-12-22 20:14:09 +01:00
Luke
f8f81db3eb
refactor(web/progress): hide progress bar if not visible
2022-12-21 15:00:22 +01:00
Luke
4f6fc6abaf
refactor(web/progress): progress bar mantine rewrite
2022-12-18 13:17:42 +01:00
Luke
a1d2607286
chore(web): update react and chakra versions
...
hopefully nothing broke that I didn't notice prayge
2022-10-27 16:44:47 +02:00
Luke
4a5251b60b
chore(web): add prettier and format
2022-08-27 15:58:36 +02:00
Luke
0bc185ef38
feat(web): developer drawer
...
Move all debug functions into a single developer drawer,
Not the best implementation as there is focus fighting going on between some elements and the drawer but will do for now without state management
2022-08-27 15:40:41 +02:00
Luke
923a76896b
fix(web/progress): remove cancelled timeout animation
...
This is not a fix, it's a workaround, removes the red animation when cancelling due to it causing the progress bar/circle to be permanently stuck
2022-06-14 19:18:28 +02:00
Sam Shanks
4cd53eeb1b
feat(web/circleprogress): add optional label ( #33 )
...
* feat(circle progress label)
* refactor(circleprogress): wrap in flex
2022-05-31 19:30:54 +02:00
Luke
df0750759f
fix(web/circleprogress): remove transition
...
Same as the progress bar, it was causing issues with rerendering when triggering fast
2022-05-29 15:26:25 +02:00
Luke
9c7d9c44b7
fix(web/progressbar): fix progressbar getting stuck on screen
...
Chakra's ScaleFade transition was causing the progress bar not to rerender properly
2022-05-10 16:39:05 +02:00
Luke
e00ef6cbf5
refactor(web/progress): Rewrite progressbar component
...
Using chakra's built in progress component was causing weird container stretching when the progress bar would become active
2022-04-16 13:04:22 +02:00
Luke
993b06e880
refactor(nui): Better organize components
2022-04-01 21:41:53 +02:00