Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the total issue count for UI #20785

Merged
merged 5 commits into from
Aug 17, 2022
Merged

Use the total issue count for UI #20785

merged 5 commits into from
Aug 17, 2022

Commits on Aug 13, 2022

  1. Use the total issue count for UI

    This fixes a problem where the "All" line item on the Issues or Pull Requests page was only showing the count of the selected repos instead of the total of all issues/prs in all repos.
    
    The "total number of shown issues" number is now stashed in a different context variable in case it wants to be used by the frontend later. It's currently not being used.
    
    Fixes go-gitea#20574
    parnic committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    528757b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Remove unused context variable

    parnic committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bbf8f99 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    080cb3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf2f7b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    94d09b2 View commit details
    Browse the repository at this point in the history