-
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
Upgrade UI to Vue 3 #469
Comments
dmercuriali
pushed a commit
that referenced
this issue
Aug 30, 2024
* build(ui): upgrade dependencies this acts as a foundation for #469 * fix(ui): tackle deprecation warnings unlocking ESLint showed some warnings that were easy to fix * feat(ui): add status filter buttons * feat(ui): add warn box
Proposed steps:
This should allow us to follow the Vue evolution and track down potential problems early. The alternative is to jump right away to step 4, re-generating the project with Vite and fixing incompatibilities and/or rewriting things. This approach might lead to major rewrites of the UI, but this part is small and straightforward, so it might be acceptable... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vue 2 is in end of life: https://v2.vuejs.org/lts/
We should upgrade the admin UI to Vue 3: https://v3-migration.vuejs.org/
The text was updated successfully, but these errors were encountered: