Skip to content

Commit 3dae74e

Browse files
chore(ui): upgrade to vue@3, vuetify@4 and chart.js@4
Major updates: - vue: 2 => 3 - vuetify: 2 => 4 - chart.js: 3 => 4 - prettier: 2 => 3 - eslint: 6 => 10 We now use the Composition API in the Vue components. Note: vuex will be replaced by pinia in a later commit.
1 parent 1588649 commit 3dae74e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+5743
-15470
lines changed

ui/.eslintrc.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

ui/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.DS_Store
22
node_modules
33
!dist/
4-
4+
.eslintcache
55

66
# local env files
77
.env.local

ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14-alpine as node-builder
1+
FROM node:24-alpine AS node-builder
22

33
WORKDIR /app
44

ui/babel.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

ui/dist/css/app.6e3b9661.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

ui/dist/css/chunk-vendors.9f55d012.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

ui/dist/favicon.png

-2.18 KB
Binary file not shown.

ui/dist/img/logo-dark.3727fec5.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

ui/dist/img/logo-light.73342c25.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

ui/dist/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)