Sidebar polish: search copy, dividers, project reorder, fix DnD (#8568)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
tulsi
2026-04-15 16:26:03 -07:00
committed by GitHub
parent 0ec73c80f3
commit 8b2c6e0129
13 changed files with 142 additions and 38 deletions
+1
View File
@@ -553,6 +553,7 @@ export function AppShell({ children }: { children?: React.ReactNode }) {
onArchiveChat={handleArchiveChat}
onRenameChat={handleRenameChat}
onMoveToProject={handleMoveToProject}
onReorderProject={projectStore.reorderProjects}
onSelectSession={handleSelectSession}
onSelectSearchResult={handleSelectSearchResult}
activeView={activeView}