-
Notifications
You must be signed in to change notification settings - Fork 302
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: sync related ui alerts on pool page #3542
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
…-v2 into feat/sync-pool-page
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
…-v2 into feat/sync-pool-page
…-v2 into feat/sync-pool-page
…v2 into feat/sync-pool-page
…v2 into feat/sync-pool-page
…v2 into feat/sync-pool-page
…v2 into feat/sync-pool-page
alter-eggo
requested review from
garethfuller,
timjrobinson and
agualis
and removed request for
garethfuller and
timjrobinson
June 27, 2023 07:41
garethfuller
requested changes
Jun 30, 2023
@@ -17,10 +17,12 @@ type Props = { | |||
dependencies?: unknown; | |||
showSectionBorder?: boolean; | |||
reCalcKey?: number; | |||
isOpenedByDefault?: boolean; |
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.
This didn't work for me.
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.
fixed
src/components/contextual/pages/vebal/cross-chain-boost/StakingCardSyncAlert.vue
Outdated
Show resolved
Hide resolved
src/components/contextual/pages/vebal/cross-chain-boost/StakingCardSyncAlert.vue
Outdated
Show resolved
Hide resolved
garethfuller
added a commit
that referenced
this pull request
Jul 6, 2023
* feat: add cross chain cards * feat: add cross chain sync modal * feat: add modal info selectors * wip * feat: add omni escrow request * wip * feat: create feature base branch * feat: add sync state logic * feat: add sync modals * wip * feat: add omni escrow voting contract * feat: add tx error handling * feat: add syncing network logic * wip * feat: add veBal balance display * feat: add comments * feat: add balances calculation * feat: add sort in omni and vote escrow requests * feat: add all unsynced state * feat: add balances on final state * fix: loader lint * feat: change icons * feat: add refetch icons * feat: add polygon network * feat: add temp syncing networks * Add unit tests for useCrossChainSync * wip * feat: add sync refetch watcher * feat: add cross chain sync provider * feat: add gnosis and optimism networks * feat: change networks icons * feat: proper add gnosis url * Refactor: extract useCrossChainNetwork (#3505) * feat: add warning and info alerts * feat: add procees to sync vebal modal * feat: add l2 vebal balance on portfolio page * feat: add portfolio sync tip component * feat: app proper sync tip condition * feat: increase sync state refetch time * feat: change claim page texts * feat: add boost calculation on l2s * fix: tests * fix: use boosts test * feat: change refresh logic * feat: change subgraph urls * feat: add error alert * feat: check tx with response mock * fix: temp remove set to local storage * fix: temp remove set to local storage * feat: add clear temp sync condition * feat: prevent memory leaking on localstorage set * feat: remove icons * feat: remove logs * feat: change final state text * feat: change l2 pools apr calc * feat: put sync data in config * feat: get data from configs * fix: omni escrow locks value * feat: add success check icon * Fix tests * fix: naming * Updated network icons * UI clean up cross chain sync * fix: review fixes * feat: sync related ui alerts on pool page (#3542) * feat: add gauge balancer helper contract * feat: add alerts in staking card * wip * feat: add check balances * feat: add alerts on pool page * wip * feat: add user checkpoint actions * remove logs * feat: add networks tooltips * feat: change sync process warning * feat: change unstake btn style * UI updates * feat: change unsynced arr * fix: unstake btn style * feat: fix trigger update fn * feat: open staking incentives card by default * feat: add sync tips * feat: opening staking incentives card * feat: change texts * feat: add info message * fixes after review --------- Co-authored-by: pkattera <[email protected]> * chore: update wording (#3620) * chore: Update wording * chore: Update wording * feat: add layer zero tx link (#3625) * feat: add layer zero tx links * feat: add timeout on l0 tx hashes set * feat: hide text if no l0 link * feat: remove test code * feat: add padding if no link * feat: implement fetch l0 messages on interval * fix package lock --------- Co-authored-by: Alberto Gualis <[email protected]> Co-authored-by: Alberto Gualis <[email protected]> Co-authored-by: pkattera <[email protected]> Co-authored-by: Gareth Fuller <[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.
Description
Add cross chain boost sync ui alerts on pool page
Type of change
How should this be tested?
Please provide instructions so we can test. Please also list any relevant details for your test configuration.
Visual context
Please provide any relevant visual context for UI changes or additions. This could be static screenshots or a loom screencast.
Checklist:
master
if hotfix,develop
if not