feat(cmd): visible 'Try saying' panel under the input when empty #10

Merged
shad merged 1 commits from feat/cmdbar-try-saying into main 2026-06-15 00:21:54 +00:00
Owner

Adds a 6-row visible help panel under the command palette input showing real typeable commands as kbd chips. Hides as soon as the user types anything. Controlled-input wiring via useState/onValueChange. 31/31 vitest pass.

Adds a 6-row visible help panel under the command palette input showing real typeable commands as kbd chips. Hides as soon as the user types anything. Controlled-input wiring via useState/onValueChange. 31/31 vitest pass.
shad added 1 commit 2026-06-15 00:21:45 +00:00
feat(cmd): visible 'Try saying' panel under the input when empty
build-and-publish / test (pull_request) Has been cancelled
build-and-publish / image (pull_request) Has been cancelled
63561a9703
First-time users opening Cmd-K saw a blank input + a long list of
items. Add a 6-row 'Try saying' panel that shows real typeable
commands with kbd-styled chips and one-line hints. Hides as soon
as the user types anything, so power-users aren't slowed down.

Controlled-input wiring: useState<query>, onValueChange, reset on
close. cmdk handles the actual filtering as before.

31/31 vitest pass.
shad merged commit 1363ade484 into main 2026-06-15 00:21:54 +00:00
shad deleted branch feat/cmdbar-try-saying 2026-06-15 00:21:54 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shad/canvas-frontend#10