feat: add Notifications switch to sidebar and implement robust push subscription logic
Some checks failed
Build MIPS Binary / build (push) Failing after 27s

This commit is contained in:
spinline
2026-02-13 13:09:54 +03:00
parent 4e81565ab6
commit a834d185e3
4 changed files with 202 additions and 165 deletions

View File

@@ -17,6 +17,7 @@ pub mod sheet;
pub mod sidenav;
pub mod skeleton;
pub mod svg_icon;
pub mod switch;
pub mod table;
pub mod theme_toggle;
pub mod toast;