Intent handler (#2992)

* Handle URL params

* Add resources

* Add other params

* refactor for scope

* modify the pr to support intents rather than utm

remove linebreak

remove linebreak

handle web

adjust path check to work on web

add a short delay for opening the composer

setup compose intent, move to `intents` directory

fix intent logic

ignore incoming intents in the navigation router

* refactor

---------

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Hailey 2024-02-27 10:35:38 -08:00 committed by GitHub
parent c8d02a791a
commit 2a04546c73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 88 additions and 1 deletions

View file

@ -89,6 +89,10 @@ module.exports = function (config) {
scheme: 'https',
host: 'bsky.app',
},
{
scheme: 'http',
host: 'localhost:19006',
},
],
category: ['BROWSABLE', 'DEFAULT'],
},