feat(videocall): integrate videocall feature with architecture refactor

Merges videocall stash, resolves conflicts with installed_apps routes,
and refactors UI to match current legacy patterns:
- Replace themePortProvider with context.sfColors and Theme.of(context)
- Replace showTopSnackbar with feedback dialogs
- Replace hardcoded colors with theme-aware colorScheme
- Wrap test login button in kDebugMode
- Rename error enum values to be more descriptive
This commit is contained in:
2026-04-26 09:23:19 +02:00
parent 8ff94a1e92
commit 9f23ecb42e
27 changed files with 2428 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ class AppRoutes {
static const doNotDisturb = '$deviceManagement/do_not_disturb';
static const callHistory = '$deviceManagement/call_history';
static const backgroundImage = '$deviceManagement/background_image';
static const videocall = '$deviceManagement/videocall';
static const legacyLogin = '$legacy/login';
static const legacySignup = '$legacy/signup';