-
Notifications
You must be signed in to change notification settings - Fork 7
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
Maintenance/#1392 Update Featured DAOs on Mainnet and Sepolia #1393
Merged
adamgall
merged 10 commits into
develop
from
maintenance/#1392-add-shutter-dao-to-featured-section
Mar 1, 2024
Merged
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
bc7b1ab
Fix padding on featured DAO cards past the first row
adamgall 73d532f
My prettier did a lil formatting on save
adamgall 0f99c5c
Add strings for Shutter DAO title and description
adamgall 4b0c84a
Add Shutter icon just the logo
adamgall 8c44629
Add a card for Shutter DAO 0x36
adamgall ec410bf
Update language in Shutter Description
adamgall f1b2773
If there are no featured DAOs for a supported network, don't render t…
adamgall 08fd4a2
Remove all stale DAOs from Mainnet and Sepolia Featured Organizations…
adamgall 26f098d
Add Myosin icon, title, description
adamgall 007a0ca
Add Myosin as a featured Sepolia organization
adamgall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
{ | ||
"homeTitle": "Welcome to Fractal", | ||
"homeDesc": "Are you outgrowing your Multisig? Fractal extends Safe treasuries into on-chain hierarchies of permissions, token flows, and governance.", | ||
"govern": "Govern", | ||
"governDesc": "Choose a governance per sub-Safe. Create and authorize proposals. Decentralize on any timeline.", | ||
"structure": "Structure", | ||
"structureDesc": "Start with any Safe Multisig. Connect teams in flexible sub-Safe hierarchies for agile delivery.", | ||
"operate": "Operate", | ||
"operateDesc": "Unleash on-chain efficiency with reuseable, streamed, and permissioned transactions.", | ||
"featuredTitle": "Featured Organizations", | ||
"featuredDesc": "Here are some projects using Fractal to convert their Safe Multisig into DAOs as they decentralize:", | ||
"decentTitle": "Decent DAO", | ||
"decentDesc": "We are an open-source collective that unites builders toward global decentralization.", | ||
"awakeTitle": "AwakeVC", | ||
"awakeDesc": "Awake Internet Protocols combine AI and FinTech to empower Decentralized Private Equity for the multiverse. Welcome to Awakened Value Co-creation aka AwakeVC.", | ||
"ethlizardsTitle": "Lizard DAO", | ||
"ethlizardsDesc": "Ethlizards brings together an exceptional mix of avid gamers, visionary builders, and savvy investors, establishing itself as a highly esteemed partner in the GameFi ecosystem.", | ||
"featureLink": "Explore >", | ||
"readyCTA": "Ready to start?", | ||
"createButton": "+ Start from Scratch", | ||
"homeAttribution": "Made with 💜 by <1>Decent DAO</1>", | ||
"audit": "Audit", | ||
"learnCTA": "Explore the Docs to see how Fractal works", | ||
"getStartedButton": "Get Started" | ||
} | ||
"homeTitle": "Welcome to Fractal", | ||
"homeDesc": "Are you outgrowing your Multisig? Fractal extends Safe treasuries into on-chain hierarchies of permissions, token flows, and governance.", | ||
"govern": "Govern", | ||
"governDesc": "Choose a governance per sub-Safe. Create and authorize proposals. Decentralize on any timeline.", | ||
"structure": "Structure", | ||
"structureDesc": "Start with any Safe Multisig. Connect teams in flexible sub-Safe hierarchies for agile delivery.", | ||
"operate": "Operate", | ||
"operateDesc": "Unleash on-chain efficiency with reuseable, streamed, and permissioned transactions.", | ||
"featuredTitle": "Featured Organizations", | ||
"featuredDesc": "Here are some projects using Fractal to convert their Safe Multisig into DAOs as they decentralize:", | ||
"decentTitle": "Decent DAO", | ||
"decentDesc": "We are an open-source collective that unites builders toward global decentralization.", | ||
"awakeTitle": "AwakeVC", | ||
"awakeDesc": "Awake Internet Protocols combine AI and FinTech to empower Decentralized Private Equity for the multiverse. Welcome to Awakened Value Co-creation aka AwakeVC.", | ||
"ethlizardsTitle": "Lizard DAO", | ||
"ethlizardsDesc": "Ethlizards brings together an exceptional mix of avid gamers, visionary builders, and savvy investors, establishing itself as a highly esteemed partner in the GameFi ecosystem.", | ||
"shutterTitle": "Shutter DAO 0x36", | ||
"shutterDesc": "Shutter is an anti-frontrunning/malicious MEV protocol using threshold encryption. Shutter DAO 0x36 is a pragmatic, step-by-step approach towards decentralization, prioritizing community involvement and learning from each phase while maintaining operational reliability and security.", | ||
Comment on lines
+18
to
+19
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These are the only new lines in this file. My prettier extension did a lil format on save and adjusted the indent from 4 spaces to 2. |
||
"featureLink": "Explore >", | ||
"readyCTA": "Ready to start?", | ||
"createButton": "+ Start from Scratch", | ||
"homeAttribution": "Made with 💜 by <1>Decent DAO</1>", | ||
"audit": "Audit", | ||
"learnCTA": "Explore the Docs to see how Fractal works", | ||
"getStartedButton": "Get Started" | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 padding between cards was only working on the first row. This fixes it so it works on all rows.
Wonder how it looks on mobile lmao?