feat(sessions): streamline bulk selection toolbar

Merge Select visible / Clear visible / Clear into one binary toggle
(Select visible when empty, Clear selected otherwise) and drop the
redundant Done button; selection mode closes from the same heading
toggle that opened it. Shorten Archive/Delete labels so the toolbar
fits one line on narrow screens.
This commit is contained in:
Federico Jaramillo Martinez
2026-07-30 00:21:53 +02:00
parent 5f4d81352f
commit 7103bfcb4c
3 changed files with 186 additions and 21 deletions
@@ -0,0 +1,5 @@
---
"@jmfederico/pi-web": patch
---
Streamline the session list bulk-selection toolbar: the Select visible / Clear visible / Clear buttons are now a single toggle that offers "Select visible" when nothing is selected and "Clear selected" otherwise, and the redundant Done button is gone — selection mode closes from the same ☑ heading button that opened it. and "Archive selected" / "Delete selected" are shortened to "Archive" / "Delete". The slimmer toolbar no longer wraps to two lines on narrow sidebars.