docs: demo GIF now shows a LOOKUP column dropdown#69
Merged
Conversation
Adds a scene after the existing BROWSE segment: ALTER TABLE ADD a literal-list LOOKUP column, reopen BROWSE, open the dropdown, pick a value. The held final frame lands back on the terminal, showing the actual ALTER TABLE ... LOOKUP (...) command text in the session log.
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
Follow-up to #68 — the static screenshots were refreshed for v1.3.0's LOOKUP columns, but the demo GIF's own command sequence (`USE`, `LIST`, `SEEK`, `BROWSE`) never touched a lookup column, so it wasn't stale, just silent on the feature. Extending it properly since it's a highlight-reel of the whole app.
Adds a scene right after the existing BROWSE segment: `ALTER TABLE customers ADD SEGMENT CHAR(10) LOOKUP ("Startup","Enterprise")`, reopen BROWSE, navigate to the new column, open the dropdown, pick a value. The GIF's held final frame lands back on the terminal, so the actual `ALTER TABLE ... LOOKUP (...)` command text is visible in the session log alongside the browsing.
Regenerated via the existing `scripts/make-demo-gif.mjs` (records frames against `npm run serve` on :3000) + `scripts/make-demo-gif.py` (assembles with PIL) — no new tooling. 119 frames, ~37s, 1.1 MB (up from ~620 KB).
Test plan