zellij/zellij-server/src
Aram Drevekenin da9cf4ffeb
fix(serialization): don't serialize when only UI elements present and provide post command discovery hook (#4276)
* do not serialize when only UI elements are present

* start work on a post serialization hook

* add post_command_discovery_hook

* fix tests

* style(fmt): rustfmt

* some cleanups

* moar formatting

* docs(changelog): add PR
2025-07-08 22:50:08 +02:00
..
output performance(render): improve rendering performance by consolidating renders and introducing repaint_delay (#4100) 2025-03-24 16:48:39 +01:00
panes feat(terminal): multiline hyperlink support (#4264) 2025-07-04 14:23:55 +02:00
plugins fix(tabs): allow setting cwd without a layout (#4273) 2025-07-08 11:06:03 +02:00
tab feat: stack pane action (#4255) 2025-07-01 20:17:37 +02:00
ui Feature: web-client/server to share your sessions in the browser (#4242) 2025-06-23 19:19:37 +02:00
unit fix(plugins): use the terminal title when spawning terminals (#4272) 2025-07-07 19:06:31 +02:00
background_jobs.rs fix(serialization): don't serialize when only UI elements present and provide post command discovery hook (#4276) 2025-07-08 22:50:08 +02:00
lib.rs fix(serialization): don't serialize when only UI elements present and provide post command discovery hook (#4276) 2025-07-08 22:50:08 +02:00
logging_pipe.rs build: Don't re-export foreign crates in utils (#4087) 2025-03-23 10:03:42 +00:00
os_input_output.rs fix(serialization): don't serialize when only UI elements present and provide post command discovery hook (#4276) 2025-07-08 22:50:08 +02:00
pane_groups.rs feat(ux): improve multiple select (#4221) 2025-06-03 17:15:32 +02:00
pty.rs fix(serialization): don't serialize when only UI elements present and provide post command discovery hook (#4276) 2025-07-08 22:50:08 +02:00
pty_writer.rs fix(rendering): occasional glitches while resizing (#2621) 2023-07-12 20:30:41 +02:00
route.rs fix(tabs): allow setting cwd without a layout (#4273) 2025-07-08 11:06:03 +02:00
screen.rs fix(serialization): don't serialize when only UI elements present and provide post command discovery hook (#4276) 2025-07-08 22:50:08 +02:00
session_layout_metadata.rs fix(serialization): don't serialize when only UI elements present and provide post command discovery hook (#4276) 2025-07-08 22:50:08 +02:00
terminal_bytes.rs performance(render): improve rendering performance by consolidating renders and introducing repaint_delay (#4100) 2025-03-24 16:48:39 +01:00
thread_bus.rs feat(ui): swap layouts and stacked panes (#2167) 2023-02-17 12:05:50 +01:00