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

fix: Application list page filter counts are confusing (#6625) #6626

Merged
merged 1 commit into from
Jul 3, 2021

Conversation

alexmt
Copy link
Collaborator

@alexmt alexmt commented Jul 2, 2021

Signed-off-by: Alexander Matyushentsev [email protected]

Closes #6625

The Health and Sync filter counts should take into account applied filters: If user changes project/label etc then counts should take into account applied filter. Filter should not affect own counts. E.g. Sync filter should not affect Sync filter counts.

Screen.Recording.2021-07-02.at.11.57.22.AM.mov

@alexmt alexmt requested a review from rbreeze July 2, 2021 18:59
@alexmt alexmt added this to the v2.1 milestone Jul 2, 2021
@alexmt alexmt self-assigned this Jul 2, 2021
@codecov
Copy link

codecov bot commented Jul 2, 2021

Codecov Report

Merging #6626 (9caf75d) into master (ba4c655) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6626   +/-   ##
=======================================
  Coverage   41.29%   41.30%           
=======================================
  Files         156      156           
  Lines       20688    20688           
=======================================
+ Hits         8543     8545    +2     
+ Misses      10937    10936    -1     
+ Partials     1208     1207    -1     
Impacted Files Coverage Δ
util/settings/settings.go 47.27% <0.00%> (+0.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba4c655...9caf75d. Read the comment docs.

Copy link
Member

@rbreeze rbreeze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I really like this solution. Thanks!

@alexmt alexmt force-pushed the list-filter-counts branch from ee48f39 to 9caf75d Compare July 2, 2021 21:59
@alexmt alexmt merged commit f12650c into argoproj:master Jul 3, 2021
@alexmt alexmt deleted the list-filter-counts branch July 3, 2021 00:02
@jannfis jannfis added the needs-verification PR requires pre-release verification label Jul 13, 2021
@alexmt alexmt removed the needs-verification PR requires pre-release verification label Aug 11, 2021
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.

Application list page filter counts are confusing
3 participants