Skip to content

Allow long zone #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

chrishalcrow
Copy link
Member

A suggestion:

Change the layout possibilities from:

+-----------------+-----------------+
| [zone1   zone2] | [zone3   zone4] |
+-----------------+-----------------+
| [zone5   zone6] | [zone7   zone8] |
+-----------------+-----------------+

to

+-----------------+-----------------+
| [zone1   zone2] | [zone3 | [zone4 |
+-----------------+        |        +
| [zone5   zone6] | zone7] | zone8] |
+-----------------+-----------------+

Mostly, this allows for a vertical waveforms view without having to use up four zones. So you're able to get layouts like this:

Screenshot 2025-07-24 at 12 09 57

If you agree, I'll implement for web too!

@alejoe91
Copy link
Member

alejoe91 commented Aug 4, 2025

Thanks @chrishalcrow

I wanted to do this, but never found the time. It looks great! Please go ahead and implement for panel too :)

@chrishalcrow
Copy link
Member Author

Added to web - rewrote the whole web thing as it wasn't really generalising. Hoping the logic is simpler and stupid-er now.

Also added a lil section to the README, to show how to add custom layouts.

@chrishalcrow chrishalcrow marked this pull request as ready for review August 11, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants