Skip to content
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: add improvements on portfolio page #3700

Merged
merged 21 commits into from
Sep 10, 2023
Merged

Conversation

alter-eggo
Copy link
Collaborator

@alter-eggo alter-eggo commented Jul 14, 2023

Description

This pr adds cross chain boosts related improvements on portfolio page and actions selector on staked and unstaked pools tables

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Dependency changes
  • Code refactor / cleanup
  • Documentation or wording changes
  • Other

How should this be tested?

Please provide instructions so we can test. Please also list any relevant details for your test configuration.

  • Test A
  • Test B

Visual context

Screenshot 2023-08-10 at 11 26 02 Screenshot 2023-08-10 at 11 25 53 Screenshot 2023-08-10 at 11 25 41

Checklist:

  • I have performed a self-review of my own code
  • I have requested at least 1 review (If the PR is significant enough, use best judgement here)
  • I have commented my code where relevant, particularly in hard-to-understand areas
  • If package-lock.json has changes, it was intentional.
  • The base of this PR is master if hotfix, develop if not

@vercel
Copy link

vercel bot commented Jul 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
beta-app-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 7, 2023 0:10am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
app-v2 ⬜️ Ignored (Inspect) Visit Preview Sep 7, 2023 0:10am

@garethfuller
Copy link
Collaborator

@alter-eggo Alignment seems off here, think you need to align the header to the right too.
Screenshot 2023-08-21 at 09 02 47

@garethfuller
Copy link
Collaborator

@alter-eggo Also, that alert notification highlights that there is a gauge migration to be done, but when I go to the pool page there is no migration card, what's going on there?
Screenshot 2023-08-21 at 09 42 42

@garethfuller garethfuller merged commit f9ed3df into develop Sep 10, 2023
4 checks passed
@garethfuller garethfuller deleted the feat/restake-portfolio branch September 10, 2023 07:46
agualis added a commit that referenced this pull request Sep 11, 2023
* Add missing avax logo (#4157)

Co-authored-by: Tim Robinson <[email protected]>

* Bump vue (#4167)

* Bump vue

* Fix compex extended type in props

* fix: use prop in prefetch links (#4168)

* hotfix: Remove create pool popup (dm) (#4170)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* hotfix: update bal address (dm) (#4182)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool (#4169)

* 1.122.5

* chore: Add B-50USD-50bIB01 pool to gnosis-chain allowlist (#4171)

Co-authored-by: balopco <[email protected]>

* 1.122.6

* chore: Add B-50USD-50bCSPX pool to gnosis-chain allowlist (#4173)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.7

* chore: Add B-50USD-50bIBTA pool to gnosis-chain allowlist (#4174)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.8

* chore: Add 50GOLD/25WETH/25USDC pool to base allowlist (#4176)

Co-authored-by: balopco <[email protected]>

* 1.122.9

* chore: Add USDC/USDbC/axlUSDC pool to base allowlist (#4175)

Co-authored-by: balopco <[email protected]>

* 1.122.10

* chore: Add GOLD/BAL/USDC pool to base allowlist (#4177)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.11

* weekly gauge add (#4178)

* 1.122.12

* add 3pool to stakable (#4179)

* 1.122.13

* chore: Update BAL address

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* feat:  add improvements on portfolio page (#3700)

* feat: add staked pools gauges request

* feat: add check working balance for staked pools

* feat: add pools table selector

* feat: add checkpointer contract

* feat: add poke all gauges modal

* feat: add checkpoint logic on portfolio page

* feat: add proper checkpoint 1 gauge flow

* feat: add actions for unstaked pools table

* fix: review

* fix: test

* feat: add action enum

* feat: fix problem with tables

* fix: styles

* fix: align of actions column

* fix: remove overflow hidden

* feat: add isKilled in user gauges query

* fix: tests

* feat: hide actions for deprecated pools

* feat: remove actions if pool deprecated

* 1.123.0

---------

Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Anastasios <[email protected]>
garethfuller added a commit that referenced this pull request Sep 14, 2023
* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool (#4169)

* 1.122.5

* chore: Add B-50USD-50bIB01 pool to gnosis-chain allowlist (#4171)

Co-authored-by: balopco <[email protected]>

* 1.122.6

* chore: Add B-50USD-50bCSPX pool to gnosis-chain allowlist (#4173)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.7

* chore: Add B-50USD-50bIBTA pool to gnosis-chain allowlist (#4174)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.8

* chore: Add 50GOLD/25WETH/25USDC pool to base allowlist (#4176)

Co-authored-by: balopco <[email protected]>

* 1.122.9

* chore: Add USDC/USDbC/axlUSDC pool to base allowlist (#4175)

Co-authored-by: balopco <[email protected]>

* 1.122.10

* chore: Add GOLD/BAL/USDC pool to base allowlist (#4177)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.11

* weekly gauge add (#4178)

* 1.122.12

* add 3pool to stakable (#4179)

* 1.122.13

* hotfix: Update BAL address (#4181)

* 1.122.14

* chore: Add 50USDbC-50axlUSDC pool to base allowlist (#4180)

Co-authored-by: balopco <[email protected]>

* 1.122.15

* chore: Add 50WETH-50USDbC pool to base allowlist (#4186)

Co-authored-by: balopco <[email protected]>

* 1.122.16

* chore: Add 20RBW-80UNIM pool to polygon allowlist (#4183)

Co-authored-by: balopco <[email protected]>

* 1.122.17

* chore: Add 50USDbC-50axlUSDC pool to base allowlist (#4184)

Co-authored-by: balopco <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>

* 1.122.18

* chore: Add 50BAL-50DAI pool to base allowlist (#4185)

Co-authored-by: balopco <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>

* 1.122.19

* Release/1.123.0 (#4188)

* Add missing avax logo (#4157)

Co-authored-by: Tim Robinson <[email protected]>

* Bump vue (#4167)

* Bump vue

* Fix compex extended type in props

* fix: use prop in prefetch links (#4168)

* hotfix: Remove create pool popup (dm) (#4170)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* hotfix: update bal address (dm) (#4182)

* Add missing avax logo (#4155)

* 1.122.1

* chore: Add ECLP-wstETH-rETH pool to ethereum allowlist (#4159)

Co-authored-by: balopco <[email protected]>

* 1.122.2

* chore: Add 50WETH-50cbXEN pool to base allowlist (#4151)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.3

* chore: Add B-50wstETH-50NEXT pool to gnosis-chain allowlist (#4163)

Co-authored-by: balopco <[email protected]>

* 1.122.4

* chore: Remove intro modal from create pool (#4169)

* 1.122.5

* chore: Add B-50USD-50bIB01 pool to gnosis-chain allowlist (#4171)

Co-authored-by: balopco <[email protected]>

* 1.122.6

* chore: Add B-50USD-50bCSPX pool to gnosis-chain allowlist (#4173)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.7

* chore: Add B-50USD-50bIBTA pool to gnosis-chain allowlist (#4174)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.8

* chore: Add 50GOLD/25WETH/25USDC pool to base allowlist (#4176)

Co-authored-by: balopco <[email protected]>

* 1.122.9

* chore: Add USDC/USDbC/axlUSDC pool to base allowlist (#4175)

Co-authored-by: balopco <[email protected]>

* 1.122.10

* chore: Add GOLD/BAL/USDC pool to base allowlist (#4177)

Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* 1.122.11

* weekly gauge add (#4178)

* 1.122.12

* add 3pool to stakable (#4179)

* 1.122.13

* chore: Update BAL address

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>

* feat:  add improvements on portfolio page (#3700)

* feat: add staked pools gauges request

* feat: add check working balance for staked pools

* feat: add pools table selector

* feat: add checkpointer contract

* feat: add poke all gauges modal

* feat: add checkpoint logic on portfolio page

* feat: add proper checkpoint 1 gauge flow

* feat: add actions for unstaked pools table

* fix: review

* fix: test

* feat: add action enum

* feat: fix problem with tables

* fix: styles

* fix: align of actions column

* fix: remove overflow hidden

* feat: add isKilled in user gauges query

* fix: tests

* feat: hide actions for deprecated pools

* feat: remove actions if pool deprecated

* 1.123.0

---------

Co-authored-by: Gareth Fuller <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Anastasios <[email protected]>

* hotfix: remove stake and migrate actions for branded redirect pools

* 1.123.1

* fix: Fix pool lookup for aura gauges

---------

Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Automated Version Bump <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: balopco <[email protected]>
Co-authored-by: ZeKraken <[email protected]>
Co-authored-by: Alberto Gualis <[email protected]>
Co-authored-by: Tim Robinson <[email protected]>
Co-authored-by: Anastasios <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants