20 lines
771 B
Markdown
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
|