-
Notifications
You must be signed in to change notification settings - Fork 51
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
Adding NDEF capability #239
Merged
Merged
Changes from 10 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a7e8742
NFC tags read/flash
lollerfirst fa69c6a
better specify record type + fix error handdler
lollerfirst 19d3219
mime type text/plain
lollerfirst a868ef6
fix error handler
lollerfirst 49953cd
extract and add mint from token
lollerfirst 6872f59
disable button if NDEF unsupported.
lollerfirst 78ee630
ndefSupported as a var instead of func
lollerfirst ab2a743
tokenURL
lollerfirst ef715f8
fix broken index search
lollerfirst ab4fd42
move knowThisMintOfTokenJson to mintsStore
lollerfirst f39eb7f
remove pointless loop in knowThisMintOfTokenJson
lollerfirst 6dc1518
Merge remote-tracking branch 'upstream/main' into nfc
lollerfirst 93b84ea
post-merge fixups
lollerfirst 8e613be
use `#` params for token url
lollerfirst 4a336eb
Merge remote-tracking branch 'upstream/main' into nfc
lollerfirst 47fa120
Update src/pages/WalletPage.vue
lollerfirst ce43f4b
move button to send dialog
lollerfirst 7bb2116
encoding settings
lollerfirst 29217be
remove serial print
lollerfirst 521cef6
better UI for NFC errors
prusnak 32eaf0e
Merge pull request #1 from prusnak/nfc
lollerfirst d838db9
nfc: implement reading/writing of text/weburl tokens
prusnak d5564fd
Merge pull request #2 from prusnak/nfc2
lollerfirst ba82e00
remove automatic redeem() on receive
lollerfirst 8649b5c
edits
callebtc 1bc506a
NFC ux
callebtc 01ff47a
clean settings
callebtc 3e546ad
clean
callebtc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I wonder whether we should use this or just hardcode wallet.cashu.me here
Both approaches have their advantages and disadvantages. What do you think @callebtc?