-
Notifications
You must be signed in to change notification settings - Fork 7
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
1.3.0-0.3.0: Feature - URL Protocol Handlers #101
Merged
Merged
Conversation
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
johngribbin
previously approved these changes
Feb 1, 2023
lnbc1QWFyb24
changed the title
1.3.0-0.4.0: Feature - URL Protocol Handlers
1.3.0-0.3.0: Feature - URL Protocol Handlers
Feb 4, 2023
johngribbin
added a commit
that referenced
this pull request
Feb 4, 2023
* Refactor data handling * 1.3.0-0.3.0: Feature - URL Protocol Handlers (#101) * Add url protocol handlers * Add register method * Fix versioning --------- Co-authored-by: Aaron <abarnard@protonmail.com>
johngribbin
added a commit
that referenced
this pull request
Feb 4, 2023
) * Add Koinly & Cointracker csv downloads with hardcoded data * Add quickbooks and harmony CSVs * Clean up logic * Fix fee amount bug and clean up logic * Fix date formatting * Remove hardcoded json and hook up commando call for income events * Update styling * Rename route and update styles * Move accounting exports to component with call for income events * Move copy to i18n file * Update spacing * Add sidenav compoent & back button to bkpr route * Updates * Remove settings icon from top right * Remove unused import * Fix bug caused by z-index & tidy up bkpr loading effect * Remove redundant div * Add version update * Update styling of Menu * Update Refresh component with loading animation * Update version * Fix spacing around menu options * Feature/bookkeeper account UI tweaks (#102) * 1.3.0-0.1.0: Enhancement - Allow DNS Address (#97) * Update to latest lnmessage that allows dns * Allow dns address, storage err handling, lint fix * Bump ua-parser-js from 1.0.2 to 1.0.33 (#98) Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.2 to 1.0.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](faisalman/ua-parser-js@1.0.2...1.0.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron <abarnard@protonmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 1.3.0-0.2.0: Enhancement - Connection Options (#99) * Faster initial data fetching * Start advanced connection options * Add http dev mode * Update to latest lnmessage * Add full direct connection functionality * Increment version * Add connection options to settings page * Formatting * Start sidebar * Tweaks * Tweals * Add connection status * Add refresh button * Shadow on desktop only * Handle case where connection status undefined --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron <abarnard@protonmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Tweak logic to create csv on click * Make import of date-fns-tz dynamic * Remove redundant key * Refactor/csv formatting (#103) * Refactor data handling * 1.3.0-0.3.0: Feature - URL Protocol Handlers (#101) * Add url protocol handlers * Add register method * Fix versioning --------- Co-authored-by: Aaron <abarnard@protonmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Aaron <abarnard@protonmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR implements URL Protocol Handlers for
bitcoin:
links so that if a user has the app installed on a supported device and they click on an prefixed link, the OS will offer to open up Clams to handle the invoice/address. Also implemented is theregisterProtocolHandler
method for when the app is not installed. It has very limited support and we cannot supportlightning:
prefixed links until they become supported by browsers.PWA Support:
Browser App Support: