Skip to content

Commit e07353c

Browse files
committed
fixed build problems of webapp
1 parent 79074f7 commit e07353c

File tree

7 files changed

+1060
-1064
lines changed

7 files changed

+1060
-1064
lines changed

webapp/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"format": "prettier --write src/"
1414
},
1515
"dependencies": {
16+
"vue-google-charts": "^1.1.0",
17+
"vue3-calendar-heatmap": "^2.0.5",
18+
"tippy.js": "^6.3.7",
1619
"@popperjs/core": "^2.11.8",
1720
"bootstrap": "^5.3.3",
1821
"bootstrap-icons-vue": "^1.11.3",

webapp/src/components/CalendarChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import { defineComponent } from 'vue';
99
import { CalendarHeatmap } from 'vue3-calendar-heatmap'
1010
import { authHeader, handleResponse } from '@/utils/authentication';
11-
let data: Array<{ date: Date; count: number; }>;
11+
let data: Array<{ date: Date; count: number; }> = [];
1212
1313
export default defineComponent({
1414
components: {

webapp/yarn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/nodejs/yarn/bin/yarn

webapp/yarn.lock

Lines changed: 1055 additions & 1063 deletions
Large diffs are not rendered by default.

webapp_dist/index.html.gz

-6 Bytes
Binary file not shown.

webapp_dist/js/app.js.gz

10.3 KB
Binary file not shown.

webapp_dist/zones.json.gz

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)