fix(FN-2400): harden dashboard TUI log viewport budgeting
- Rework logs viewport calculation to budget by rendered rows and keep content above footer hints - Add zero-row safety handling for short terminals with a dedicated expansion hint instead of overlapping output - Cap wrapped log rendering by remaining row budget so long messages cannot overflow into footer space - Add regression tests for footer-safe list windowing and wrapped-line truncation, plus a patch changeset for @runfusion/fusion
This commit is contained in:
5
.changeset/fix-dashboard-tui-footer-overlap.md
Normal file
5
.changeset/fix-dashboard-tui-footer-overlap.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Fix `fn dashboard` Logs tab row budgeting so log lines stay above the footer hint on short terminals, including wrapped-message cases.
|
||||
Reference in New Issue
Block a user