feat(mobile): add MobileDmsScreen with activity row and DM list

This commit is contained in:
Jannis Braun
2026-03-17 15:39:19 +01:00
parent 0222946f04
commit 49e4402802
2 changed files with 201 additions and 1 deletions
@@ -16,7 +16,7 @@ const PlaceholderScreen = ({ label }: { label: string }) => (
import { MobileSpacesScreen } from './MobileSpacesScreen';
// These will be replaced with real imports as each task is completed:
const MobileDmsScreen = () => <PlaceholderScreen label="DMs" />;
import { MobileDmsScreen } from './MobileDmsScreen';
const MobileYouScreen = () => <PlaceholderScreen label="You" />;
import { MobileChatScreen } from './MobileChatScreen';
const MobileSettingsScreen = ({ initialPanel: _p }: { initialPanel?: string }) => <PlaceholderScreen label="Settings" />;