feat(mobile): add voice mini-bar with quick controls

This commit is contained in:
Jannis Braun
2026-03-17 15:42:16 +01:00
parent af84674963
commit 2790e9e088
2 changed files with 105 additions and 1 deletions
@@ -20,7 +20,7 @@ import { MobileDmsScreen } from './MobileDmsScreen';
import { MobileYouScreen } from './MobileYouScreen';
import { MobileChatScreen } from './MobileChatScreen';
import { MobileSettingsScreen } from './MobileSettingsScreen';
const MobileVoiceMiniBar = () => null;
import { MobileVoiceMiniBar } from './MobileVoiceMiniBar';
const MobileVoiceFullScreen = () => <PlaceholderScreen label="Voice" />;
const screenMap: Record<string, (params?: Record<string, string>) => React.ReactNode> = {