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

Tan 3206/fs modal resize on initial load #9610

Merged
merged 5 commits into from
Dec 3, 2024

Conversation

brentguf
Copy link
Contributor

@brentguf brentguf commented Dec 3, 2024

Fixes this instance of the resize event not firing initially. And we're removing a heavy rxjs import! 🎉

Changelog

Copy link

@@ -16,7 +18,7 @@ const slideInOutEasing = 'cubic-bezier(0.19, 1, 0.22, 1)';

const Container = styled.div<{
windowHeight: number;
windowWidth?: number;
windowWidth: number;
Copy link
Contributor Author

@brentguf brentguf Dec 3, 2024

Choose a reason for hiding this comment

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

Unrelated to the fix. I just saw I forgot to pass this value without a good reason. Double-checked layouts afterwards.

Copy link
Contributor

@amanda-anderson amanda-anderson left a comment

Choose a reason for hiding this comment

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

Code LGTM! 🚀 I didn't do a functional test though.

@cl-dev-bot
Copy link
Collaborator

cl-dev-bot commented Dec 3, 2024

Warnings
⚠️

The changelog is empty. What should I put in the changelog?

⚠️ The PR title contains no Jira issue key (case-sensitive)
Messages
📖 Notion issue: TAN-3206
📖

Run the e2e tests

📖 Check translation progress

Generated by 🚫 dangerJS against 75936c6

@brentguf brentguf merged commit b9d8ba7 into master Dec 3, 2024
15 checks passed
@brentguf brentguf deleted the TAN-3206/fs-modal-resize-on-initial-load branch December 3, 2024 14:12
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.

3 participants