Skip to content
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 Vuex to Pinia #1261

Closed
mvandenburgh opened this issue Sep 1, 2022 · 1 comment · Fixed by #1265
Closed

Upgrade Vuex to Pinia #1261

mvandenburgh opened this issue Sep 1, 2022 · 1 comment · Fixed by #1265
Assignees
Labels
client Pertains to the web client DX Affects developer experience released This issue/pull request has been released.

Comments

@mvandenburgh
Copy link
Member

Pinia has replaced Vuex as the official state management solution for Vue. Now that we're on Vue 2.7 as of #1258, we should upgrade our frontend to it.

In particular, this will let us abandon the direct-vuex wrapper and get full TypeScript support natively in our store.

@mvandenburgh mvandenburgh added DX Affects developer experience client Pertains to the web client labels Sep 1, 2022
@mvandenburgh mvandenburgh self-assigned this Sep 1, 2022
@dandibot
Copy link
Member

dandibot commented Sep 8, 2022

🚀 Issue was released in v0.2.46 🚀

@dandibot dandibot added the released This issue/pull request has been released. label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Pertains to the web client DX Affects developer experience released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants