feat: add TranscriptChatModal and TranscriptChatButton components

This commit is contained in:
Igor Loskutov
2026-01-12 19:58:32 -05:00
parent 544793a24f
commit 39e0b89e67
3 changed files with 113 additions and 9 deletions

View File

@@ -1,14 +1,23 @@
{
"assignee": null,
"assignee": "igor.loskutoff@gmail.com",
"claim_note": "",
"claimed_at": null,
"claimed_at": "2026-01-13T00:52:01.366013Z",
"created_at": "2026-01-12T22:41:17.835044Z",
"depends_on": [],
"epic": "fn-1",
"evidence": {
"commits": [
"d5a77087594b3b54150e78466132f2dfa001901b"
],
"prs": [],
"tests": [
"pnpm tsc --noEmit"
]
},
"id": "fn-1.6",
"priority": null,
"spec_path": ".flow/tasks/fn-1.6.md",
"status": "todo",
"status": "done",
"title": "Chat dialog component",
"updated_at": "2026-01-12T22:41:17.835218Z"
"updated_at": "2026-01-13T00:58:52.502248Z"
}

View File

@@ -7,9 +7,11 @@ TBD
- [ ] TBD
## Done summary
TBD
- Created TranscriptChatModal component with Dialog UI
- Added TranscriptChatButton floating action button
- Implemented message display with streaming indicator
- Added input field with Enter key support
## Evidence
- Commits:
- Tests:
- PRs:
- Commits: d5a77087594b3b54150e78466132f2dfa001901b
- Tests: pnpm tsc --noEmit
- PRs: