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
+7 -2
View File
@@ -6,9 +6,9 @@ const DEFAULT_LIMIT = 500;
// Add narrowly scoped exceptions here with justification
const EXCEPTIONS = {
"src/features/sidebar/ui/SidebarProjectsSection.tsx": {
limit: 560,
limit: 570,
justification:
"Drag-and-drop handlers plus activeProjectId highlight for draft-in-project sessions.",
"Drag-and-drop handlers for session-to-project moves and project reorder, plus activeProjectId highlight.",
},
"src/features/chat/ui/ChatView.tsx": {
limit: 535,
@@ -50,6 +50,11 @@ const EXCEPTIONS = {
justification:
"ACP-backed session overlay persistence, draft migration, and sidebar-facing session merge logic live together for now.",
},
"src-tauri/src/commands/projects.rs": {
limit: 520,
justification:
"Project CRUD plus reorder_projects command for sidebar drag-and-drop ordering.",
},
"src-tauri/src/services/acp/manager/dispatcher.rs": {
limit: 540,
justification: