-
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
feat: lnurlpay screen toggle more fields #2373
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! |
@stackingsaunter regarding your requirements:
|
I am not aware how it is structured in the code. I know that different optional fields appear depending on LNURL, eg:
That's OK, Rene will update hyperlink colors separately Thanks @lujakob for this PR! |
@lujakob hey I discussed the change with @reneaaron and we decided to pull of "Comment" input out of "More", as this is quite often used and important field. Could you move it out? This will make users still need to scroll, but I am working on changing other elements (ln address box) to make it all fit, but that will be a seperate issue. Also, could you delete the 1px border/divider above the buttons as well? Thank you! |
|
2608853
to
9b237c1
Compare
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.
tACK
Thanks @lujakob, awesome job! 👍 (Great that you extracted those inline checks into methods, a lot easier to read now!) tACK |
* master: fix: change link color to blue-600 / blue-700 on hover (#2372) feat: lnurlpay screen toggle more fields (#2373) chore: yarn lock fix: wait for transactions to load fix: use account id from connector directly fix: tabs hover / dark mode (#2360) feat: add account-context balanceLoading (#2359) yarn lock file bug: show no txs msg after loading bug: show no txs msg after loading
Describe the changes you have made in this PR
Toggle more fields on lnurlpay screen to have buttons visible.
Link this PR to an issue
Fixes #2370
Type of change
(Remove other not matching type)
feat
: New feature (non-breaking change which adds functionality)Screenshots of the changes [optional]
How has this been tested?
Manually
Checklist