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

small ui improvements and bugfixes #1

Merged
merged 5 commits into from
Jan 1, 2022
Merged

small ui improvements and bugfixes #1

merged 5 commits into from
Jan 1, 2022

Conversation

theborakompanioni
Copy link
Collaborator

@theborakompanioni theborakompanioni commented Jan 1, 2022

this pull request contains some small ui improvements and bugfixes.

fix:

  • validate amount on payment page.
    a value of zero will actually send the entire amount.
    this is probably not what the user expects.
    solving this by requiring the value to be greater than zero.
  • correctly display qr code on receive page.
    when navigating to the receive page with a specific account,
    the qr code has not been loaded. this fix will ensure the account
    type is an integer and hence the qrcode is loaded as expected.

ui:

  • use same width for value/account form elements
  • select account via select box on payment page
  • select account via select box on receive page

when navigating to the reiceve page with a specific account,
the qr code has not been loaded. this fix will ensure the account
type is an integer and hence the qrcode is loaded as expected.
a value of zero will actually send the entire amount.
this is probably not what the user expects.
solving this by requiring the value to be greater than zero.
@dennisreimann dennisreimann merged commit e64434c into joinmarket-webui:master Jan 1, 2022
@theborakompanioni theborakompanioni deleted the devel/tbk branch January 4, 2022 11:01
0xSaksham added a commit that referenced this pull request Jun 18, 2024
0xSaksham added a commit that referenced this pull request Jul 2, 2024
This reverts commit fadc2ff.
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.

2 participants