background image screen and state

This commit is contained in:
2026-03-24 11:25:45 +01:00
parent 5111d5d65f
commit 1ffeea8b77
42 changed files with 1248 additions and 440 deletions

View File

@@ -151,6 +151,11 @@ void configureAppRouter() {
name: 'call_history',
pageBuilder: const CallHistoryBuilder().buildPage,
),
GoRoute(
path: 'background_image',
name: 'background_image',
pageBuilder: const BackgroundImageBuilder().buildPage,
),
],
),
],