Skip to content

Commit 5362d25

Browse files
Remote Agentclaude
andcommitted
feat: add sidebar project drag-and-drop reordering
- Add sidebarPosition column to projects table with migration - Add PUT /projects/reorder endpoint for persisting order - Update sidebar query to sort by sidebarPosition - Add drag handles and DnD logic to AppSidebar ProjectGroup - Add reorderProjects API client method - Include light mode design spec Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6c5af49 commit 5362d25

9 files changed

Lines changed: 3227 additions & 5 deletions

File tree

docs/superpowers/plans/2026-03-28-light-mode.md

Lines changed: 587 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE "projects" ADD COLUMN "sidebar_position" integer DEFAULT 0 NOT NULL;

0 commit comments

Comments
 (0)