zellij/zellij-server/src/unit
Aram Drevekenin 407120b872
feat(ui): stacked resize (#3957)
* work

* tests and initial notes for refactoring

* refactor(stacked-panes): break out pane

* vertical functionality working with a single stack

* refactor: break out pane from stack

* fix: properly support multiple stacks in tab

* combining multiple stacks vertically

* vertical resizing working for all cases

* base functionality and tests

* some UX tweaking

* final functionality for directionless stacked increase

* some cleanups

* moar cleanups

* refactor: stacked resize

* fix: issue where resizing stacked geoms to 0 would cause them to overflow afterwards

* fix: handle uneven stacking

* functionality with tombstones

* new open new pane functionality

* match decrease increment behavior to increase one and fix some issues

* set fullscreen if maxed out

* allow splitting stacks

* fix tests mostly by parameterizing stacked_resize

* add tests

* some cleanups

* style(fmt): rustfmt

* add to config

* disable ci cache

* is_stacked => stacked

* docs(config): remove duplication
2025-01-28 21:24:07 +01:00
..
fixtures feat(config): switch to kdl (#1759) 2022-10-05 07:44:00 +02:00
snapshots feat(ux): stack panes command (#3905) 2024-12-31 12:37:23 +01:00
os_input_output_tests.rs feat(cli): allow starting a session detached (#3257) 2024-04-12 15:39:36 +02:00
screen_tests.rs feat(ui): stacked resize (#3957) 2025-01-28 21:24:07 +01:00