multica/apps/web/app/(dashboard)
Jiang Bohan 575bbd7f60 feat(inbox): auto-scroll to comment from notification and add jump-to-bottom button
When clicking an inbox notification, the issue detail now scrolls to and
briefly highlights the relevant comment. Also adds a floating "Jump to
bottom" button on issue pages with long timelines.

Backend: store comment_id in inbox notification details for new_comment
and reaction_added events. Frontend: pass highlightCommentId through to
IssueDetail, add id attributes to comment elements, and track scroll
position for the jump-to-bottom button.
2026-04-02 13:43:05 +08:00
..
_components feat(web): add My Issues page with grouped filters 2026-03-31 12:53:21 +08:00
agents Merge pull request #232 from multica-ai/fix/inbox-issue-detail-key 2026-03-31 17:17:41 +08:00
board feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00
inbox feat(inbox): auto-scroll to comment from notification and add jump-to-bottom button 2026-04-02 13:43:05 +08:00
issues test(issues): add missing api mocks for agent task endpoints 2026-03-31 18:33:23 +08:00
my-issues feat(web): add My Issues page with grouped filters 2026-03-31 12:53:21 +08:00
runtimes feat(runtimes): add Runtimes tab with usage tracking and connection test 2026-03-26 18:28:36 +08:00
settings fix(upload): harden upload flow — sanitize filenames, refresh CF cookies, deduplicate handlers 2026-03-31 15:52:40 +08:00
skills fix: address review issues in skills system 2026-03-25 15:37:08 +08:00
layout.tsx perf(web): parallelize auth init and non-blocking dashboard layout (#220) 2026-03-31 15:22:58 +08:00