Add command palette feature tip#4718
Draft
brennanb2025 wants to merge 4 commits into
Draft
Conversation
Co-authored-by: Orca <help@stably.ai>
Co-authored-by: Orca <help@stably.ai>
…able Settings link - Replace stacked setTimeout typing with a single setInterval at 90ms/char for uniform cadence; sync the whole visual to one master timeline so the keypress visibly precedes the palette opening (cause -> effect). - Hold the populated end state for 3.2s so the user can actually read the matched worktrees + create option. - Show the two results together via cmd-j-tip-result-in, mirroring how the real palette renders incremental search. - Mixed agent states in the results: 1 done (green dot) + 1 running (Loader2 spinner with 'Running' chip) so the tip shows the palette's value at a glance. - Add CmdJPaletteTipDialog and extract shared FeatureTipActions so FeatureTipsModal stays under the max-lines rule. - Make the 'Settings' link in the description open Settings -> Shortcuts (uses the existing settingsNavigationTarget machinery), then close the tip and dismiss the modal so the tip doesn't re-appear on Settings close. Co-authored-by: Orca <help@stably.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
useShortcutKeys('worktree.palette')so the keycap cue stays accurate after a rebind (and showsCtrl+Shift+Jon Linux/Windows), with the description pointing to Settings for rebinding.Got itacknowledgement CTA, no secondary "Maybe Later". Priority sits just after the Orca CLI tip.Test plan
tsgo -p config/tsconfig.tc.web.json) and oxlint on changed filesGenerated after feature-tip candidate review.
Made with Orca 🐋