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

@@ -16,6 +16,11 @@ type IconSymbolName = keyof typeof MAPPING;
const MAPPING = {
'house.fill': 'home',
'paperplane.fill': 'send',
'message.fill': 'chat',
'folder.fill': 'folder',
checklist: 'checklist',
'clock.fill': 'schedule',
'ellipsis.circle.fill': 'more-horiz',
'chevron.left.forwardslash.chevron.right': 'code',
'chevron.right': 'chevron-right',
} as IconMapping;