-
Notifications
You must be signed in to change notification settings - Fork 145
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
Fixes and improvements for Eclipse branch #45
Conversation
Fix block explorer links Show toast on recipient balance increase Show toast from self button if wallet not connected Improve sidebar menu scrolling
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -110,11 +110,11 @@ export function SideBarMenu({ | |||
<Image src={CollapseIcon} width={15} height={24} alt="" /> | |||
</button> | |||
)} | |||
<div className="w-full h-full"> | |||
<div className="w-full bg-blue-500 py-2 px-3.5 text-white tracking-wide rounded-t-sm"> | |||
<div className="w-full h-full flex flex-col overflow-y-auto"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in this file are form a commit I just from Danylo a few minutes ago. I asked him yesterday to improve the scrolling behavior of the sidebar menu. The bottom was getting cut off
prevRecipientBalance.current.recipientAddress === recipientAddress && | ||
new BigNumber(balance).gt(prevRecipientBalance.current.balance) | ||
) { | ||
toast.success('Recipient has received funds, transfer complete!'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we still set prevRecipientBalance
after the toast?
Remove Hyperlane explorer link
Fix block explorer links
Show toast on recipient balance increase
Show toast from self button if wallet not connected Improve sidebar menu scrolling
Improve sidebar menu scrolling