Block a user
the divider between sidebar and chat/stats area should be draggable
Implemented in b182e70.
- New
preferences.sidebar_widthcolumn (migration20260726120000_add_sidebar_width, default 276) holds the width; it is written once on mouse release, not per pixel. -…
the divider between sidebar and chat/stats area should be draggable
settings should have descriptive hovertext when mouse is over the title of the setting
Implemented in 9bd648d.
- Added a
hint(title, description)helper insrc/app/view.rswrapping the title in an iced tooltip (bottom-positioned, 320px wide, panel styling); `preference_input_row…
settings should have descriptive hovertext when mouse is over the title of the setting
the divider between sidebar and chat/stats area should be draggable
clicking the name of a project should collapse/expand it
Implemented in ce18a2d.
- New
projects.collapsedcolumn (migration20260726100000_add_project_collapsed), so the state is per project and survives restarts. - Clicking a project name toggles…
clicking the name of a project should collapse/expand it
opening the app should select the last project we were on automatically and open a draft chat for that project
opening the app should select the last project we were on automatically and open a draft chat for that project
Implemented in e446805.
- New
preferences.last_project_idcolumn (migration20260725160000_add_last_project) records the project whenever one becomes active: selecting a project or session,…
opening the app should select the last project we were on automatically and open a draft chat for that project
add icons to collaps/expand the sidebar
done in some other work package abaout title bar refinement.
add icons to collaps/expand the sidebar
show the git branch in the chat area as well as the project we are on
clicking the name of a project should collapse/expand it