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(Modal): modal improvements, add stories for main Modal and modal's layouts #2627

Merged
merged 37 commits into from
Dec 9, 2024

Conversation

YossiSaadi
Copy link
Contributor

@YossiSaadi YossiSaadi commented Dec 5, 2024

  • This PR includes stories for new Modal (hidden for now)
  • This PR introduces a few feats as well:
    • New responsiveness logic
    • Remove footer shadow from Media layout
    • Remove scrollable abilities from Media layout
    • Remove pre-defined height from Media layout

https://monday.monday.com/boards/3532714909/pulses/7920875908
https://monday.monday.com/boards/3532714909/pulses/7719052213

@YossiSaadi YossiSaadi requested a review from a team as a code owner December 5, 2024 07:15
@YossiSaadi YossiSaadi changed the title Docs/yossi/new modal stories 7719052213 docs(Modal): add stories for main Modal and modal's layouts Dec 5, 2024
@YossiSaadi YossiSaadi changed the title docs(Modal): add stories for main Modal and modal's layouts feat(Modal): modal improvements, add stories for main Modal and modal's layouts Dec 5, 2024
packages/core/.storybook/preview-head.html Outdated Show resolved Hide resolved
<Button onClick={() => setShowMedium(true)}>Medium</Button>
<Button onClick={() => setShowLarge(true)}>Large</Button>
</Flex>
{createPortal(
Copy link
Member

Choose a reason for hiding this comment

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

Why aren't we using a portal in the Modal?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will add it, created a task

@YossiSaadi YossiSaadi merged commit bead0ba into master Dec 9, 2024
10 of 11 checks passed
@YossiSaadi YossiSaadi deleted the docs/yossi/new-modal-stories-7719052213 branch December 9, 2024 11:37
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