-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
50118e4
feat(extension): adding sort and filter to browser extension
tommayeliog f629a5f
feat(staking,extension): embed BrowsePoolsPreferencesCard + refactor
przemyslaw-wlodek 748685c
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek a380100
feat(staking,extension): connect sorting logic with BrowsePoolsPrefer…
przemyslaw-wlodek 5d0c396
feat(staking): hydrate browser pools state + hide ROS with .env
tommayeliog 8a4d22d
feat(staking,extension,cardano): use ros instead of apy + unify usage…
przemyslaw-wlodek 82d1989
feat(ui): make table header sortable column check optional
przemyslaw-wlodek 9b4e599
test(cardano,extension): fix ros-related tests
przemyslaw-wlodek d601622
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek 6e2ead0
fix(staking): useBrowsePools memoization + inf loop + TODOs
przemyslaw-wlodek fd7253a
work in progress
tommayeliog fb33c5f
work in progress
tommayeliog deb96fe
refactor(staking): remove redundant code + make it work
przemyslaw-wlodek 5add91d
fix(staking): render numeric pool metrics correctly (StakePoolCard)
przemyslaw-wlodek 990ae8b
refactor(staking,extension,ui,common): unify StakePool types, add for…
przemyslaw-wlodek 5946ada
fix(staking): env vars % typo
tommayeliog 57cd27f
fix(staking): remove ticker, saturation and ros from metric
tommayeliog 7142a01
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek 574fc07
chore(ui): suppress linter error
przemyslaw-wlodek 2197642
fix(staking): stake pools grid breakpoints
przemyslaw-wlodek 978970f
fix(staking): remove unnecessary network switch pools reset
przemyslaw-wlodek 9851204
chore(staking): renames + remove leftovers (self-review)
przemyslaw-wlodek 0e660b4
test(common): update format-number
przemyslaw-wlodek a109f66
chore(staking): adding a ticketnumber for TODO
tommayeliog 3ac019e
fix(staking): prevent infinite loop in useBrowsePools (deps)
przemyslaw-wlodek 6537bac
fix(staking): store hydration + refactor hooks
przemyslaw-wlodek 8b8c9da
fix(staking): check for persisted data before hydration
przemyslaw-wlodek 0fa3994
refactor(staking): remove unused poolView props from useQueryStakePoo…
przemyslaw-wlodek 566df2a
fix(staking): check for non existing key in localStorage
tommayeliog b8682c2
refactor(staking): mark hydration as done when it is really done
przemyslaw-wlodek 8544e4b
fix(staking): add missing condition during hydration
przemyslaw-wlodek bd7bf68
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek 1194b31
fix(staking): update default sort + fix Search width at small screens
przemyslaw-wlodek 7ee6b2d
chore(staking): add tickets for todos
tommayeliog a3ad9b6
fix(ui): change table.header sorting icon direction
tommayeliog 3628457
feat(staking): make useQueryStakePools return detailed status + refactor
przemyslaw-wlodek c340de9
feat(staking): show Grid/List skeletons only when fetching (not pagin…
przemyslaw-wlodek 6fb8d95
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek e72fcd1
feat(staking): add columnCount StakePoolGrid
tommayeliog ad18f12
test(extension): refactor e2e initial staking test (#932)
ljagiela 74e1e42
chore(staking): add jira tickets for todos
przemyslaw-wlodek 742e9af
feat(staking): add todo note for BrowsePools
tommayeliog ad784a9
chore(staking): add jira tickets for todos
przemyslaw-wlodek 7483fe4
chore(staking): use StakePoolDetails type instead of deprecated Walle…
przemyslaw-wlodek 6c86db0
fix(staking): number of items grid
tommayeliog 2ebd903
chore(staking): remove console.debug
przemyslaw-wlodek 074a8f3
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek 8f82e77
fix(staking): export SortDirection as value (not type-only)
przemyslaw-wlodek 69316dc
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek 297756a
fix(staking): translation casing + remove unused type
przemyslaw-wlodek cc5173b
fix(staking): distinct pagination from fetch in legacy part
przemyslaw-wlodek 4d20b9e
fix(staking): destructure searchFilters in stake-pool-search-slice
przemyslaw-wlodek 8338f54
fix(staking): fix color for sort direction icon
tommayeliog 3e1a7cb
fix(extension): fix zIndex for stickyTopNavigation
tommayeliog c2ce86f
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek 59dedbe
fix(staking): remove custom UI sorting and exclude retired pools from…
przemyslaw-wlodek b154a8d
refactor(staking,extension): use SortOrder from SDK
przemyslaw-wlodek bdbc998
Merge remote-tracking branch 'origin/main' into feat/LW-9250-LW-9393-…
przemyslaw-wlodek 324c7dc
Merge branch 'main' into feat/LW-9250-LW-9393-browse-pools-sorting
przemyslaw-wlodek 81c217a
Merge branch 'main' into feat/LW-9250-LW-9393-browse-pools-sorting
tommayeliog c7ccddf
Merge branch 'main' into feat/LW-9250-LW-9393-browse-pools-sorting
tommayeliog 391ecbe
feat(staking,ui): add new sorting icons and align stake pools browser
przemyslaw-wlodek 85f5c9c
feat(staking): always sort ascending by default
przemyslaw-wlodek 8b52fcc
feat(staking): add tooltip for browsePools sorting
tommayeliog bd08125
fix(staking): handle zero-values properly in mapStakePoolToDisplayData
przemyslaw-wlodek db59140
fix(staking): fix preferences card tooltips
tommayeliog 21fdbaf
chore(ui): remove unused import
przemyslaw-wlodek b5b228e
fix(ui,staking): use custom zIndex for tooltip content (legacy side-p…
przemyslaw-wlodek c916093
fix(ui): remove testing leftover
przemyslaw-wlodek f5e7476
fix(staking): change saturation tooltip for preferencesCard
tommayeliog df783da
fix(staking): adding ROS tooltip PreferencesCard
tommayeliog 7379be5
Merge branch 'main' into feat/LW-9250-LW-9393-browse-pools-sorting
tommayeliog File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
position: sticky; | ||
top: 0; | ||
right: 32px; | ||
z-index: 1; | ||
} | ||
|
||
.container { | ||
|
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
if these are available of course*
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.
Thank you. That's a valid comment, but we no longer have
enum
for this. We know how to transformenum
to union-type but the other way around seems tricky or impossible (we haven't investigated this in-depth) and we prefer to reuse/extend the union from the SDK (for safety).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.
let's wait till our discussion in slack is resolved