-
Notifications
You must be signed in to change notification settings - Fork 16
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: Governance page #243
Conversation
ESLint Summary View Full Report
Report generated by eslint-plus-action |
Branch preview✅ Deployed to dev: |
"contribution": "Wrote tutorials on gnosis safe for DAOs in English and Chinese.", | ||
"twitter": "https://twitter.com/0xAA_Science" | ||
} | ||
] |
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.
This is not a component, right? It's part of the content.
@@ -31,8 +31,7 @@ const navItems: NavItemType[] = [ | |||
}, | |||
{ | |||
label: 'Governance', | |||
href: GOVERNANCE_LINK, | |||
external: true, | |||
href: AppRoutes.governance, |
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.
You might want to extract these links to a JSON as well at some point.
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.
The links we have in the constants
file?
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 mean the whole configuration of the header. What links and their names to display in the header.
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.
Good suggestion! I've moved that data to a content file as well.
What it solves
Implementation of the Governance page according to design.
Obs
A list of delegates was provided by Andre, meaning we have no dynamic fetch in this iteration as the criteria to rank top delegates is still tbd.
Removed a bunch of unused assets. Mostly images that were replaced by parallax elements and were unused.
Refactors (tiny)
components/Wallet
to thecomponents/common
foldercomponents/Home
to thecomponents/common
folder