Commit 8391a22
authored
fix(gitops): clean failure display in TUI grid and post-run summary (#236)
Live grid now shows only the project name on failure (no inline error
text), matching the startup checks TUI style.
printSummary renders each failed repo as a multi-line block: the repo
name and elapsed time on the first line, followed by indented dimmed
error lines — making multiline git errors readable instead of broken.
truncateToVisualWidth now appends … when truncating so it is clear
content was cut.1 parent fccaf69 commit 8391a22
1 file changed
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
491 | 505 | | |
492 | 506 | | |
493 | 507 | | |
| |||
526 | 540 | | |
527 | 541 | | |
528 | 542 | | |
529 | | - | |
530 | 543 | | |
531 | 544 | | |
532 | 545 | | |
| |||
564 | 577 | | |
565 | 578 | | |
566 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
567 | 583 | | |
568 | 584 | | |
569 | 585 | | |
| |||
583 | 599 | | |
584 | 600 | | |
585 | 601 | | |
586 | | - | |
587 | | - | |
| 602 | + | |
| 603 | + | |
588 | 604 | | |
589 | 605 | | |
590 | 606 | | |
| |||
0 commit comments