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.
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
feat(staking,extension,ui): StakePools Grid and List View integration, persistance adjustments [LW-9250, LW-9393, LW-9249, LW-9922] #904
Changes from 23 commits
50118e4
f629a5f
748685c
a380100
5d0c396
8a4d22d
82d1989
9b4e599
d601622
6e2ead0
fd7253a
fb33c5f
deb96fe
5add91d
990ae8b
5946ada
57cd27f
7142a01
574fc07
2197642
978970f
9851204
0e660b4
a109f66
3ac019e
6537bac
8b8c9da
0fa3994
566df2a
b8682c2
8544e4b
bd7bf68
1194b31
7ee6b2d
a3ad9b6
3628457
c340de9
6fb8d95
e72fcd1
ad18f12
74e1e42
742e9af
ad784a9
7483fe4
6c86db0
2ebd903
074a8f3
8f82e77
69316dc
297756a
cc5173b
4d20b9e
8338f54
3e1a7cb
c2ce86f
59dedbe
b154a8d
bdbc998
324c7dc
81c217a
c7ccddf
391ecbe
85f5c9c
8b52fcc
bd08125
db59140
21fdbaf
b5b228e
c916093
f5e7476
df783da
7379be5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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