Commit a28a45e
Improve block rename and preview follow terminal features
Block rename improvements:
- Restrict rename menu to terminal blocks only (match badge visibility)
- Disable rename for preview/ephemeral blocks
- Add race condition protection for Escape/blur handling
- Auto-select text on focus for better UX
- Await RPC calls and log errors instead of fire-and-forget
Preview follow terminal enhancements:
- Add keyboard accessibility (Escape, Enter, Space navigation)
- Add ARIA roles and labels for screen readers
- Implement focus management (capture and restore)
- Fix effect dependencies to prevent stale closures
- Improve bidir suppression with timeout cleanup
- Make sendCdToTerminal shell-aware (POSIX, PowerShell, cmd.exe)
- Clear bidir state when linking new terminal
- Fix terminal numbering to use tab order instead of filtered index
- Move helper functions after imports for better organization
Dev build improvements:
- Update CLAUDE.md with explicit config/data env variables
- Make launch_wave_dev.command portable with dynamic paths
- Document why explicit overrides needed for clean installs
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 0a2e3a9 commit a28a45e
5 files changed
Lines changed: 191 additions & 45 deletions
File tree
- frontend/app
- block
- view/preview
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | | - | |
| 33 | + | |
31 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | | - | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
62 | | - | |
63 | | - | |
| 70 | + | |
| 71 | + | |
64 | 72 | | |
65 | 73 | | |
66 | 74 | | |
| |||
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| 102 | + | |
94 | 103 | | |
95 | 104 | | |
96 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
97 | 110 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
102 | 119 | | |
103 | 120 | | |
104 | 121 | | |
| |||
112 | 129 | | |
113 | 130 | | |
114 | 131 | | |
115 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
116 | 141 | | |
117 | 142 | | |
118 | 143 | | |
119 | 144 | | |
| 145 | + | |
120 | 146 | | |
121 | 147 | | |
122 | 148 | | |
| |||
174 | 200 | | |
175 | 201 | | |
176 | 202 | | |
| 203 | + | |
177 | 204 | | |
178 | 205 | | |
179 | | - | |
| 206 | + | |
180 | 207 | | |
181 | 208 | | |
182 | 209 | | |
| |||
226 | 253 | | |
227 | 254 | | |
228 | 255 | | |
229 | | - | |
| 256 | + | |
230 | 257 | | |
231 | 258 | | |
232 | 259 | | |
| |||
309 | 336 | | |
310 | 337 | | |
311 | 338 | | |
312 | | - | |
| 339 | + | |
313 | 340 | | |
314 | 341 | | |
315 | 342 | | |
| |||
344 | 371 | | |
345 | 372 | | |
346 | 373 | | |
347 | | - | |
| 374 | + | |
348 | 375 | | |
349 | 376 | | |
350 | 377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
520 | 520 | | |
521 | 521 | | |
522 | 522 | | |
523 | | - | |
524 | | - | |
525 | | - | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
526 | 527 | | |
527 | | - | |
528 | | - | |
529 | | - | |
530 | | - | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
531 | 535 | | |
532 | | - | |
533 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
534 | 539 | | |
535 | 540 | | |
536 | 541 | | |
| |||
0 commit comments