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

Convert overflow.module.css to modules #40498

Merged
merged 52 commits into from
Mar 22, 2024

Conversation

oisincoveney
Copy link
Contributor

Important

If you are merging into master, please add either a backport or a no-backport label to this PR. You will not be able to merge until you do this step. Refer to the section Do I need to backport this PR? in the Metabase Branching Strategy document for more details.

Warning

If that is your first contribution to Metabase, please sign the Contributor License Agreement (unless it's a tiny documentation change). Also, if you're attempting to fix a translation issue, please submit your changes to our POEditor project instead of opening a PR.

Closes https://github.com/metabase/metabase/issues/[issue_number]

Description

Describe the overall approach and the problem being solved.

How to verify

Describe the steps to verify that the changes are working as expected.

  1. New question -> Sample Dataset -> ...
  2. ...

Demo

Upload a demo video or before/after screenshots if sensible or remove the section

Checklist

  • Tests have been added/updated to cover changes in this PR

@oisincoveney oisincoveney changed the title Convert .overflow-auto to modules Convert overflow.module.css to modules Mar 22, 2024
Base automatically changed from global-css-migration/flex-module to master March 22, 2024 12:07
@oisincoveney oisincoveney added the no-backport Do not backport this PR to any branch label Mar 22, 2024
@oisincoveney oisincoveney requested a review from a team March 22, 2024 12:17
@oisincoveney oisincoveney marked this pull request as ready for review March 22, 2024 12:24
@metabase-bot metabase-bot bot added the visual Run Percy visual testing label Mar 22, 2024
Copy link
Contributor

github-actions bot commented Mar 22, 2024

Codenotify: Notifying subscribers in CODENOTIFY files for diff c772c0a...5bd9bc3.

Notify File(s)
@alxnddr frontend/src/metabase/visualizations/components/LegendItem.jsx
frontend/src/metabase/visualizations/visualizations/Gauge/Gauge.jsx

@@ -108,7 +109,7 @@ export default function ErrorOverview(props) {
sorting.column,
getSortOrder(sorting.isAscending),
)}
className="mt2 bounded-overflow-x-scroll"
Copy link
Member

Choose a reason for hiding this comment

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

Was that a non-existing class? 😕

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah. I searched the whole codebase but this class is mentioned nowhere

Copy link
Member

@npretto npretto left a comment

Choose a reason for hiding this comment

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

Looks good

Copy link

replay-io bot commented Mar 22, 2024

Status Complete ↗︎
Commit 5bd9bc3
Results
⚠️ 5 Flaky
2372 Passed

@oisincoveney oisincoveney merged commit 99f2595 into master Mar 22, 2024
112 of 122 checks passed
@oisincoveney oisincoveney deleted the global-css-migration/overflow-module branch March 22, 2024 13:05
Copy link
Contributor

@oisincoveney Did you forget to add a milestone to the issue for this PR? When and where should I add a milestone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport Do not backport this PR to any branch .Team/Embedding visual Run Percy visual testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate global css in frontend/src/metabase/css/core/overflow.module.css
2 participants