-
Notifications
You must be signed in to change notification settings - Fork 856
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
[MM-22555] Auto-fill server URLs when deep linking into the Desktop App and the server isn't configured #3200
Conversation
This could probably use an E2E test, but I want to make sure #3201 is merged first, as deeplinking from cold is broken without that fix. |
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.
Ooooh, cool feature!!! Code looks good to me, although I feel I'm a bit rusty on the frontend-side of things!
@yasserfaraazkhan Adding in case you want to take a peek now, but feel free to defer. |
Summary
This PR add a quality-of-life change to the Desktop App, where now users are able to click on deep links for server they do not have configured in the app, and have the app automatically pre-fill the Add Server modal (or Welcome Screen) for them with the server information. From there, the user can simply click Connect.
On top of this, permalinks will be automatically redirected to under this flow, so you can get to the message you want to see quicker.
Done for 2024 November Hackathon.
Ticket Link
https://mattermost.atlassian.net/browse/MM-22555