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

Allow scrolling in the tracker report page #2281

Merged
merged 8 commits into from
Aug 1, 2022
Merged

Conversation

Vinnl
Copy link
Collaborator

@Vinnl Vinnl commented Aug 1, 2022

⚠️ Warning: because previous hotfixes were cherry-picked onto main, they also show up as part of this PR. The only real change is 26e9a52, so only that needs to be reviewed.

Usually, takes care of this, but since this page is not
wrapped in a , it needs to ensure it is scrollable by
itself.

Note: I based this branch off the tag https://github.com/mozilla/fx-private-relay/releases/tag/2022.07.26.2 so that it can also be added as a hotfix.

This bug was caused by the unfortunate combination of #2177 and #2104 getting worked on around the same time.

This PR fixes #2279.

How to test: visit the tracker removal report and verify that you can scroll the page (compare to main's version.

  • l10n changes have been submitted to the l10n repository, if any.
  • I've added a unit test to test for potential regressions of this bug.
  • I've added or updated relevant docs in the docs/ directory.
  • All UI revisions follow the coding standards, and use Protocol tokens where applicable (see /frontend/src/styles/tokens.scss).
  • Commits in this PR are minimal and have descriptive commit messages.

@Vinnl Vinnl added the Review: µ Code review time: 5 minutes or less label Aug 1, 2022
@Vinnl Vinnl requested a review from lloan August 1, 2022 11:14
@Vinnl Vinnl self-assigned this Aug 1, 2022
Copy link
Contributor

@lloan lloan left a comment

Choose a reason for hiding this comment

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

LGTM - scrolling works.

@Vinnl
Copy link
Collaborator Author

Vinnl commented Aug 1, 2022

Pushed in 222.07.26.3: 2022.07.26.2...2022.07.26.3

@Vinnl Vinnl merged commit cf6a65b into main Aug 1, 2022
@Vinnl Vinnl deleted the MPP-2230-scroll-report branch August 1, 2022 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Review: µ Code review time: 5 minutes or less
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The user cannot scroll the Tracker removal report page to see the full info on it
3 participants