clicking the name of a project should collapse/expand it #22

Closed
opened 2026-07-25 20:50:56 +00:00 by hugo · 1 comment
Owner

when a project name is clicked, it should collapse the session list beneath it and if it is clicked when collapsed, it should expand again. collapsed/expanded state needs to be persisted so it comes back the same when restarted.

when a project name is clicked, it should collapse the session list beneath it and if it is clicked when collapsed, it should expand again. collapsed/expanded state needs to be persisted so it comes back the same when restarted.
hugo added the enhancement label 2026-07-25 20:50:56 +00:00
Author
Owner

Implemented in ce18a2d.

  • New projects.collapsed column (migration 20260726100000_add_project_collapsed), so the state is per project and survives restarts.
  • Clicking a project name toggles it; the row shows a ▾/› chevron. Collapsing hides its sessions, the archived group, and the draft row.
  • The name button no longer selects the project — collapsing is sidebar-only and leaves the open chat untouched. Sessions and drafts are still selected from their own rows.
Implemented in ce18a2d. - New `projects.collapsed` column (migration `20260726100000_add_project_collapsed`), so the state is per project and survives restarts. - Clicking a project name toggles it; the row shows a ▾/› chevron. Collapsing hides its sessions, the archived group, and the draft row. - The name button no longer selects the project — collapsing is sidebar-only and leaves the open chat untouched. Sessions and drafts are still selected from their own rows.
hugo closed this issue 2026-07-25 21:58:32 +00:00
Sign in to join this conversation.