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

feat: Pagination on iPad #550

Merged
merged 4 commits into from
Jul 23, 2024
Merged

Conversation

afwilcox
Copy link
Collaborator

@afwilcox afwilcox commented Jul 19, 2024

Description

Please provide a summary of the change and the issue fixed. Please include relevant context. List dependency changes.

Fixes # CE-735

Note that in order to complete this fix two tradeoffs were required:

  • Hiding the dropdown where the number of results per page can be changed (not currently implemented anyway)
  • Reducing the number of pages displayed to 6 down from 10. This was done for all screen sizes for simplicity's sake.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Further comments


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

@afwilcox afwilcox changed the title CE-735 feat: Pagination on iPad Jul 19, 2024
Copy link

classNamePrefix="comp-select"
defaultValue={defaultOption}
/>
{config.SHOW_EXPERIMENTAL_FEATURES === "true" && (
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this intentional? @afwilcox you want to put feature flag for this?

@Scarlett-Truong Scarlett-Truong merged commit 7c346b9 into release/pacific-spiny-lumpsucker Jul 23, 2024
14 checks passed
@Scarlett-Truong Scarlett-Truong deleted the CE-735 branch July 23, 2024 23:01
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.

2 participants