Skip to content
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

fix(deep-link): emit new-url event on app load #1770

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

lucasfernog
Copy link
Member

matching the behavior on all desktop platforms

@lucasfernog lucasfernog requested a review from a team as a code owner September 12, 2024 12:52
Copy link
Contributor

Package Changes Through dfa7478

There are 3 changes which include deep-link with prerelease, fs with prerelease, single-instance with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.0-rc.5 2.0.0-rc.6
deep-link 2.0.0-rc.4 2.0.0-rc.5
fs 2.0.0-rc.3 2.0.0-rc.4
dialog 2.0.0-rc.5 2.0.0-rc.6
http 2.0.0-rc.3 2.0.0-rc.4
persisted-scope 2.0.0-rc.3 2.0.0-rc.4
single-instance 2.0.0-rc.2 2.0.0-rc.3

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Comment on lines +212 to +214
} else if cfg!(debug_assertions) {
log::warn!("argument {url} does not match any configured deep link scheme; skipping it");
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really need to warn! here, shouldn't we just skip it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think it's still important in case the dev is using runtime schemes and isn't aware of why it isn't being picked up for missing a note in the docs

@lucasfernog lucasfernog merged commit 984110a into v2 Sep 12, 2024
15 checks passed
@lucasfernog lucasfernog deleted the fix/deep-link-event branch September 12, 2024 14:20
Sir-Thom pushed a commit to Sir-Thom/plugins-workspace that referenced this pull request Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants