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

New DS core components: Menu & MenuItem #870

Merged
merged 20 commits into from
Jun 3, 2024
Merged

Conversation

vmilan
Copy link
Contributor

@vmilan vmilan commented May 17, 2024

Copy link

github-actions bot commented May 17, 2024

Pull Request Test Coverage Report for Build 9349880137

Details

  • 2 of 5 (40.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.007%) to 71.224%

Changes Missing Coverage Covered Lines Changed/Added Lines %
packages/react-ui/src/theme/sections/components/navigation.js 2 5 40.0%
Totals Coverage Status
Change from base Build 9282631110: -0.007%
Covered Lines: 2806
Relevant Lines: 3629

💛 - Coveralls

Copy link

github-actions bot commented May 17, 2024

Visit the preview URL for this PR (updated for commit 1ac01a6):

https://cartodb-fb-storybook-react-dev--pr870-feature-ds-menu-r8e6x0dn.web.app

(expires Mon, 10 Jun 2024 12:16:38 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 517cc4d31d7e09cf277774e034094b67c301cd4c

Copy link
Contributor

@AlvaroAlmonacidRojo AlvaroAlmonacidRojo left a comment

Choose a reason for hiding this comment

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

Good job, LGTM

@vmilan vmilan changed the title New DS core component: menu New DS core components: Menu & MenuItem May 24, 2024
@@ -25,6 +25,9 @@ const StyledSelect = styled(Select)(({ theme }) => ({
},
'& .MuiSelect-select .MuiMenuItem-root:hover': {
backgroundColor: 'transparent'
},
'&.MuiInputBase-root .MuiSelect-select.MuiSelect-multiple': {
paddingRight: theme.spacing(7)
Copy link
Contributor

@VictorVelarde VictorVelarde May 24, 2024

Choose a reason for hiding this comment

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

Looks (potentially) a bit risky for current use cases... isn't it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It applies only to multiple selection case, and we need it globally for this use case 👍

Copy link
Contributor

@VictorVelarde VictorVelarde left a comment

Choose a reason for hiding this comment

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

👍🏻 . Nice 'destructive' additions

@vmilan vmilan merged commit 069c95d into master Jun 3, 2024
2 checks passed
@vmilan vmilan deleted the feature/ds-menu-component branch June 3, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants