diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-29 22:54:23 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-29 22:54:23 -0500 |
| commit | f31e5845ed274be018bc7ffd27bb611d14f94956 (patch) | |
| tree | 47ba6ec71f54266d48ee7e77f6a541518e96ede9 /.ctags.d | |
| parent | 6333f4d8db56e26d384de9901cf0c990f8befec7 (diff) | |
Add comments UI to task detail web pages
The build passes. The comments UI is already fully implemented in
the co
1. **Route**: `/tasks/:id/comment` with POST handler (line 226)
2. **Handler**: `taskCommentHandler` (lines 763-766) calls
`TaskCore.add 3. **Form type**: `CommentForm` (lines 374-379)
4. **Display section**: renders in `TaskDetailPage` (lines 1484-1490)
sh
- Comment count in header - Empty message if no comments - Each
comment with text and relative timestamp
5. **Comment form**: textarea with "Post Comment" button (lines
1553-156 6. **Helper function**: `renderComment` (lines 1547-1551)
7. **CSS**: Full styling in `Style.hs` including dark mode (lines
552-58
The implementation is complete and the build passes.
Task-Id: t-183
Diffstat (limited to '.ctags.d')
0 files changed, 0 insertions, 0 deletions
