fix(ui): uppercase view shortcuts, overlay fixes #29

Merged
barrettruth merged 1 commit from fix/ui-keybindings-polish into main 2026-03-23 03:52:01 +00:00
barrettruth commented 2026-03-23 03:46:36 +00:00

Problem

View shortcuts used number keys 1-4, conflicting with category shortcuts. Task detail overlay had excessive blur, overflow-hidden clipped the native date picker, and pressing b toggled the sidebar behind the overlay.

Solution

Use uppercase QKCS for view navigation, freeing 1-9 for categories. Reduce backdrop to backdrop-blur-sm, replace overflow-hidden with min-h-0, and guard sidebar toggle against firing when a dialog is open. Also gitignore .claude/ worktree directory that was breaking biome.

## Problem View shortcuts used number keys 1-4, conflicting with category shortcuts. Task detail overlay had excessive blur, `overflow-hidden` clipped the native date picker, and pressing `b` toggled the sidebar behind the overlay. ## Solution Use uppercase `QKCS` for view navigation, freeing `1-9` for categories. Reduce backdrop to `backdrop-blur-sm`, replace `overflow-hidden` with `min-h-0`, and guard sidebar toggle against firing when a dialog is open. Also gitignore `.claude/` worktree directory that was breaking biome.
Sign in to join this conversation.
No description provided.