• Joined on 2026-02-16
hugo pushed to main at hugo/DS4Server 2026-07-26 07:10:24 +00:00
63e2a74ad5 Manage the KV cache disc usage from preferences and stats
hugo commented on issue hugo/DS4Server#25 2026-07-25 22:12:13 +00:00
the divider between sidebar and chat/stats area should be draggable

Implemented in b182e70.

  • New preferences.sidebar_width column (migration 20260726120000_add_sidebar_width, default 276) holds the width; it is written once on mouse release, not per pixel. -…
hugo closed issue hugo/DS4Server#25 2026-07-25 22:12:13 +00:00
the divider between sidebar and chat/stats area should be draggable
hugo pushed to main at hugo/DS4Server 2026-07-25 22:12:06 +00:00
b182e7007c Let the sidebar divider be dragged
hugo commented on issue hugo/DS4Server#21 2026-07-25 22:05:06 +00:00
settings should have descriptive hovertext when mouse is over the title of the setting

Implemented in 9bd648d.

  • Added a hint(title, description) helper in src/app/view.rs wrapping the title in an iced tooltip (bottom-positioned, 320px wide, panel styling); `preference_input_row…
hugo closed issue hugo/DS4Server#21 2026-07-25 22:05:06 +00:00
settings should have descriptive hovertext when mouse is over the title of the setting
hugo pushed to main at hugo/DS4Server 2026-07-25 22:04:59 +00:00
9bd648d77b Explain each preference in a hover tooltip
hugo opened issue hugo/DS4Server#25 2026-07-25 22:04:42 +00:00
the divider between sidebar and chat/stats area should be draggable
hugo commented on issue hugo/DS4Server#22 2026-07-25 21:58:32 +00:00
clicking the name of a project should collapse/expand it

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…
hugo closed issue hugo/DS4Server#22 2026-07-25 21:58:32 +00:00
clicking the name of a project should collapse/expand it
hugo pushed to main at hugo/DS4Server 2026-07-25 21:58:23 +00:00
ce18a2db9b Collapse a project's sessions by clicking its name
hugo closed issue hugo/DS4Server#24 2026-07-25 21:55:34 +00:00
opening the app should select the last project we were on automatically and open a draft chat for that project
hugo commented on issue hugo/DS4Server#24 2026-07-25 21:55:29 +00:00
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_id column (migration 20260725160000_add_last_project) records the project whenever one becomes active: selecting a project or session,…
hugo pushed to main at hugo/DS4Server 2026-07-25 21:55:22 +00:00
e44680541d Reopen the last project with a focused draft chat
hugo opened issue hugo/DS4Server#24 2026-07-25 21:39:34 +00:00
opening the app should select the last project we were on automatically and open a draft chat for that project
hugo commented on issue hugo/DS4Server#7 2026-07-25 21:37:18 +00:00
add icons to collaps/expand the sidebar

done in some other work package abaout title bar refinement.

hugo closed issue hugo/DS4Server#7 2026-07-25 21:37:18 +00:00
add icons to collaps/expand the sidebar
hugo opened issue hugo/DS4Server#23 2026-07-25 21:36:44 +00:00
show the git branch in the chat area as well as the project we are on
hugo pushed to main at hugo/DS4Server 2026-07-25 21:36:04 +00:00
4408ed8b26 Use a reverse-DNS bundle identifier
7f35d7f58d Move window controls into the title bar
Compare 2 commits »
hugo opened issue hugo/DS4Server#22 2026-07-25 20:50:56 +00:00
clicking the name of a project should collapse/expand it