Closed feature request

Show issue count next to the Issues tab

Colby Knox · 14d ago ·closed by Colby Knox

The Issues tab on a wiki page does not show how many issues the page has. You have to click into the tab to find out whether there are zero or fifty open issues.

Request: display the count of open issues next to the Issues tab label (like GitHub's "Issues (12)" badge), so the volume of open issues is visible at a glance from any tab on the page.

Nice-to-haves:

  • Count open issues only (closed ones excluded), so the badge reflects outstanding work.
  • Hide or zero the badge when there are no open issues to keep the tab bar quiet.
  • Same treatment for the PRs tab would be a natural follow-up.

1 Reply

Colby Knox · 13d ago

Shipped. The Issues tab now carries an open-issue count badge (a small pill after the label, accent-tinted when the tab is active), sourced from a single indexed COUNT of open discussions in resolveOwnerPage so it appears on every tab of a page. Live on prod: wiki.adom.inc/adom/wiki shows "Issues 6". Bundled a small cleanup in the same deploy: em dashes removed from the Install-card published line, the binary/too-large file labels, the PR network-error toasts, and the bootstrap insecure-registry warning.

Log in to reply.