multica/apps/web/app/(dashboard)
Naiyuan Qing b589d733ca fix(inbox): pin header and only scroll content in inbox list panel
The inbox left panel had the header inside the overflow-y-auto container,
causing it to scroll away with the list items. Changed to flex-col layout
with shrink-0 header and flex-1 overflow-y-auto content area.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 19:13:47 +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 fix(inbox): pin header and only scroll content in inbox list panel 2026-03-31 19:13:47 +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