-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: add version incompatability check & modal #103
base: main
Are you sure you want to change the base?
Conversation
This checks the instrumentations version in the frontend to make sure its version isn't too outdated (the compat behaviour here is very rudimentary) and pop up a modal instructing the user to update the rust crate. resolves DR-623
DR-623 Devtools Version Compatibility
We are going to provide a way for people to be informed in the devtools console about the results of Tauri Info, which informs the user if their dependencies are up to date. But what if their tracing-plugin isn't up to date? When there is a compatibility mismatch, we need to have a strategy to:
|
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.
TS looks good to me.
Lets move this to post MVP and discuss how we properly set incompatible versions |
This checks the instrumentations version in the frontend to make sure its version isn't too outdated (the compat behaviour here is very rudimentary) and pop up a modal instructing the user to update the rust crate.
resolves DR-623