Skip to content

feat: expand command palette actions and improve navigation UX#39

Merged
clFaster merged 4 commits intomainfrom
feature/issue-18-command-palette-open-board
Apr 12, 2026
Merged

feat: expand command palette actions and improve navigation UX#39
clFaster merged 4 commits intomainfrom
feature/issue-18-command-palette-open-board

Conversation

@clFaster
Copy link
Copy Markdown
Owner

Summary

  • implement issue Expand command palette actions (rename, duplicate, delete, import/export boards, toggle timestamps) #18 command palette expansion with board-scoped actions (open, rename, duplicate, delete)
  • change open board to a VS Code-style two-step command flow with a filterable board picker
  • add import/export boards and timestamp toggle to command palette actions
  • improve command palette UX with VS Code-like scrollbar behavior and distinct hover vs keyboard selection states
  • keep keyboard-selected item visible while navigating and prevent passive mouse hover from stealing keyboard selection

Testing

  • pnpm format
  • pnpm lint
  • pnpm test:system

Closes #18

codescene-delta-analysis[bot]

This comment was marked as outdated.

@clFaster clFaster enabled auto-merge April 12, 2026 14:35
@clFaster clFaster merged commit de8acda into main Apr 12, 2026
3 checks passed
@clFaster clFaster deleted the feature/issue-18-command-palette-open-board branch April 12, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expand command palette actions (rename, duplicate, delete, import/export boards, toggle timestamps)

1 participant