@@ -4,33 +4,51 @@ export const tourLine03 = "Keep the main review stream in view instead of bounci
44export const tourLine04 = "Use the same layout long enough to build a reading rhythm." ;
55export const tourLine05 = "Stick with the default theme until the patch itself feels familiar." ;
66export const tourLine06 = "Capture the main intent before you zoom into any implementation detail." ;
7- export const tourLine07 = "Pause on surprising hunks before you decide whether the change makes sense." ;
8- export const tourLine08 = "Large diffs get easier once you scan the visible anchors and move with intent." ;
9- export const tourLine09 = "Review notes should stay next to the code they explain, not in a detached summary." ;
10- export const tourLine10 = "A steady reading order helps people narrate the patch without losing context." ;
7+ export const tourLine07 =
8+ "Pause on surprising hunks before you decide whether the change makes sense." ;
9+ export const tourLine08 =
10+ "Large diffs get easier once you scan the visible anchors and move with intent." ;
11+ export const tourLine09 =
12+ "Review notes should stay next to the code they explain, not in a detached summary." ;
13+ export const tourLine10 =
14+ "A steady reading order helps people narrate the patch without losing context." ;
1115export const tourLine11 = "Give every changed block one clear reason to exist before you move on." ;
12- export const tourLine12 = "Leave enough room for careful follow-up comments when the diff raises questions." ;
16+ export const tourLine12 =
17+ "Leave enough room for careful follow-up comments when the diff raises questions." ;
1318export const tourLine13 = "Unchanged spacing between sections keeps separate hunks easy to spot." ;
1419export const tourLine14 = "Short stretches of context make larger edits feel trustworthy." ;
1520export const tourLine15 = "Preview the next stop before you jump ahead with a bigger movement." ;
16- export const tourLine16 = "Use a calm pace when the patch mixes code, copy, and structural cleanup." ;
21+ export const tourLine16 =
22+ "Use a calm pace when the patch mixes code, copy, and structural cleanup." ;
1723export const tourLine17 = "Complex refactors still benefit from a simple review rhythm." ;
18- export const tourLine18 = "A single-file walkthrough can teach the whole keyboard model surprisingly fast." ;
24+ export const tourLine18 =
25+ "A single-file walkthrough can teach the whole keyboard model surprisingly fast." ;
1926export const tourLine19 = "Consistency matters more than memorizing every shortcut in one pass." ;
2027export const tourLine20 = "Line-by-line movement should feel steady, local, and predictable." ;
2128export const tourLine21 = "Page jumps should land near the next cluster of interesting changes." ;
22- export const tourLine22 = "Home and End are perfect when you want to reset your bearings instantly." ;
23- export const tourLine23 = "The best demos let you try scrolling without any setup or repo plumbing." ;
24- export const tourLine24 = "Readable filler text makes navigation practice feel intentional instead of synthetic." ;
29+ export const tourLine22 =
30+ "Home and End are perfect when you want to reset your bearings instantly." ;
31+ export const tourLine23 =
32+ "The best demos let you try scrolling without any setup or repo plumbing." ;
33+ export const tourLine24 =
34+ "Readable filler text makes navigation practice feel intentional instead of synthetic." ;
2535export const tourLine25 = "A few distinct hunks are better than one endless wall of edits." ;
2636export const tourLine26 = "Split view is great when you want both sides visible at once." ;
2737export const tourLine27 = "Stack view can feel calmer when lines are long or heavily wrapped." ;
28- export const tourLine28 = "Pager mode should stay familiar to people who already live in git diff and less." ;
29- export const tourLine29 = "Clean copy changes are useful because they are easy to scan while you learn." ;
30- export const tourLine30 = "Repeated line structure makes scrolling behavior obvious to first-time users." ;
31- export const tourLine31 = "A review tool should reward curiosity instead of punishing it with awkward jumps." ;
32- export const tourLine32 = "Watch how the current hunk stays visually anchored while you move around it." ;
33- export const tourLine33 = "Try paging down first, then refine your position one line at a time with ↑ and ↓." ;
34- export const tourLine34 = "When you overshoot, small upward steps should feel immediate and unsurprising." ;
38+ export const tourLine28 =
39+ "Pager mode should stay familiar to people who already live in git diff and less." ;
40+ export const tourLine29 =
41+ "Clean copy changes are useful because they are easy to scan while you learn." ;
42+ export const tourLine30 =
43+ "Repeated line structure makes scrolling behavior obvious to first-time users." ;
44+ export const tourLine31 =
45+ "A review tool should reward curiosity instead of punishing it with awkward jumps." ;
46+ export const tourLine32 =
47+ "Watch how the current hunk stays visually anchored while you move around it." ;
48+ export const tourLine33 =
49+ "Try paging down first, then refine your position one line at a time with ↑ and ↓." ;
50+ export const tourLine34 =
51+ "When you overshoot, small upward steps should feel immediate and unsurprising." ;
3552export const tourLine35 = "The footer hints are there to help you build muscle memory on demand." ;
36- export const tourLine36 = "Once the basics feel good, hunk jumps become the faster path between review beats." ;
53+ export const tourLine36 =
54+ "Once the basics feel good, hunk jumps become the faster path between review beats." ;
0 commit comments