-
Notifications
You must be signed in to change notification settings - Fork 582
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
chore: update alert screen routes #9590
Conversation
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.
🌟
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.
Nice! this should make it work on iOS. We will need to add /settings
to AndroidManifest.xml
as well to make sure the deep link works on Android as well
Match web routes for deep-link support. ``` /my-profile/saved-search-alerts > /settings/alerts /my-profile/saved-search-alerts/:id > /settings/alerts/:id/edit ```
33a855b
to
c566e73
Compare
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.
🚀
Description
Match web routes for deep-link support.
This PR resolves ONYX-542
Screen.Recording.2023-11-23.at.14.26.36.mov
cc/ @olerichter00
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.