Skip to content

feat: render multiple status icons per one tab#9

Open
0xAndoroid wants to merge 1 commit intoishefi:mainfrom
0xAndoroid:pr/multi-session-markers
Open

feat: render multiple status icons per one tab#9
0xAndoroid wants to merge 1 commit intoishefi:mainfrom
0xAndoroid:pr/multi-session-markers

Conversation

@0xAndoroid
Copy link
Copy Markdown

If there are multiple sessions running in the same tab, multiple status icons are shown. Icons follow the geometry of the panes of the layout.

@0xAndoroid
Copy link
Copy Markdown
Author

Didn't see #6 while opening this one.

@ishefi
Copy link
Copy Markdown
Owner

ishefi commented May 4, 2026

Thanks for tackling this. The geometry-based ordering (top-to-bottom, left-to-right via pane_manifest) and the is_plugin filter are the right call, better than ordering by pane_id. The single-session guard on elapsed_time is also a nice touch.

That said, PR #6 covers a wider set of issues this one leaves open:

I'm leaning toward landing #6 as the base and porting your geometry-ordering + is_plugin filter on top. Would you be open to that? Happy to credit the ordering approach to you in the follow-up. If you'd rather, the alternative is rebasing this PR to pick up the fixed-cell rendering + ClickAction refactor from #6.

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