-
Notifications
You must be signed in to change notification settings - Fork 200
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
Search results page, layout and pagination #13440
Search results page, layout and pagination #13440
Conversation
Demo starting at https://ubuntu-com-13440.demos.haus |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## cve-overhaul #13440 +/- ##
=============================================
Coverage 74.41% 74.41%
=============================================
Files 107 107
Lines 2838 2838
Branches 946 946
=============================================
Hits 2112 2112
Misses 702 702
Partials 24 24 |
Aaaaaah I'm loving this 💫 Some comments:
(I see "Export to JSON" still doesn't link to the API endpoint) This is filters-related but sharing now given you are asking about responsiveness: filters should always be accessible one way or another. For medium and small, please use a toggle as we did here; I've adjusted the mobile design to account for this. I'll hold further feedback on the filters ✌️ Unrelated: I've noticed some CVEs don't show the summarised status, neither here nor in the home. |
@@ -0,0 +1,46 @@ | |||
<section class="p-section"> |
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.
This file was already reviewed and the only change is that I moved it into a partial to make the base page a bit more readable, so no need to review this one
@juanruitina ready for you once more, with a couple caveats:
Besides that lmk if there's anything I missed! |
Some minor things:
I'll ignore filtering and summarised statuses for now. Feel free to change the label when this is fixed. Thanks a bunch! |
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.
LGTM!
Done
Note: Filtering functionality to be covered in separate PR
QA
Issue / Card
Fixes #https://warthogs.atlassian.net/browse/WD-5649