-
Notifications
You must be signed in to change notification settings - Fork 157
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: #662 #680
base: main
Are you sure you want to change the base?
Fix: #662 #680
Conversation
@shiv4nk4r is attempting to deploy a commit to the Hatchet Team on Vercel. A member of the Team first needs to authorize it. |
Hey @shiv4nk4r, thanks for the PR! I think it would be better if the version was being returned from the Another option would be to still have the frontend version, and display a warning to the user if the frontend version is out of sync with the API version. |
@abelanger5 thanks for the feedback. |
Yes I agree, this should be out-of-scope for now. At some point we may want to warn if there's too high of a version skew but we don't have a policy around this yet, so I think just the API version will suffice. |
I think from the UI perspective it would be better suited to go into the settings, as you only need to see the version in rare cases. For example, we can put it in |
We would need to update our docs for this in order for the user to know that there is something as version inside. |
Can I get some documentation for this ? |
Description
Fixes #662
Type of change
What's Changed
version.tsx
file in frontend/app/src/components/ui folder. Version exposes an enum, type and the component itself, the enum is used to drive the theme, defaulted to dark theme, can be updated in future.VITE_VERSION=v1.0.0