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

fix: connect-button inside container with backdrop-filter #257

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

dawidsowardx
Copy link
Contributor

Fixes #249

Copy link

Phylum Report Link

Copy link

github-actions bot commented Sep 19, 2024

Docker tags
docker.io/radixdlt/connect-button-storybook:sha-47223d2
docker.io/radixdlt/connect-button-storybook:pr-257

const OPACITY_TRANSITION_DURATION = 180
if (!this.isMobile) return

if (!this.showPopoverMenu && this.parentElementWithBackdropFilter) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we put this in a variable and name it to be something descriptive of the action?


if (!this.showPopoverMenu && this.parentElementWithBackdropFilter) {
setTimeout(() => {
this.parentElementWithBackdropFilter?.style.setProperty(
Copy link
Collaborator

Choose a reason for hiding this comment

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

at this point the element exists

@dawidsowardx dawidsowardx merged commit aa56ef6 into develop Sep 20, 2024
16 checks passed
Copy link

🎉 This PR is included in version 2.1.0-dev.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

dhedey added a commit to dhedey/radix-dapp-toolkit that referenced this pull request Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Connect button inside of element with backdrop-filter
2 participants