Skip to content

Add repository tally to sidebar - #47

Merged
bennekrouf merged 1 commit into
mainfrom
feat/repo-sidebar-tally
Sep 2, 2026
Merged

Add repository tally to sidebar#47
bennekrouf merged 1 commit into
mainfrom
feat/repo-sidebar-tally

Conversation

@bennekrouf

Copy link
Copy Markdown
Owner

What changed

  • Added a repository tally to the sidebar, displaying the count of repositories that need attention.
  • Updated the CSS to style the tally element.
  • Implemented the Tally struct and tally function to calculate the number of repositories that are live, have left a failure, or have a worth-saying want.
  • Updated the RepoSidebar component to include the tally display.

Why

This feature provides a quick overview of the repository status, helping users to identify which repositories require their attention.

How to test

  1. Open the application and navigate to the repository list screen.
  2. Observe the sidebar to see the tally of repositories that need attention.
  3. Check the tally updates correctly when you interact with different repositories, such as marking them as read or encountering failures.
  4. Ensure the green tick appears when all repositories are clean and have been read at least once.

Adds a tally component to the repository sidebar to display the count of repositories needing attention.
@bennekrouf
bennekrouf merged commit 6685cb4 into main Sep 2, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant