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

Curtain instant #1450

Open
wants to merge 45 commits into
base: release-53
Choose a base branch
from
Open

Curtain instant #1450

wants to merge 45 commits into from

Conversation

midas-myth
Copy link
Collaborator

@midas-myth midas-myth commented Dec 12, 2024


Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for vigilant-albattani-df38ec ready!

Name Link
🔨 Latest commit 8fca2a3
🔍 Latest deploy log https://app.netlify.com/sites/vigilant-albattani-df38ec/deploys/6769789ea125aa0008de7766
😎 Deploy Preview https://deploy-preview-1450--vigilant-albattani-df38ec.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

cloudflare-workers-and-pages bot commented Dec 12, 2024

Deploying gmx-interface with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8fca2a3
Status: ✅  Deploy successful!
Preview URL: https://e7258112.gmx-interface.pages.dev
Branch Preview URL: https://curtain-instant.gmx-interface.pages.dev

View logs

@midas-myth midas-myth marked this pull request as ready for review December 13, 2024 13:24
@midas-myth midas-myth self-assigned this Dec 13, 2024
@midas-myth midas-myth changed the base branch from release-52 to release-53 December 13, 2024 14:49
const isHome = isHomeSite();
const [isUserFeedbackModalVisible, setIsUserFeedbackModalVisible] = useState(false);

return (
<>
<div className={cx("Footer-wrapper", { home: isHome })}>
<div className={cx("Footer-wrapper", { home: isHome, "mobile-trade-page": isMobileTradePage })}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like this classname could be a simple pb-[52px]

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

indeed


const headerClick = useCallback(() => {
setIsOpen(true);
}, []);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
}, []);
}, [setIsOpen]);

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done


const handleClick = useCallback(() => {
setIsOpen((prev) => !prev);
}, []);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
}, []);
}, [setIsOpen]);

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

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