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(lc-dapp): account balance #1899

Merged
merged 10 commits into from Feb 29, 2024
Merged

feat(lc-dapp): account balance #1899

merged 10 commits into from Feb 29, 2024

Conversation

ryanleecode
Copy link
Collaborator

@ryanleecode ryanleecode commented Feb 27, 2024

Fetch the selected account balance from dropdown.

#1894

@ryanleecode ryanleecode marked this pull request as ready for review February 27, 2024 22:26
Copy link
Contributor

@kratico kratico left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great!

examples/light-client-dapp/src/components/Transfer.tsx Outdated Show resolved Hide resolved
examples/light-client-dapp/src/components/Transfer.tsx Outdated Show resolved Hide resolved
@ryanleecode ryanleecode enabled auto-merge (squash) February 28, 2024 21:07
const subscription = metadata$
.pipe(
filter(Boolean),
first(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why first?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you remove the first in another PR?

examples/light-client-dapp/src/hooks/useSystemAccount.ts Outdated Show resolved Hide resolved
@ryanleecode ryanleecode merged commit a2d0e5d into main Feb 29, 2024
13 checks passed
@ryanleecode ryanleecode deleted the feat/dapp/balance branch February 29, 2024 14:36
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.

None yet

2 participants