-
Notifications
You must be signed in to change notification settings - Fork 24
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
feat: Add search and filter to Uploads list #3349
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3349 +/- ##
==========================================
+ Coverage 99.12% 99.17% +0.04%
==========================================
Files 800 799 -1
Lines 14016 14093 +77
Branches 3856 3882 +26
==========================================
+ Hits 13894 13977 +83
+ Misses 113 107 -6
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3349 +/- ##
==========================================
+ Coverage 99.12% 99.17% +0.04%
==========================================
Files 800 799 -1
Lines 14016 14093 +77
Branches 3856 3882 +26
==========================================
+ Hits 13894 13977 +83
+ Misses 113 107 -6
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3349 +/- ##
==========================================
+ Coverage 99.12% 99.17% +0.04%
==========================================
Files 800 799 -1
Lines 14016 14093 +77
Branches 3851 3882 +31
==========================================
+ Hits 13894 13977 +83
+ Misses 113 107 -6
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3349 +/- ##
==========================================
+ Coverage 99.12% 99.17% +0.04%
==========================================
Files 800 799 -1
Lines 14016 14093 +77
Branches 3856 3887 +31
==========================================
+ Hits 13894 13977 +83
+ Misses 113 107 -6
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Bundle ReportChanges will increase total bundle size by 12.09kB (0.2%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
Bundle ReportChanges will increase total bundle size by 12.09kB (0.2%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments to peak at
src/pages/CommitDetailPage/CommitCoverage/UploadsCard/UploadItem.test.tsx
Outdated
Show resolved
Hide resolved
src/pages/CommitDetailPage/CommitCoverage/UploadsCard/UploadItem.tsx
Outdated
Show resolved
Hide resolved
700d9d3
to
05b0979
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work with those small fixes!
Adds some basic client-side search and filter functionality to the uploads list. Also updates the order of uploads to put the most recent at the top (was shocked to realize we don't do this lol). The flags error message in designs is coming in a later issue. Have tested keyboard navigation for all these new elements.
Designs
Closes codecov/engineering-team#1128