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

fix: lightning gateway dashboard changes #311

Merged
merged 3 commits into from
Nov 16, 2023

Conversation

Kodylow
Copy link
Member

@Kodylow Kodylow commented Nov 16, 2023

Made some copy changes per discussions from design call earlier:

  1. Change top title to "Lightning Gateway Dashboard" to make it more clear (currently easily confused with guardian dashboard)
  2. Move federation name onto balance card
  3. Add clarifications to deposit and withdraw for which direction ecash is going, people have found that confusing "So if I deposit bitcoin then that means I get ecash?", it's unintuitive.
image

},
"withdraw-card": {
"address-label": "Your address:",
"address-placeholder": "Enter your btc address",
"amount-label": "Amount (sats):",
"amount-placeholder": "Enter amount in sats",
"card-header": "Withdraw Bitcoin",
"card-header": "Withdraw Bitcoin (eCash -> BTC)",
Copy link
Collaborator

Choose a reason for hiding this comment

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

don't think we should translate `(eCash -> BTC)

fontWeight='600'
color={theme.colors.gray[800]}
fontFamily={theme.fonts.body}
>
{balance_msat / 1000}
{balance_msat / 1000} {'sats'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: ${balance_msat / 1000} sats

Copy link
Collaborator

@okjodom okjodom left a comment

Choose a reason for hiding this comment

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

lgtm

@okjodom okjodom merged commit e5764bf into fedimint:master Nov 16, 2023
1 check passed
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