-
Notifications
You must be signed in to change notification settings - Fork 23
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
"New proposal" main branch #624
Merged
Merged
Conversation
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
creed-victor
added
the
do-not-merge
PR should not be merged due to dependencies/blockers
label
Oct 4, 2023
🦋 Changeset detectedLatest commit: 0f87b9d The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for sovryn-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
creed-victor
force-pushed
the
feat/proposal-main-branch
branch
from
October 5, 2023 12:36
72db499
to
b6df4e2
Compare
✅ Deploy Preview for sovryn-storybook canceled.
|
creed-victor
force-pushed
the
feat/proposal-main-branch
branch
from
October 11, 2023 13:22
ac60e47
to
24d94a7
Compare
* SOV-2922: voting proposals page * Create proud-rivers-give.md * chore: added changes from comments * chore: remove condition for past proposals * chore: added tooltip + added view button * chore: update proposal link + new proposal btn
* feat: add bar component with threshold option * SOV-3008: bitocracy voting result component
* Fix bitocracy alerts button * Move EmailNotificationSettingsDialog to shared state * Create shiny-years-leave.md
* SOV-2922: voting proposals page (#552) * SOV-2922: voting proposals page * Create proud-rivers-give.md * chore: added changes from comments * chore: remove condition for past proposals * chore: added tooltip + added view button * chore: update proposal link + new proposal btn * feat: ProposalPage added * Create pink-buckets-rhyme.md * feat: update proposal page * feat: vote query * feat: resolve PR comments * feat: update cast vote in proposal * update proposal query * fix: mobile view * update gql * fix: proposal result issue * fix: show loading on proposal page * fix: cast vote error message * SOV-3009: voting actions (#597) * SOV-3009: voting actions * Create yellow-tips-sip.md * chore: fixes from comments * chore: update proposal status * chore: update proposal status * chore: update from comments * fix: proposal execution --------- Co-authored-by: Victor Creed <[email protected]> * fix: execution eta * SOV-3196: add voting tooltips to Voting proposals page (#603) * SOV-3196: add voting tooltips to Voting proposals page * Create angry-mails-enjoy.md * chore: force deployment * chore: force deployment --------- Co-authored-by: Victor Creed <[email protected]> * SOV-3211-3207: Bitocracy proposal issues (#614) * fix: bitocracy proposal title * Create many-fishes-hang.md * fix: define title limit * fix: update proposal title * SOV-3195: add voting power section (#600) * SOV-3195: add voting power section * chore: add a tooltip for VP * chore: refactoring * Create giant-ducks-laugh.md * chore: updates from comments * fix: proposal status hook * chore: remove hrefExternal in view proposal button --------- Co-authored-by: Victor Creed <[email protected]> * SOV-3225: Proposal row click (#625) * Fix individual proposal opening * Fix review remarks * Change title tooltip trigger to hover * Create fresh-goats-begin.md * SOV-3011: Voting - Proposal CSV export (#627) * SOV-3011: add CSV export * chore: update text in proposal CSV file * SOV-3239: Support/Reject button in Cast your vote (#616) * feat: support reject proposal * Create olive-olives-obey.md * fix: refetch when voting is done * fix: casting issue * fix: hide when loading * fix: resolve PR comments * fix: casting vote issue * chore: increase gas limit --------- Co-authored-by: Victor Creed <[email protected]> --------- Co-authored-by: Pietro Maximoff <[email protected]> Co-authored-by: Victor Creed <[email protected]> Co-authored-by: Victor Creed <[email protected]> Co-authored-by: tiltom <[email protected]>
* feat: proposal creation modal * Create friendly-lobsters-retire.md * fix: resolve PR comments
* feat: proposal creation form * Create bright-beers-swim.md * fix: resolve PR issues * fix: resolve PR issues * fix: PR issues * fix: remove unsused handler * fix: remove unused constants --------- Co-authored-by: Victor Creed <[email protected]>
* SOV-3237: Proposal creation - Proposal Overview * Create violet-dogs-kick.md * rebuild * chore: updates from comments --------- Co-authored-by: Victor Creed <[email protected]>
creed-victor
force-pushed
the
feat/proposal-main-branch
branch
from
October 12, 2023 11:02
24d94a7
to
cc43838
Compare
* fix: create proposal form validation * Create seven-boats-juggle.md
* SOV-3238: add treasury data * chore: update initial transfer state * chore: update remove button + max button * chore: update context + preview dialog * chore: update naming * chore: update preview component * chore: refactoring * chore: update naming * chore: move console.log to submit * chore: move contract addresses to const file * chore: refactoring ExecutableDetails component * Create great-tools-provide.md * chore: updates from comments * chore: update params * chore: update balances * chore: updates from comments * chore: update governor logic * chore: add required VP for creation propose * chore: added testnet addresses * chore: add governance selector * chore: temp hide balance validation * chore: fix from comments
* Adjust the initial step * UI - initial version * Add multiple parameters (without updating the context) * Save parameters step UI to the context * Delete functionality * Show real parameters * Parameter config entry * Add loan token logic beacon contracts * Add support for custom parameters * Small UI adjustments * chore: update params * chore: update params logic * chore: rm console * chore: add missing useEffect * SOV-3238: add treasury data (#646) * SOV-3238: add treasury data * chore: update initial transfer state * chore: update remove button + max button * chore: update context + preview dialog * chore: update naming * chore: update preview component * chore: refactoring * chore: update naming * chore: move console.log to submit * chore: move contract addresses to const file * chore: refactoring ExecutableDetails component * Create great-tools-provide.md * chore: updates from comments * chore: update params * chore: update balances * chore: updates from comments * chore: update governor logic * chore: add required VP for creation propose * chore: added testnet addresses * chore: add governance selector * chore: temp hide balance validation * chore: fix from comments * SOV-3234: parameters updates: - updated with main proposal branch - added validation - resolve conflicts * Create smart-drinks-smoke.md * chore: update governor address * chore: SOV-3321 update description * chore: update iTokens logic * Implement review changes * Remove checkPause from parameters list * Adjust custom contract and custom parameter sections --------- Co-authored-by: tiltom <[email protected]>
* Show new proposal button only if user has enough VP * Fix invalid parameter value * Disable create proposal button if a user has live proposal * Fix custom parameter function name saving
* SOV-3458 - validate amount * SOV-3456 - fix SOV contract address in proclamation proposals * SOV-3462 - fix styling of proposal status outcome * SOV-3463 - hide certaing executable details from non-treasury proposals
soulBit
removed
the
do-not-merge
PR should not be merged due to dependencies/blockers
label
Nov 6, 2023
soulBit
approved these changes
Nov 7, 2023
Rickk137
added a commit
that referenced
this pull request
Nov 8, 2023
* feat: initial Bitocracy content and stubs * fix: missing lazy load for Bitocracy page * SOV-2922: voting proposals page (#552) * SOV-2922: voting proposals page * Create proud-rivers-give.md * chore: added changes from comments * chore: remove condition for past proposals * chore: added tooltip + added view button * chore: update proposal link + new proposal btn * SOV-3008: Proposal voting status (progress) (#565) * feat: add bar component with threshold option * SOV-3008: bitocracy voting result component * SOV-3226: Fix bitocracy alerts button (#610) * Fix bitocracy alerts button * Move EmailNotificationSettingsDialog to shared state * Create shiny-years-leave.md * SOV-3010: Individual Proposal page (#583) * SOV-2922: voting proposals page (#552) * SOV-2922: voting proposals page * Create proud-rivers-give.md * chore: added changes from comments * chore: remove condition for past proposals * chore: added tooltip + added view button * chore: update proposal link + new proposal btn * feat: ProposalPage added * Create pink-buckets-rhyme.md * feat: update proposal page * feat: vote query * feat: resolve PR comments * feat: update cast vote in proposal * update proposal query * fix: mobile view * update gql * fix: proposal result issue * fix: show loading on proposal page * fix: cast vote error message * SOV-3009: voting actions (#597) * SOV-3009: voting actions * Create yellow-tips-sip.md * chore: fixes from comments * chore: update proposal status * chore: update proposal status * chore: update from comments * fix: proposal execution --------- Co-authored-by: Victor Creed <[email protected]> * fix: execution eta * SOV-3196: add voting tooltips to Voting proposals page (#603) * SOV-3196: add voting tooltips to Voting proposals page * Create angry-mails-enjoy.md * chore: force deployment * chore: force deployment --------- Co-authored-by: Victor Creed <[email protected]> * SOV-3211-3207: Bitocracy proposal issues (#614) * fix: bitocracy proposal title * Create many-fishes-hang.md * fix: define title limit * fix: update proposal title * SOV-3195: add voting power section (#600) * SOV-3195: add voting power section * chore: add a tooltip for VP * chore: refactoring * Create giant-ducks-laugh.md * chore: updates from comments * fix: proposal status hook * chore: remove hrefExternal in view proposal button --------- Co-authored-by: Victor Creed <[email protected]> * SOV-3225: Proposal row click (#625) * Fix individual proposal opening * Fix review remarks * Change title tooltip trigger to hover * Create fresh-goats-begin.md * SOV-3011: Voting - Proposal CSV export (#627) * SOV-3011: add CSV export * chore: update text in proposal CSV file * SOV-3239: Support/Reject button in Cast your vote (#616) * feat: support reject proposal * Create olive-olives-obey.md * fix: refetch when voting is done * fix: casting issue * fix: hide when loading * fix: resolve PR comments * fix: casting vote issue * chore: increase gas limit --------- Co-authored-by: Victor Creed <[email protected]> --------- Co-authored-by: Pietro Maximoff <[email protected]> Co-authored-by: Victor Creed <[email protected]> Co-authored-by: Victor Creed <[email protected]> Co-authored-by: tiltom <[email protected]> * SOV-3149: Proposal creation modal (#601) * feat: proposal creation modal * Create friendly-lobsters-retire.md * fix: resolve PR comments * feat: SOV-3236 proposal creation context and submission (#623) * SOV-3148: proposal creation form (#609) * feat: proposal creation form * Create bright-beers-swim.md * fix: resolve PR issues * fix: resolve PR issues * fix: PR issues * fix: remove unsused handler * fix: remove unused constants --------- Co-authored-by: Victor Creed <[email protected]> * SOV-3237: Proposal creation - Proposal Overview (#637) * SOV-3237: Proposal creation - Proposal Overview * Create violet-dogs-kick.md * rebuild * chore: updates from comments --------- Co-authored-by: Victor Creed <[email protected]> * fix: merge conflicts * SOV-3315: create proposal form validation (#633) * fix: create proposal form validation * Create seven-boats-juggle.md * SOV-3238: add treasury data (#646) * SOV-3238: add treasury data * chore: update initial transfer state * chore: update remove button + max button * chore: update context + preview dialog * chore: update naming * chore: update preview component * chore: refactoring * chore: update naming * chore: move console.log to submit * chore: move contract addresses to const file * chore: refactoring ExecutableDetails component * Create great-tools-provide.md * chore: updates from comments * chore: update params * chore: update balances * chore: updates from comments * chore: update governor logic * chore: add required VP for creation propose * chore: added testnet addresses * chore: add governance selector * chore: temp hide balance validation * chore: fix from comments * SOV-3234: Proposal creation - Parameter Proposal Details (#658) * Adjust the initial step * UI - initial version * Add multiple parameters (without updating the context) * Save parameters step UI to the context * Delete functionality * Show real parameters * Parameter config entry * Add loan token logic beacon contracts * Add support for custom parameters * Small UI adjustments * chore: update params * chore: update params logic * chore: rm console * chore: add missing useEffect * SOV-3238: add treasury data (#646) * SOV-3238: add treasury data * chore: update initial transfer state * chore: update remove button + max button * chore: update context + preview dialog * chore: update naming * chore: update preview component * chore: refactoring * chore: update naming * chore: move console.log to submit * chore: move contract addresses to const file * chore: refactoring ExecutableDetails component * Create great-tools-provide.md * chore: updates from comments * chore: update params * chore: update balances * chore: updates from comments * chore: update governor logic * chore: add required VP for creation propose * chore: added testnet addresses * chore: add governance selector * chore: temp hide balance validation * chore: fix from comments * SOV-3234: parameters updates: - updated with main proposal branch - added validation - resolve conflicts * Create smart-drinks-smoke.md * chore: update governor address * chore: SOV-3321 update description * chore: update iTokens logic * Implement review changes * Remove checkPause from parameters list * Adjust custom contract and custom parameter sections --------- Co-authored-by: tiltom <[email protected]> * Fix proclamation type bugs (#665) * Fix custom contract/parameter data (#666) * Fix initial step labels * SOV-3449: Proposals bugs (#671) * Show new proposal button only if user has enough VP * Fix invalid parameter value * Disable create proposal button if a user has live proposal * Fix custom parameter function name saving * SOV-3458: Proposal bugs (#673) * SOV-3458 - validate amount * SOV-3456 - fix SOV contract address in proclamation proposals * SOV-3462 - fix styling of proposal status outcome * SOV-3463 - hide certaing executable details from non-treasury proposals * Fix new proposal button on mobile (#677) * Validate custom value (#679) * Fix mobile view (#683) * chore: update changeset messages --------- Co-authored-by: soulBit <[email protected]> Co-authored-by: Pietro Maximoff <[email protected]> Co-authored-by: tiltom <[email protected]> Co-authored-by: Peiman <[email protected]> Co-authored-by: tiltom <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.