KI-AGENT: Mobile Matrix-Kommunikation vollständig integrieren

This commit is contained in:
2026-05-20 20:38:48 +02:00
parent 2278dfa714
commit 3796bc2953
5 changed files with 1245 additions and 10 deletions

View File

@@ -50,6 +50,13 @@ export default function TabLayout() {
tabBarIcon: ({ color }) => <IconSymbol size={24} name="folder.fill" color={color} />,
}}
/>
<Tabs.Screen
name="communication"
options={{
title: 'Kommunikation',
tabBarIcon: ({ color }) => <IconSymbol size={24} name="message.fill" color={color} />,
}}
/>
<Tabs.Screen
name="time"
options={{