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

feat: Governance page #243

Merged
merged 23 commits into from
Oct 27, 2023
Merged

feat: Governance page #243

merged 23 commits into from
Oct 27, 2023

Conversation

DiogoSoaress
Copy link
Member

@DiogoSoaress DiogoSoaress commented Oct 6, 2023

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)

  • Add a margin-top to the Footer element instead of styling all pages last sections with margin-bottom
  • Move ParallaxText from components/Wallet to the components/common folder
  • Move TitleLogos from components/Home to the components/common folder

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action

@github-actions
Copy link

github-actions bot commented Oct 6, 2023

Branch preview

✅ Deployed to dev:

https://safe-web-landing.dev.5afe.dev

@DiogoSoaress DiogoSoaress marked this pull request as ready for review October 26, 2023 08:45
"contribution": "Wrote tutorials on gnosis safe for DAOs in English and Chinese.",
"twitter": "https://twitter.com/0xAA_Science"
}
]
Copy link
Member

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,
Copy link
Member

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.

Copy link
Member Author

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?

Copy link
Member

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.

Copy link
Member Author

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.

@DiogoSoaress DiogoSoaress merged commit 7a1efc8 into main Oct 27, 2023
@DiogoSoaress DiogoSoaress deleted the epic-governance-page branch October 27, 2023 09:39
@github-actions github-actions bot locked and limited conversation to collaborators Oct 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants