clicking the name of a project should collapse/expand it #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
Implemented in
ce18a2d.projects.collapsedcolumn (migration20260726100000_add_project_collapsed), so the state is per project and survives restarts.