sidebar layout is a bit misaligned looking with threads below projects #59
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?
Threads should not have an icon, only project need one, and the thread name should start at the same pixel as the project name. that would make it look much more orderly. Additionally the draft session should be first in the session list, instead of coming after the archived sessions. it is just where the chat will show later after the first message anyway.
Implemented in
74c5948. Sidebar session rows no longer use leading chat or pin icons. Project disclosure and folder controls now have fixed geometry, and every stored, pinned, archived, and draft session title uses the matching derived indent, so names begin on the same pixel as project names. Draft sessions now render first under their project, before stored and archived sessions. The active indicator remains trailing and session-state actions remain in the menu. This is a DS4Server-only UI feature; DS4 has no corresponding sidebar. Verified with compilation plus the full commit gates: rustfmt, Clippy with warnings denied, app bundle, and all-feature tests (150 passed, 12 hardware/model tests ignored).