Commit 13ef1e6
feat: use dots-style tree display for stack visualization (#55)
Replace ASCII pipe characters with Unicode circles for cleaner tree display:
- ● (filled, bold green) marks the current branch
- ○ (hollow, dim) marks other branches
- │ (vertical line) connects branches
Also removes redundant "Processing N branch(es)..." message from sync
since the progress indicator already shows this info.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 058a527 commit 13ef1e6
3 files changed
Lines changed: 31 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | | - | |
| 292 | + | |
| 293 | + | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | | - | |
308 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
463 | | - | |
464 | 462 | | |
465 | 463 | | |
466 | 464 | | |
| |||
965 | 963 | | |
966 | 964 | | |
967 | 965 | | |
968 | | - | |
| 966 | + | |
969 | 967 | | |
970 | 968 | | |
971 | 969 | | |
972 | 970 | | |
973 | | - | |
974 | | - | |
| 971 | + | |
| 972 | + | |
975 | 973 | | |
976 | | - | |
| 974 | + | |
977 | 975 | | |
978 | 976 | | |
979 | 977 | | |
| |||
984 | 982 | | |
985 | 983 | | |
986 | 984 | | |
987 | | - | |
988 | | - | |
989 | | - | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
990 | 988 | | |
991 | 989 | | |
992 | 990 | | |
993 | | - | |
| 991 | + | |
994 | 992 | | |
995 | 993 | | |
996 | 994 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
85 | 100 | | |
86 | 101 | | |
87 | 102 | | |
| |||
0 commit comments