feat(do-not-disturb): add DND schedule feature with capabilities-driven UI

This commit is contained in:
2026-04-16 13:54:13 +02:00
parent 51a3979c03
commit 514daf9c7c
38 changed files with 5433 additions and 176 deletions

View File

@@ -190,6 +190,11 @@ void configureAppRouter() {
name: 'volume_control',
pageBuilder: const VolumeControlBuilder().buildPage,
),
GoRoute(
path: 'do_not_disturb',
name: 'do_not_disturb',
pageBuilder: const DoNotDisturbBuilder().buildPage,
),
GoRoute(
path: 'call_history',
name: 'call_history',