feat(projects): add theme toggle to Projects page header by nino-chavez · Pull Request #689 · OpenCut-app/OpenCut

@nino-chavez @claude

Added ThemeToggle component to the Projects page header for consistency
with the editor and landing pages. Toggle appears in both desktop and
mobile views next to the action buttons.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

added a commit to nino-chavez/OpenCut that referenced this pull request

Jan 31, 2026
- Add theme toggle to Projects page header (OpenCut-app#689)
- Fix nested button HTML validation errors in header and hero (OpenCut-app#687)
  - Use asChild prop to render Links with button styles
- Add ability to add multiple keyboard shortcuts per action (OpenCut-app#696)
  - New "+" button to add additional shortcuts
  - Replace mode only removes the specific key being edited
  - Right-click to remove a shortcut when multiple exist

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>