multica/apps/web/app/(dashboard)
Jiayuan b1f7364097 fix(web): navigate to /issues when switching workspaces
When switching workspaces while on a detail page (e.g. /issues/[id]),
the store clears old data and the page tries to fetch the old resource
with the new workspace context, causing a 404 error. Navigate to the
issues list before switching to avoid referencing stale resources.
2026-04-02 00:15:47 +08:00
..
_components fix(web): navigate to /issues when switching workspaces 2026-04-02 00:15:47 +08:00
agents fix(web): remove duplicate ActorAvatar import from agents page 2026-04-01 18:32:29 +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:16:23 +08:00
issues feat(web): add scope tabs to Issues and My Issues pages 2026-04-01 18:30:40 +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 refactor(web): unify all avatar rendering with ActorAvatar 2026-04-01 16:58:43 +08:00
skills fix: address review issues in skills system 2026-03-25 15:37:08 +08:00
layout.tsx feat(web): SEO optimization and auth flow improvements for landing pages 2026-04-01 16:54:11 +08:00