-
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(ui,core,staking): [LW-9594] refactor Select component + design updates #1109
Conversation
Allure Report
smokeTests: ✅ test report for 91df40e6
|
...s/staking/src/features/BrowsePools/BrowsePoolsPreferencesCard/BrowsePoolsPreferencesCard.tsx
Show resolved
Hide resolved
…teractions" This reverts commit 775ea2f.
packages/ui/src/design-system/decorators/page-provider.component.tsx
Outdated
Show resolved
Hide resolved
packages/ui/src/design-system/select/select-item/select-item-root.component.css.ts
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.
Nice refactor!
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.
Great work 👏
packages/ui/src/design-system/decorators/page-section.component.tsx
Outdated
Show resolved
Hide resolved
packages/ui/src/design-system/select/select-item/select-item-root.component.tsx
Show resolved
Hide resolved
Nicely done, @przemyslaw-wlodek.
it could have really helped with the review and delivery. |
Quality Gate passedIssues Measures |
Checklist
Proposed solution
This PR is introducing a new design and API of the Select component. We aim to make it as flexible as possible, which is the first step.
Testing
Please test the existing usage of the component:
WalletSetupSelectAccountsStepRevamp
(Revamped Wallet setup flow)QuorumOption
(Shared wallet feature)BrowsePoolsPreferencesCard
(Staking - Browse Pools; Enabled with feature flagUSE_MULTI_DELEGATION_STAKING_FILTERS
; it may be refactored during "advanced filters" ticket)Screenshots