This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/mobile-app/todo.md
Manus AI b4b508ff5a feat: add Timmy Chat mobile app (Expo/React Native)
- Single-screen chat interface with Timmy's sovereign AI personality
- Text messaging with real-time AI responses via server chat API
- Voice recording and playback with waveform visualization
- Image sharing (camera + photo library) with full-screen viewer
- File attachments via document picker
- Dark arcane theme matching the Timmy Time dashboard
- Custom app icon with glowing T circuit design
- Timmy system prompt ported from dashboard prompts.py
- Unit tests for chat utilities and message types
2026-02-26 21:55:41 -05:00

20 lines
771 B
Markdown

# Project TODO
- [x] Dark arcane theme matching Timmy Time dashboard
- [x] Single-screen chat layout (no tabs)
- [x] Chat message list with FlatList
- [x] User and Timmy message bubbles with distinct styling
- [x] Text input bar with send button
- [x] Server-side chat API endpoint (proxy to Timmy backend or built-in LLM)
- [x] Voice recording (hold-to-record mic button)
- [x] Voice message playback UI
- [x] Image sharing via camera or photo library
- [x] Image preview in chat bubbles
- [x] File sharing via document picker
- [x] File display in chat bubbles
- [x] Attachment action sheet (camera, photos, files)
- [x] Chat header with Timmy status indicator
- [x] Generate custom app icon
- [x] Typing/loading indicator for Timmy responses
- [x] Message timestamps