Closed fyusuf-a closed 2 years ago
This issue was made to keep track of the changes that will make the transition to Vue3 + Vuetify3 + Vite possible. To work on this issue, please:
check the correct box below and create an issue
branch from vue3-dev
vue3-dev
work on your issue
rebase merge with vue3-dev
[ ] colors are off
[x] TheAppBar position is wrong when in fullscreen on desktop
[x] v-list-item-content warnings on the chat: this component does not exist anymore and can be replaced by the prop title
v-list-item-content
title
[x] v-list-item-group warning on the chat: this component does not exist anymore
v-list-item-group
[x] problem with require on the About page. This is a Vite error.
require
[x] problem with slots on the About page
[ ] check if the production build works
[ ] run the correct tests as vue-cli is not used anymore
vue-cli
Notes:
*-dev
I add here a problem which is not related to the refactor per se, but should help during the refactor and the many rebuilds of Docker images:
new fooDto()
Remaining to be done on the 16th of August:
This issue was made to keep track of the changes that will make the transition to Vue3 + Vuetify3 + Vite possible. To work on this issue, please:
check the correct box below and create an issue
branch from
vue3-dev
work on your issue
rebase merge with
vue3-dev
[ ] colors are off
[x] TheAppBar position is wrong when in fullscreen on desktop
[x]
v-list-item-content
warnings on the chat: this component does not exist anymore and can be replaced by the proptitle
[x]
v-list-item-group
warning on the chat: this component does not exist anymore[x] problem with
require
on the About page. This is a Vite error.[x] problem with slots on the About page
[ ] check if the production build works
[ ] run the correct tests as
vue-cli
is not used anymoreNotes:
*-dev
branches*-dev
branches*-dev
branches (please rebase)vue3-dev