zellij/default-plugins/about
Brooks Rady 4fd0bac675
fix(stacked): stacked panes can't resize status-bar (#4051)
* fix(typo): fix a typo in error message

* fix(typo): fix typo in Tip #6

* fix(logging): silence filesystem error

This `Option` chain already ends with `.unwrap_or_else(Default::default)`
so it's clearly expected that prior operations in the chain may fail. I
didn't have the default `layout_dir` on my computer, and it would fill my
logfile with unhelpful spam — on every pane creation, resize, etc.

* fix(stacked): stacked panes can't resize status-bar

* fix(e2e): race in multiple users test

---------

Co-authored-by: Aram Drevekenin <aram@poor.dev>
2025-03-10 17:21:10 +01:00
..
.cargo feat(ui): about plugin and release notes (#3979) 2025-02-10 16:05:48 +01:00
src fix(stacked): stacked panes can't resize status-bar (#4051) 2025-03-10 17:21:10 +01:00
.gitignore feat(ui): about plugin and release notes (#3979) 2025-02-10 16:05:48 +01:00
Cargo.toml feat(ux): tips on startup (#3988) 2025-02-13 17:12:47 +01:00
LICENSE.md feat(ui): about plugin and release notes (#3979) 2025-02-10 16:05:48 +01:00