Expands the interactive Welcome Tour dialog to 6 comprehensive steps, introducing styled platform-aware visual keycap badges (KbdBadge) and a categorized keyboard shortcuts cheatsheet matrix.
Step 2 (Fluid Sidebar & Navigation): Schema tree navigation, object context menus, and Ctrl+B / Cmd+B fluid collapse.
Step 3 (Pro SQL Editor & Workspaces): Query execution (F5 / Ctrl+Enter), multi-tab workspaces, scripts save/open, and history.
Step 4 (Interactive 2D Grid & DML Staging): In-place cell editing, Shift+Click range selection, TSV copy (Ctrl+C), and DML review/apply.
Step 5 (Compound Filter Bar & Quick Calc): Live query autocomplete filter bar (Ctrl+F), Groupings/Pivot drawer (Ctrl+G), and status bar aggregates (Sum, Avg, Min, Max, Median).
Step 6 (Hotkeys Matrix & Demo Playground): Full categorized keyboard shortcut cheatsheet with KbdBadge keycaps + 1-click Demo Playground launcher.
Visual Keycap Badge Component:
Added KbdBadge with OS-aware keycap styling (Cmd for macOS, Ctrl for Windows/Linux) and soft shadows.
Tests:
Updated widget tests in test/features/onboarding/welcome_tour_dialog_test.dart verifying full 6-step slide progression, hotkeys view, skip/home actions, and demo launcher.
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
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
Expands the interactive Welcome Tour dialog to 6 comprehensive steps, introducing styled platform-aware visual keycap badges (KbdBadge) and a categorized keyboard shortcuts cheatsheet matrix.
Changes
Closes #606