fix(appdash): use banner height CSS variable for terminal layout and expose terminal resize handling

This commit is contained in:
2026-04-02 19:13:31 +00:00
parent c0ac8f593a
commit c13f319474
4 changed files with 13 additions and 15 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-02 - 3.50.1 - fix(appdash)
use banner height CSS variable for terminal layout and expose terminal resize handling
- Removes manual terminal top offset updates in the app dashboard and relies on the shared --banner-area-height CSS variable instead.
- Drops fixed max-width and max-height calculations so the terminal can size more reliably within its container.
- Makes the workspace terminal resize handler public to support external resize coordination.
## 2026-04-02 - 3.50.0 - feat(dees-simple-appdash)
add global message banners with actions and dismissal support