-
Notifications
You must be signed in to change notification settings - Fork 12
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
Allow Release Dialog to open via query parameters #619
Conversation
Please adapt the commit message (header and body) to explain what you achieved first (then afterwards you can go into details about the changed functions that you mention) And then something like this: (not 100% correct) |
The two query parameters
dialog-app
anddialog-version
open the dialog automatically. the release card would set the parameters to show a new dialog. closing the dialog will simply clear the parameters.useReleaseInfo
hook from the store.useOpenReleaseDialog
to add the query params for some app/versionuseCloseReleaseDialog
to clear those paramsuseReleaseDialogParams
to get the app/version from the URL and verify that they represent an actual release. => Then open the dialog.