Remove sidebar category navigation #405

Merged
barrettruth merged 1 commit from refactor/sidebar-category-navigation into main 2026-05-12 14:34:43 +00:00
Owner

Problem

The sidebar exposed categories as permanent navigation and paired them with category color controls, while category filtering already exists in the primary queue/search flow.

Solution

  • Removed the sidebar category navigation section and category color picker UI.
  • Removed the now-unused category color server actions and react-colorful dependency.
  • Kept category data, queue category filtering, search matching, global keyboard categories, and calendar category colors intact.

Verification

  • direnv exec . pnpm vitest run tests/lib/app-sidebar.test.ts tests/server/dashboard-data.test.ts tests/core/categories.test.ts
  • direnv exec . just ci

Closes #400

## Problem The sidebar exposed categories as permanent navigation and paired them with category color controls, while category filtering already exists in the primary queue/search flow. ## Solution - Removed the sidebar category navigation section and category color picker UI. - Removed the now-unused category color server actions and `react-colorful` dependency. - Kept category data, queue category filtering, search matching, global keyboard categories, and calendar category colors intact. ## Verification - `direnv exec . pnpm vitest run tests/lib/app-sidebar.test.ts tests/server/dashboard-data.test.ts tests/core/categories.test.ts` - `direnv exec . just ci` Closes #400
refactor: remove sidebar category navigation
All checks were successful
quality / Test (pull_request) Successful in 17s
quality / Lint (pull_request) Successful in 22s
quality / Build (pull_request) Successful in 44s
f308c0e051
barrettruth deleted branch refactor/sidebar-category-navigation 2026-05-12 14:34:43 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/delta!405
No description provided.