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

Fixes and improvements for Eclipse branch #45

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Conversation

jmrossy
Copy link
Collaborator

@jmrossy jmrossy commented Aug 14, 2023

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

Fix block explorer links
Show toast on recipient balance increase
Show toast from self button if wallet not connected
Improve sidebar menu scrolling
@jmrossy jmrossy requested a review from tkporter August 14, 2023 19:50
@jmrossy jmrossy requested a review from nambrot as a code owner August 14, 2023 19:50
@vercel
Copy link

vercel bot commented Aug 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hyperlane-warp-template ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2023 8:16pm

@@ -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">
Copy link
Collaborator Author

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!');
Copy link
Collaborator

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?

@nambrot nambrot merged commit 1c4cdeb into eclipse Aug 14, 2023
@nambrot nambrot deleted the rossy/eclipse-fixes branch August 14, 2023 20:55
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