-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: add settings menu to topnav #1032
Conversation
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.
It looks good to me, although I'd like @bonustrack to decide on the UX/UI aspect of this (menu entries, unless it was discussed elsewhere as issue doesn't have any context).
<UiDropdownItem v-slot="{ active }"> | ||
<a | ||
:class="['flex gap-2 items-center', { 'opacity-80': active }]" | ||
href="https://snapshot.box" | ||
> | ||
<IH-bolt :width="16" /> | ||
Mainnet | ||
</a> | ||
</UiDropdownItem> |
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.
I think it would be weird showing this on snapshot.box and testnet link on testnet.snapshot.box.
Let's wait before merging this PR, I'm not sure about the menu links, many of these links or not relevant for most users. |
Summary
Closes: https://github.com/snapshot-labs/workflow/issues/319
This PR adds a new "settings" menu in the top nav, which will contains:
How to test