feat(chat): add ChatBubble widget and mock data for home screen

- Add ChatBubble reusable widget for chat messages
- Add HomeMockData for chat list mock data
- Add HomeScreen widget tests
- Add AG-UI chat design and implementation plan docs
- Add friendship design docs
- Ignore backend/logs directory
This commit is contained in:
qzl
2026-02-28 14:47:33 +08:00
parent 534efd182b
commit c3192a2431
8 changed files with 4475 additions and 0 deletions
+1
View File
@@ -287,6 +287,7 @@ infra/cloud/volcano/env/*.env
.buildlog/
.history
/logs/
backend/logs/
# Docker volumes (local data)
docker/supabase/volumes/db/data/
infra/docker/volumes/db/data/