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

LP Vaults: Resolve layout issues and add mobile navigation links #162

Merged
merged 7 commits into from
Dec 16, 2024

Conversation

subject026
Copy link
Member

@subject026 subject026 commented Dec 6, 2024

Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for breadchain-development ready!

Name Link
🔨 Latest commit 56daf99
🔍 Latest deploy log https://app.netlify.com/sites/breadchain-development/deploys/675c751d96e6620008d900f1
😎 Deploy Preview https://deploy-preview-162--breadchain-development.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

netlify bot commented Dec 6, 2024

Deploy Preview for dapper-sundae-ae0873 ready!

Name Link
🔨 Latest commit 56daf99
🔍 Latest deploy log https://app.netlify.com/sites/dapper-sundae-ae0873/deploys/675c751dca6a810008fa81b1
😎 Deploy Preview https://deploy-preview-162--dapper-sundae-ae0873.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

netlify bot commented Dec 6, 2024

Deploy Preview for fanciful-lamington-ea5ee2 ready!

Name Link
🔨 Latest commit 56daf99
🔍 Latest deploy log https://app.netlify.com/sites/fanciful-lamington-ea5ee2/deploys/675c751d91a15b0008616d12
😎 Deploy Preview https://deploy-preview-162--fanciful-lamington-ea5ee2.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.

@subject026 subject026 marked this pull request as ready for review December 6, 2024 10:51
Copy link

netlify bot commented Dec 6, 2024

Deploy Preview for endearing-biscuit-e5a874 ready!

Name Link
🔨 Latest commit 56daf99
🔍 Latest deploy log https://app.netlify.com/sites/endearing-biscuit-e5a874/deploys/675c751d1d2cae0008eae149
😎 Deploy Preview https://deploy-preview-162--endearing-biscuit-e5a874.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.

@subject026 subject026 changed the title LP Vaults: Resolve layout issue on Voting Power card (Governance page) LP Vaults: Resolve layout issues Dec 6, 2024
@subject026 subject026 changed the title LP Vaults: Resolve layout issues LP Vaults: Resolve layout issues and add mobile navigation links Dec 9, 2024
Copy link
Contributor

@secbajor secbajor left a comment

Choose a reason for hiding this comment

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

some feedback @subject026 !

@@ -68,8 +66,6 @@ function MobileWalletDisplay({
<MobileWalletDisconnectButton
handleDisconnect={() => disconnectAsync()}
/>

{/* <button onClick={addToken}>add token to wallet</button> */}
Copy link
Contributor

Choose a reason for hiding this comment

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

curious about this removal, will it need to be added back later? or is it just safe to remove?

Copy link
Member Author

Choose a reason for hiding this comment

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

There should be an add token button but I'm thinking this is just dead code right now. Should be a separate issue to add the button with styling.

{user.user.features.lpVaults && (
<>
<Link
href="/vote"
Copy link
Contributor

Choose a reason for hiding this comment

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

should this link to /governance ?

<span>Vote</span>
</Link>
<Link
href="/vaults"
Copy link
Contributor

Choose a reason for hiding this comment

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

should this link to governance/lp-vaults ?

@@ -32,6 +35,55 @@ export function MobileNavigation({ handleNavToggle }: IProps) {
>
Docs
</MobileNavigationLink>
{user.user.features.lpVaults && (
Copy link
Contributor

Choose a reason for hiding this comment

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

it looks like this section should be moved up so its under "Governance" instead of "Docs"

Copy link
Contributor

@secbajor secbajor left a comment

Choose a reason for hiding this comment

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

nice @subject026 this looks good to me!

@secbajor secbajor merged commit 55118cc into development Dec 16, 2024
18 checks passed
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