-
Notifications
You must be signed in to change notification settings - Fork 13
feat: Batch Proposals on Etherlink DAO #925
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
Conversation
✅ Deploy Preview for tezos-homebase ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
New Proposal modal for L1 is wrong in this deploy preview. @ashutoshpw
|
… DAO creation store; add Firestore network name utility function
512fa7a to
96d02f9
Compare
- Fix governanceSettings order for wrapped token DAO deployment - Fix TokenBridge to use parseUnits for proper decimal conversion - Improve TokenBridge UI (full width, white text, better input styling) - Show underlying token address for wrapped DAOs instead of misleading stats
- Add minHeight to PageLayout to push footer below viewport fold - Fix Active Proposals count showing 0 by using case-insensitive status check 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace DAO Contract with Treasury Address in header - Rename "Awaiting Executions" to "Executable" and show 0 instead of - - Apply highlight color to stat values on Home and Account tabs - Replace DelegationBox shadow with thin grey border 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Fix Treasury table padding and add ultrawide/mobile responsive hiding - Move description above addresses in Home tab header - Change proposal creation final step button from "Next" to "Submit" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add MemberProfileModal with stats (voting weight, balance, proposals created, votes cast) and activity history - Make member rows clickable in Members tab (except logged-in user) - Add search bar to filter votes by address in Votes modal - Replace Yes/No text with green/red thumb icons - Remove modal titles and reduce top padding - Center profile header and use consistent stats alignment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Replace V4 badge with icons for different DAO types - Shield icon for non-transferable token DAOs - Swap arrows icon for transferable token DAOs - Layers icon for wrapped token DAOs - Each icon has tooltip explaining the DAO type
…ion to DAO Basics step - Remove caption text from token type radio buttons
c98a70f to
210a0b0
Compare
EightRice
left a comment
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.
Tested all proposal types on all DAO types for both networks with multiple configurations of members, voters, and delegation settings.
- Add DOMPurify to sanitize proposal description HTML - Validate external resource URLs to block javascript: protocol - Add rel="noopener noreferrer" for external links


Adds support for creating EVM DAO proposals with multiple actions via CSV upload, enabling batch operations in a single proposal.
Fixes #931 #930 #929 #928 #927 #926 #924