#932 shows each online bot's free slots, queue and speed on its own row in the List Browser sidebar. With many bots that is a lot of small text, and because it sits in the same flex row as the name it squeezes the name out on a narrow sidebar (rows with the line but no visible nick).
Wanted, from the operator: the line should only show when you click a bot's name, and appear under that bot. Clicking another bot hides the previous one's line.
Plan: keep the line out of the layout by default; a click on any sidebar row marks that bot as the one whose line is open (clicking it again closes it); the marking survives the poll's redraw. Presence rules are unchanged (still online bots only).
🤖 Filed with Claude Code
#932 shows each online bot's free slots, queue and speed on its own row in the List Browser sidebar. With many bots that is a lot of small text, and because it sits in the same flex row as the name it squeezes the name out on a narrow sidebar (rows with the line but no visible nick).
Wanted, from the operator: the line should only show when you click a bot's name, and appear under that bot. Clicking another bot hides the previous one's line.
Plan: keep the line out of the layout by default; a click on any sidebar row marks that bot as the one whose line is open (clicking it again closes it); the marking survives the poll's redraw. Presence rules are unchanged (still online bots only).
🤖 Filed with Claude Code