Skip to content

Commit

Permalink
Bug/fixes (#192)
Browse files Browse the repository at this point in the history
* fix einrueckung

* reduce flying speedial with open-delay

* update vuetify
  • Loading branch information
Der-Alex-K authored Sep 19, 2024
1 parent 5a6d93f commit 7d44d93
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 18 deletions.
20 changes: 8 additions & 12 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sass": "^1.77.6",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vuetify": "^3.6.11"
"vuetify": "^3.7.1"
},
"devDependencies": {
"@babel/types": "^7.23.0",
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/components/messstelle/ValidWochentage.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<template>
<v-sheet>
<v-icon
class="pr-3"
icon="mdi-chart-line"
/>
<v-sheet
class="px-4"
color="white"
>
<v-icon icon="mdi-chart-line" />
<span>
Von den ausgewählten {{ zeitraumRange }} Tagen
{{ getChosenWochentageNumberText }} in die Auswertung eingeflossen
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/messstelle/charts/SpeedDial.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
v-model="speedDialOpen"
location="top"
open-on-hover
open-delay="150"
>
<template #activator="{ props: activatorProps }">
<v-btn
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
v-model="speedDialOpen"
location="top"
open-on-hover
open-delay="150"
>
<template #activator="{ props: activatorProps }">
<v-btn
Expand Down

0 comments on commit 7d44d93

Please sign in to comment.