feat: Add notifications

This commit is contained in:
2026-03-30 04:32:24 +02:00
parent b7d4bf20e3
commit 42ac712571
32 changed files with 1974 additions and 14 deletions

View File

@@ -122,6 +122,9 @@
@case ('network') {
Network
}
@case ('notifications') {
Notifications
}
@case ('voice') {
Voice & Audio
}
@@ -166,6 +169,9 @@
@case ('network') {
<app-network-settings />
}
@case ('notifications') {
<app-notifications-settings />
}
@case ('voice') {
<app-voice-settings />
}