update(procmon): fix windowed table follow-scroll & row sizing` (#340)

* update(procmon): fix windowed table follow-scroll & row sizing`

* Update plugin.toml

* Update README.md

* fix(procmon): always render list body as scroll to stop bottom clipping

0-result search switched the body from ui.scroll to a bare ui.row; when
results returned the row->scroll switch left the flexGrow viewport stuck
short, clipping bottom rows. Use ui.scroll with a shared key in both
branches so the tree keeps one stable scroll node.
This commit is contained in:
weinguyen
2026-08-12 22:41:55 -04:00
committed by GitHub
parent a4ae9c8ab4
commit 691398d9da
3 changed files with 105 additions and 12 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
id = "weinguyen/procmon"
name = "Process Monitor"
version = "0.4.0"
version = "0.5.0"
plugin_api = 13
author = "weinguyen"
license = "MIT"