Skip to content

Make the process tree hiearchy clearer#58

Merged
benapetr merged 4 commits into
benapetr:masterfrom
phyrophone:process-tree
May 22, 2026
Merged

Make the process tree hiearchy clearer#58
benapetr merged 4 commits into
benapetr:masterfrom
phyrophone:process-tree

Conversation

@phyrophone
Copy link
Copy Markdown
Contributor

  • Automatically resizes the pid column so that deeply nested parts become visible. Previously, the PID numbers vanished and you couldn't see the expand/collapse icon if you went deep enough.
  • Aligned the pid number to the left, making the hierarchy clearer.

@benapetr
Copy link
Copy Markdown
Owner

benapetr commented May 16, 2026

it works, but it feels a bit weird how it keeps forcing the auto-sized column on your every refresh. Eg. if user manually changes the column width, on next refresh it forces back the automatic one. This gives weird user experience, I think we shouldn't allow user to change the size if we are going to reset it later anyway, I will explore which options exist here to make it behave less inconsistent, or maybe we should just stop auto-sizing if user decides to manually resize it.

Or maybe we can just calculate the width once on the first sync, and not on every refresh.

@phyrophone
Copy link
Copy Markdown
Contributor Author

phyrophone commented May 16, 2026

I've now disabled the user's ability to resize the pid column.

@benapetr benapetr merged commit f558665 into benapetr:master May 22, 2026
3 checks passed
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