feat(mobile): add MobileSettingsScreen with drill-down navigation

This commit is contained in:
Jannis Braun
2026-03-17 15:41:19 +01:00
parent 934a1b85a7
commit af84674963
2 changed files with 115 additions and 1 deletions
@@ -19,7 +19,7 @@ import { MobileSpacesScreen } from './MobileSpacesScreen';
import { MobileDmsScreen } from './MobileDmsScreen';
import { MobileYouScreen } from './MobileYouScreen';
import { MobileChatScreen } from './MobileChatScreen';
const MobileSettingsScreen = ({ initialPanel: _p }: { initialPanel?: string }) => <PlaceholderScreen label="Settings" />;
import { MobileSettingsScreen } from './MobileSettingsScreen';
const MobileVoiceMiniBar = () => null;
const MobileVoiceFullScreen = () => <PlaceholderScreen label="Voice" />;