fix(ui): expose archived conversations in the sidebar - #2573
Merged
Astro-Han merged 1 commit intoAug 9, 2026
Conversation
Astro-Han
approved these changes
Aug 9, 2026
Astro-Han
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me. This keeps the change nicely scoped to the existing navigation and unarchive paths without introducing another state or storage boundary. Thanks for the focused fix!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Archived conversations already remain in the Desktop catalog and already have a Host-backed Unarchive row action, but the sidebar exposes no way to enter its existing
archivedfilter. This adds explicit Conversations and Archived destinations to the session navigation, so an archived conversation stays discoverable and can be restored through the existing row menu.The change does not add another catalog, storage, or IPC path. It only makes the existing navigation state reachable and adds localized, selected-state coverage plus an archived-list Storybook state.
Fixes #2317
中文对照
已归档会话本来就保留在 Desktop catalog 中,行菜单也已经具备由 Runtime Host 支持的“取消归档”动作;但侧栏没有任何入口能进入已有的
archived筛选状态。本 PR 在会话导航中显式加入“会话”和“已归档”两个入口,使归档记录仍可发现,并能通过现有行菜单恢复。本次修改不新增 catalog、存储或 IPC 路径,只让已有导航状态真正可达,并补充中英文选中态测试与归档列表 Storybook 场景。
Verification
npm --workspace @maka/ui test— 264 tests passednpm --workspace @maka/desktop run typecheck:storiesnpm --workspace @maka/desktop run build-storybooknpm --workspace @maka/desktop run smoke:storybooknpx biome checkon all changed source, test, and story filesChecklist
Does this PR entail a change in behavior?