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 |
|