-
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
SOV-3010: Individual Proposal page #583
SOV-3010: Individual Proposal page #583
Conversation
🦋 Changeset detectedLatest commit: 241d56d The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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. |
.../frontend/src/app/5_pages/BitocracyPage/components/ProposalViewButton/ProposalViewButton.tsx
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/5_pages/ProposalPage/hooks/useGetProposals.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/utils/graphql/rsk/operations/getProposals.graphql
Outdated
Show resolved
Hide resolved
apps/frontend/src/utils/graphql/rsk/operations/getProposal.graphql
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/5_pages/ProposalPage/hooks/useGetProposalById.ts
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/3_organisms/ProposalVotingResults/index.tsx
Outdated
Show resolved
Hide resolved
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.
In the design, we have a tooltip with Vote start and Vote end data, but in the PRD we don't have any info about it, so I believe its better to check in which way we will go (with a tooltip or without) @soulBit
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.
leave it according to PRD for now, we'll create a separate story for confirming how this should work and implementation
apps/frontend/src/app/5_pages/ProposalPage/components/VoteTimer/VoteTimer.tsx
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/5_pages/ProposalPage/components/VoteTimer/VoteTimer.tsx
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/5_pages/ProposalPage/components/ExecutableDetails/ExecutableDetails.tsx
Show resolved
Hide resolved
apps/frontend/src/app/3_organisms/ProposalVotingResults/index.tsx
Outdated
Show resolved
Hide resolved
apps/frontend/src/app/5_pages/ProposalPage/components/ProposalInfo/ProposalInfo.tsx
Outdated
Show resolved
Hide resolved
</Paragraph> | ||
{currentBlock < endBlock ? ( | ||
<Paragraph size={ParagraphSize.small} className="italic"> | ||
{t(translations.proposalVotingResults.inProgress)} |
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.
3bfec50
to
a1a9572
Compare
c10721f
to
05c57c5
Compare
@soulBit We are missing the Your voting power block which we have in design, but I can't find any info in PRD about it |
019dac7
to
d699576
Compare
e919099
to
ce82253
Compare
d699576
to
5419023
Compare
ce82253
to
98b1603
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
* 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]>
* 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]>
* fix: bitocracy proposal title * Create many-fishes-hang.md * fix: define title limit * fix: update proposal title
* 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]>
5419023
to
8a16c9a
Compare
* Fix individual proposal opening * Fix review remarks * Change title tooltip trigger to hover * Create fresh-goats-begin.md
* SOV-3011: add CSV export * chore: update text in proposal CSV file
* 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]>
* feat: initial Bitocracy content and stubs * feat: add Bitocracy menu option for SOV-2917 * chore: add changeset * 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-3012: Bitocracy alerts (#580) * SOV-3012: Bitocracy alerts * Create fifty-baboons-fry.md * chore: cherry-pick from https://github.com/DistributedCollective/sovryn-dapp/pull/535/files * Fix invalid localization key * fix: duplicated deps --------- Co-authored-by: tiltom <[email protected]> Co-authored-by: Victor Creed <[email protected]> * SOV-3013: Voting - Next Steps modal (#564) * feat: Voting - Next Steps modal * Create two-ligers-relax.md * fix: resolve PR issue * fix: next step modal showing * fix: show next step dialog when tx dialog is closed * 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-3319: Fix proposal type (#630) * Fix proposal type condition * Adjust exacutable details and proposal actions * Create brave-experts-cover.md * SOV-3312: Fix small bugs (#631) * Fix small bugs * Create small-fishes-work.md * Change layout of executable details * SOV-3288: Show the current state of voting (#632) * Show the current state of voting * Create thin-geckos-fail.md * Fix the copy * Fix review remarks * SOV-3327: Fix status labels (#636) * Fix status labels * Create moody-fans-attack.md * SOV-3334: Fix cast vote mobile (#639) * Fix cast section mobile view * Create happy-carrots-fold.md * Bump up proposal vote gas limit --------- Co-authored-by: Pietro Maximoff <[email protected]> Co-authored-by: Victor Creed <[email protected]> Co-authored-by: tiltom <[email protected]> Co-authored-by: tiltom <[email protected]> Co-authored-by: Victor Creed <[email protected]> Co-authored-by: Peiman <[email protected]>
* 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-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: 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]>
* 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]>
https://sovryn.atlassian.net/browse/SOV-3010
https://sovryn.atlassian.net/browse/SOV-2923