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

update vue to 2.7, vuetify to v2 #512

Merged
merged 3 commits into from
May 21, 2024
Merged

update vue to 2.7, vuetify to v2 #512

merged 3 commits into from
May 21, 2024

Conversation

dtemkin1
Copy link
Contributor

To prepare for work over the summer, wanted to try to get stuff here updated. This is a step 1, namely upgrading Vue from 2.6 to 2.7 and Vuetify (component library) from 1.5 to 2.7.

To migrate Vuetify, I had to install an eslint plugin, which then led me into having to install prettier, which is the reason for such a large commit. Updating Vuetify changed the props, slots, and spacing for almost everything, so I went through every component and tried to make it match how it looked before as much as I could. Probably didn't get to anything, so please check my work :)

Also added a dark mode toggler, mainly as a way of making sure all the colors worked properly (and experimenting with Vue).

@psvenk psvenk merged commit 27fad0d into sipb:master May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants