lightning-browser-extension
lightning-browser-extension copied to clipboard
Feat/1216 refactor prompt popup lnurl handling lnurlauth
Describe the changes you have made in this PR
A clear and concise description of what you want to happen
Link this PR to an issue
#ISSUE-NUMBER
Type of change (Remove other not matching type)
fix: Bug fix (non-breaking change which fixes an issue)feat: New feature (non-breaking change which adds functionality)feat!: Breaking change (fix or feature that would cause existing functionality to not work as expected)docs: Documentation update
Screenshots of the changes (If any)
Add screenshots to help explain your problem
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
- [ ] My code follows the style guidelines of this project and performed a self-review of my own code
- [ ] New and existing tests pass locally with my changes
- [ ] I checked if I need to make corresponding changes to the documentation (and made those changes if needed)