-
Notifications
You must be signed in to change notification settings - Fork 5
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(staking,extension,ui): StakePools Grid and List View integration, persistance adjustments [LW-9250, LW-9393, LW-9249, LW-9922] #904
Conversation
Allure report
smokeTests: ✅ test report for 7379be5d
|
Changes unknown |
8a2f312
to
3ad58cc
Compare
3ad58cc
to
50118e4
Compare
…browse-pools-sorting
… of SortField type
…browse-pools-sorting
…matters and fix TS errors
777a1a9
to
990ae8b
Compare
…browse-pools-sorting
…browse-pools-sorting
Quality Gate failedFailed conditions |
{ updateLocalStorage: setMultidelegationFirstVisitSincePortfolioPersistence } | ||
] = useLocalStorage(MULTIDELEGATION_FIRST_VISIT_SINCE_PORTFOLIO_PERSISTENCE_LS_KEY, true); | ||
const sendAnalytics = useCallback(() => { | ||
// TODO implement analytics for the new flow |
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.
covering in LW-9993 and LW-9994, out of scope for this PR
Checklist
Proposed solution
This PR integrates the List and Grid view with business logic, including changes to the settings persistence (e.g. preferred view and selected stake pools). Introducing usage of ROS instead of APY (deprecated) and some necessary bug fixes around that.
New env variables:
USE_MULTI_DELEGATION_STAKING_FILTERS
- shows filters tab iftrue
Changes to the existing env variables:
USE_ROS_STAKING_COLUMN
- if set tofalse
the "ROS" sorting option won't be available in the top-right corner sort/filter preferences cardTesting
Please run full regression on Staking and check the env variables. Be sure to include some of the following edge cases with different search queries/sorting/pool selections:
Screenshots