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

chore: persist menu in DOM #969

Merged

Conversation

dennyscode
Copy link
Contributor

@dennyscode dennyscode added the feature This label will create a dedicated Feature environment label May 14, 2024
Copy link

Hey! Those are your new endpoints: https://feat-lf7878jumpernextjsreitera.jumper.exchange

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is unfortunate, but I wasted too much time with the MUI clickawaylistener and decided to drop it in favor of a component which handles just that.

Copy link
Contributor

Choose a reason for hiding this comment

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

Would prefer to remove the div to be able to keep the click on the widget and not the double click

Copy link
Member

@oktapodia oktapodia left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

Choose a reason for hiding this comment

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

Would prefer to remove the div to be able to keep the click on the widget and not the double click

}}
/>
</MenuToggle>
</NavbarButtonsContainer>
<MainMenu anchorEl={mainMenuAnchor.current} />
Copy link
Contributor

Choose a reason for hiding this comment

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

why changing the JSX org on this?

@@ -82,7 +82,10 @@ export const WallettButtons = () => {
<ConnectButton
// Used in the widget
id="connect-wallet-button"
onClick={handleWalletSelectClick}
onClick={(event) => {
event.stopPropagation();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why adding this? Is it related to the clickAwayListener?

@tcheee tcheee added the wip Work in Progress label May 21, 2024
@tcheee tcheee removed wip Work in Progress feature This label will create a dedicated Feature environment labels May 22, 2024
@tcheee tcheee added the feature This label will create a dedicated Feature environment label May 22, 2024
@tcheee
Copy link
Contributor

tcheee commented May 22, 2024

Small bug found on the feature branch when clicking on the menu, the page is scrolling to the bottom.

@tcheee tcheee merged commit 8a3f1d3 into develop May 23, 2024
2 checks passed
@tcheee tcheee deleted the LF-7878-jumper-next-js-re-iteration-make-menus-appear-in-dom branch May 23, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This label will create a dedicated Feature environment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants