You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): resolve footer visibility and layout issues
* Fix footer disappearing during theme changes or in specific modes (Palette, Help, Theme Menu)
* Optimize footer keybinding hints to prevent layout wrapping
* Add missing icons to the footer for UI consistency
* Fix overlay modes incorrectly occupying full terminal height
* Refactor component sizing to be handled dynamically in `renderMainUI`
* Update version to 1.2.1 in `VERSION.txt`, `CHANGELOG.md`, and Lua API
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.2.1]
9
+
10
+
### Fixed
11
+
12
+
***Footer Rendering**: Fixed an issue where the footer would disappear during theme changes or in specific application modes (Palette, Help, Theme Menu).
13
+
***Footer Layout**: Optimized footer keybinding hints to be more compact, preventing layout wrapping and ensuring visibility on standard terminal widths.
14
+
***UI Consistency**: Added missing icons to the footer across all modes for a more unified and polished user experience.
15
+
***Component Sizing**: Fixed a layout bug where certain overlay modes (Palette, Help, Theme Menu) incorrectly occupied the full terminal height, obscuring the header and footer.
left=" "+m.s.Muted.Render("enter detail • u uninstall • o open folder • r reload • p/"+fk(m.km.ManagePlugins)+" close • ↑/↓ navigate")
975
+
left=" "+m.s.Muted.Render("enter det • u uninst • o open • r reload • p/"+fk(m.km.ManagePlugins)+" "+styles.IconClose+"cls • "+styles.IconUp+styles.IconDown+" nav")
0 commit comments