Skip to content

Drop the leftover session counts inside an entered project - #72912

Merged
OutThisLife merged 1 commit into
mainfrom
bb/desktop-project-count
Jul 27, 2026
Merged

OutThisLife merged 1 commit into
mainfrom
bb/desktop-project-count

Conversation

@OutThisLife

Copy link
Copy Markdown
Contributor

The flat sidebar session list lost its count chip in #72336, but the project drill-in never did. Entering a project still put a number beside every repo header and every branch/worktree lane, because WorkspaceHeader kept its own SidebarCount slot.

This removes that slot, the two call sites that fed it, and the repo total that existed only to fill it.

The sidebar's flat session list lost its `x/<total>` chip in #72336, but
the project drill-in kept counting: WorkspaceHeader still rendered a
SidebarCount for every repo and every branch/worktree lane. Entering a
project put a number next to each label again.

Remove the header's count slot and both call sites, along with the now
dead repo total.
@github-actions

github-actions Bot commented Jul 27, 2026 •

Copy link
Copy Markdown
Contributor

૮ >ﻌ< ა ci review

ran on e04ed64

all good!

@alt-glitch alt-glitch added type/feature New feature or request comp/desktop Electron desktop app (apps/desktop/*) P3 Low — cosmetic, nice to have labels Jul 27, 2026
@OutThisLife
OutThisLife merged commit 14cb050 into main Jul 27, 2026
36 checks passed
@OutThisLife
OutThisLife deleted the bb/desktop-project-count branch July 27, 2026 22:12
OutThisLife added a commit that referenced this pull request Jul 28, 2026
#72336 removed the count from the flat list and #72912 from the entered
project, but three sites still tallied rows: search results, each
messaging group (Telegram, Discord, …), and cron jobs.

With them gone SidebarCount never renders a count — its one caller is
the projects-loading spinner — so rename it SidebarSectionMeta.
randlee pushed a commit to randlee/hermes-agent that referenced this pull request Aug 11, 2026
…oject-count

Drop the leftover session counts inside an entered project
randlee pushed a commit to randlee/hermes-agent that referenced this pull request Aug 11, 2026
NousResearch#72336 removed the count from the flat list and NousResearch#72912 from the entered
project, but three sites still tallied rows: search results, each
messaging group (Telegram, Discord, …), and cron jobs.

With them gone SidebarCount never renders a count — its one caller is
the projects-loading spinner — so rename it SidebarSectionMeta.
33hodl pushed a commit to 33hodl/hermes-agent that referenced this pull request Aug 12, 2026
…oject-count

Drop the leftover session counts inside an entered project
33hodl pushed a commit to 33hodl/hermes-agent that referenced this pull request Aug 12, 2026
NousResearch#72336 removed the count from the flat list and NousResearch#72912 from the entered
project, but three sites still tallied rows: search results, each
messaging group (Telegram, Discord, …), and cron jobs.

With them gone SidebarCount never renders a count — its one caller is
the projects-loading spinner — so rename it SidebarSectionMeta.
prmartinow pushed a commit to prmartinow/hermes-agent that referenced this pull request Aug 26, 2026
…oject-count

Drop the leftover session counts inside an entered project
prmartinow pushed a commit to prmartinow/hermes-agent that referenced this pull request Aug 26, 2026
NousResearch#72336 removed the count from the flat list and NousResearch#72912 from the entered
project, but three sites still tallied rows: search results, each
messaging group (Telegram, Discord, …), and cron jobs.

With them gone SidebarCount never renders a count — its one caller is
the projects-loading spinner — so rename it SidebarSectionMeta.
melon-xf added a commit to melon-xf/hermes-agent that referenced this pull request Sep 3, 2026
…oject-count

Drop the leftover session counts inside an entered project
melon-xf added a commit to melon-xf/hermes-agent that referenced this pull request Sep 3, 2026
NousResearch#72336 removed the count from the flat list and NousResearch#72912 from the entered
project, but three sites still tallied rows: search results, each
messaging group (Telegram, Discord, …), and cron jobs.

With them gone SidebarCount never renders a count — its one caller is
the projects-loading spinner — so rename it SidebarSectionMeta.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/desktop Electron desktop app (apps/desktop/*) P3 Low — cosmetic, nice to have type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants