docs(demo): refresh demo materials for TUI feature drift (#1157–#1173)#1174
Open
GarthDB wants to merge 1 commit into
Open
docs(demo): refresh demo materials for TUI feature drift (#1157–#1173)#1174GarthDB wants to merge 1 commit into
GarthDB wants to merge 1 commit into
Conversation
|
Contributor
Run report for c2e1df1aTotal time: 3m 25s | Comparison time: 3m 14s | Estimated loss: 10.8s (5.3% slower)
Expanded report
Touched files |
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.
Description
Refreshes all demo materials to match the current TUI after ~10 feature PRs (#1157–#1173) landed since the last update (early June / #1107–#1113), leaving the demo partly broken and out of date.
No TUI source changes —
/fuzzy-find removal is treated as intentional (superseded by the:findwizard).Related Issue
N/A — maintenance follow-up to #1157–#1173.
Motivation and Context
The demo recording scripts (
auto-demo.sh A/B) had three broken areas:/accentbgfuzzy-find no longer exists in the TUI (QueryView::fuzzyis never constructed, no/key handler). TheFuzzymarker sentinel would never anchor.Wizard · N/4 · <Name>toStep N of 4 — <Name>(feat(tui): context-sensitive help + wizard step indicator #1169/feat(tui): wizard help overlay, Esc back-stack, did-you-mean, [SEL] badge, readline #1172). TheN/4regex fallbacks survived but comments/markers were wrong.Also refreshes documentation to document new features:
:findwizard + faceted count badges (#1173),:validategrouping (#1165),g/Gjump (#1164),y/Yyank (#1170),h/lhorizontal scroll (#1166), Esc back-navigation (#1160/#1172), fuzzy palette autocomplete (#1168).How Has This Been Tested?
A.beats.sh,B.beats.sh) reviewed against current TUI source (sdk/tui/src/find.rs,model/views.rs,wizard.rs) for sentinel accuracyremarklinter passed on all four.mdfiles (pre-commit hook)moon run demo:auto-record) and CI verify (moon run demo:auto-verify) should be run after merge on a machine withrmux+asciinema+ CLI pre-builtScreenshots (if appropriate):
N/A — documentation/script changes only.
Types of changes
Checklist: