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

Protect: Add FreeList and PaidList pagination #39058

Merged
merged 13 commits into from
Sep 5, 2024

Conversation

dkmyta
Copy link
Contributor

@dkmyta dkmyta commented Aug 23, 2024

Description

Add pagination to the current FreeList and PaidList components

Other information:

  • Have you written new tests for your changes, if applicable?
  • Have you checked the E2E test CI results, and verified that your changes do not break them?
  • Have you tested your changes on WordPress.com, if applicable (if so, you'll see a generated comment below with a script to run)?

Jetpack product discussion

Does this pull request change what data or activity we track or use?

  • No

Testing instructions:

  • Checkout this branch using the beta tester on JN site with many threats (over 10)
  • Let the initial Protect report generate the results
  • Verify the the list is paginated when over 10 threats exist
  • Upgrade and allow the first scan to detect the threats as well
  • Verify that the list is paginated when over 10 threats exist
  • Fixed or ignore all threats and proceed to the History tab
  • Verify that the list is paginated when over 10 threats exist
  • Ensure no regressions are introduced

Screenshots

Desktop:
Screen Shot on 2024-09-03 at 19-08-23

Mobile:
Screen Shot on 2024-09-03 at 19-08-09

@github-actions github-actions bot added [Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF. [Status] In Progress labels Aug 23, 2024
Copy link
Contributor

Thank you for your PR!

When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:

  • ✅ Include a description of your PR changes.
  • ✅ Add a "[Status]" label (In Progress, Needs Team Review, ...).
  • ✅ Add testing instructions.
  • ✅ Specify whether this PR includes any changes to data or privacy.
  • ✅ Add changelog entries to affected projects

This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖


The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available.


Follow this PR Review Process:

  1. Ensure all required checks appearing at the bottom of this PR are passing.
  2. Choose a review path based on your changes:
    • A. Team Review: add the "[Status] Needs Team Review" label
      • For most changes, including minor cross-team impacts.
      • Example: Updating a team-specific component or a small change to a shared library.
    • B. Crew Review: add the "[Status] Needs Review" label
      • For significant changes to core functionality.
      • Example: Major updates to a shared library or complex features.
    • C. Both: Start with Team, then request Crew
      • For complex changes or when you need extra confidence.
      • Example: Refactor affecting multiple systems.
  3. Get at least one approval before merging.

Still unsure? Reach out in #jetpack-developers for guidance!


Protect plugin:

  • Next scheduled release: none scheduled.

If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack.

@dkmyta dkmyta marked this pull request as ready for review August 26, 2024 20:11
@dkmyta dkmyta requested a review from a team August 26, 2024 20:11
@dkmyta dkmyta self-assigned this Aug 26, 2024
disabled={ currentPage === 1 }
variant={ 'secondary' }
>
{ '<' }
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: could use an icon here from @wordpress/icons

@nateweller
Copy link
Contributor

Design wise, could we match the pagination in Jetpack Boost or CRM?

IMO this could make a great component for the Jetpack design library, if you wanted to take this task further. I'm happy to merge this directly into Protect first though.

Boost:

Screenshot 2024-08-29 at 4 19 24 PM

CRM:

Screenshot 2024-08-29 at 4 23 47 PM

setCurrentPage( pageNumber );
}, [] );

const [ isSmall, setIsSmall ] = useState( window.matchMedia( '(max-width: 1220px)' ).matches );
Copy link
Contributor

Choose a reason for hiding this comment

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

Could useBreakpointMatch be useful here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I started with useBreakpointMatch but found that we seem to have a unique requirement with how our UI shifts in various viewports that was not exactly covered by the options it provided (isSm, isMd, isLg).

@dkmyta
Copy link
Contributor Author

dkmyta commented Aug 29, 2024

Design wise, could we match the pagination in Jetpack Boost or CRM

I'll look into it!

@nateweller
Copy link
Contributor

@dkmyta I found a Figma file which might be useful! TTzDk3dzct551hYWRXPFa3-fi-7790_96468

@nateweller
Copy link
Contributor

Looking good and testing well 👍

Sketched out some suggestions in #39249

Copy link
Contributor

@nateweller nateweller left a comment

Choose a reason for hiding this comment

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

Very nice enhancement to the threats UI! Looks good works good LGTM 👍

@nateweller nateweller added [Status] Ready to Merge Go ahead, you can push that green button! and removed [Status] In Progress labels Sep 5, 2024
@dkmyta dkmyta merged commit b0faef5 into trunk Sep 5, 2024
55 checks passed
@dkmyta dkmyta deleted the add/protect-threats-list-pagination branch September 5, 2024 02:55
@github-actions github-actions bot removed the [Status] Ready to Merge Go ahead, you can push that green button! label Sep 5, 2024
gogdzl pushed a commit that referenced this pull request Oct 25, 2024
* Add threats list pagination

* changelog

* Add items per page constant, and handling

* Fix mobile view

* Simplify and consolidate

* Fix versions

* Use custom media query to improve responsiveness

* Revert versions updates

* Update and improve implementation

* Compact

* Set iconSize on parent component level

* Adjustments to pagination design and accessibility (#39249)

---------

Co-authored-by: Nate Weller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants