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.
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 main2026-06-15 00:21:54 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.