-
Notifications
You must be signed in to change notification settings - Fork 195
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: disable input fields on Create Invoice #1659 #1668
Conversation
🚀 Thanks for the pull request! Here are the current build files for testing: Download and unzip the file for your browser. Refer to the readme for detailed install instructions. This build is brought to you by:
Want to sponsor the next build? send some sats to ⚡️builds@getalby.com (don't forget to provide your name) Don't forget: keep earning sats! |
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.
ack
do we use fieldsets elsewhere? can you fix the merge conflict? |
Not yet, but that's the goal. They are semantic and helpful.
Same, learned it recently on twitter |
Here is the W3schools example |
We are using fieldset disabled here |
Okay will do today |
thanks! that we are consistent we should then use these fieldset in the future. |
✅ |
…nnector # By Lisa Oppermann (15) and others # Via GitHub (22) and others * feature/generic-webln-request: (58 commits) feat: add generic request method to webln fix: publisher link on AllowanceView Translated using Weblate (Italian) Update all development Yarn dependencies (2022-10-29) fix: align reject/close function params fix: navigate on send Update dayjs to version 1.11.6 fix: disable input fields on Create Invoice #1659 (#1668) Update react-i18next to version 12.0.0 Push buttons to bottom in Send and Receive Screens (#1672) refactor(lnurl): getDetails - avoid typecasting (#1545) style: prettier Translated using Weblate (Italian) Update tailwindcss to version 3.2.1 style: prettier Translated using Weblate (Portuguese (Brazil)) style: prettier Translated using Weblate (Italian) Translated using Weblate (Swedish) fix: remove response and additional error message ... # Conflicts: # yarn.lock
# By Lisa Oppermann (15) and others # Via GitHub (22) and others * master: (57 commits) fix: publisher link on AllowanceView Translated using Weblate (Italian) Update all development Yarn dependencies (2022-10-29) fix: align reject/close function params fix: navigate on send Update dayjs to version 1.11.6 fix: disable input fields on Create Invoice #1659 (#1668) Update react-i18next to version 12.0.0 Push buttons to bottom in Send and Receive Screens (#1672) refactor(lnurl): getDetails - avoid typecasting (#1545) style: prettier Translated using Weblate (Italian) Update tailwindcss to version 3.2.1 style: prettier Translated using Weblate (Portuguese (Brazil)) style: prettier Translated using Weblate (Italian) Translated using Weblate (Swedish) fix: remove response and additional error message fix: use math floor everywhere ... # Conflicts: # yarn.lock
# By Lisa Oppermann (15) and others # Via GitHub (35) and escapedcat (1) * master: (75 commits) fix: remove runcitadel sdk dependency (#1681) chore(deps): update puppeteer to v19 revert(deps): puppeteer and fake-indexdb Update fake-indexeddb to version 4.0.0 Update @types/chrome to version 0.0.200 Update puppeteer to version 19.2.0 fix: publisher link on AllowanceView Translated using Weblate (Italian) Update all development Yarn dependencies (2022-10-29) chore: remove showcases chore: remove topup app fix: align reject/close function params fix: navigate on send Update dayjs to version 1.11.6 fix: disable input fields on Create Invoice #1659 (#1668) Update react-i18next to version 12.0.0 Push buttons to bottom in Send and Receive Screens (#1672) refactor(lnurl): getDetails - avoid typecasting (#1545) style: prettier Translated using Weblate (Italian) ...
Describe the changes you have made in this PR
_In Recieve tab, on tapping Create Invoice while loading Amount, & Description fields should be disabled. _
Link this PR to an issue [optional]
Fixes #1659
Type of change
(Remove other not matching type)
fix
: Bug fix (non-breaking change which fixes an issue)Screenshots of the changes [optional]
Add screenshots to make your changes easier to understand. You can also add a video here.
How has this been tested?
Go to receive tab, and mention Amount and Description. On clicking Create Invoice while loading input fields are disabled as it should be. Previously it can be edited while loading.
Checklist