Просмотр исходного кода

Further discussion on footer wrapping

arianagiroux 1 неделя назад
Родитель
Сommit
fca4f85dd9

+ 3 - 0
issues/bug:-tui:-footer-does-not-wrap/description

@@ -3,3 +3,6 @@ Footer does not smart-wrap when it is too large for the screen
 ---@0.0.8
 ---@0.0.8
 golang `lipgloss` has bindings for wrapping text to a max size. Additionally, we may want to look at more intelligently handling keyhelps. Is it worth it to investigate the bubbles keyhelp widget?
 golang `lipgloss` has bindings for wrapping text to a max size. Additionally, we may want to look at more intelligently handling keyhelps. Is it worth it to investigate the bubbles keyhelp widget?
 
 
+---@4b60645
+Implemented some simple wrapping logic in the Model footer function. Further logic required in widget specific keyhelps to further wrap effectively.
+

+ 1 - 1
issues/bug:-tui:-footer-does-not-wrap/status

@@ -1 +1 @@
-open
+patched