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
I want to have my default layout with a :chats pane on the left, but configured layouts get the space split evenly between the splits making it way too big. It looks like this should be pretty easy to support by exposing WindowLayoutDescription::length into the config.
The text was updated successfully, but these errors were encountered:
I looked into implementing this, but it's not so trivial, WindowLayoutDescription treats None as 0 if any siblings have a length set. It seems modalkit-ratatui needs some enhancements to support having a length defined for just some children of a split and letting the rest flex to the rest of the space.
I want to have my default layout with a
:chats
pane on the left, but configured layouts get the space split evenly between thesplit
s making it way too big. It looks like this should be pretty easy to support by exposingWindowLayoutDescription::length
into the config.The text was updated successfully, but these errors were encountered: