Move notifications to its own component.

This commit is contained in:
IRHM
2026-07-15 01:24:31 +01:00
committed by momi
parent f7cca74a41
commit ca428327e2
4 changed files with 119 additions and 107 deletions
+4
View File
@@ -2,6 +2,10 @@
These changes are awaiting release:
## Changed
- Move notifications to its own component.
## Fixed
- SpinnerTiny: Use svg instead of the css border trick to create the spinner fixing it looking more like a horseshoe than a circle on different browser scales (also added animation on the svg circle).