Skip to content

Commit

Permalink
chore: use @raffaelesgarro/vue-use-sound as a replacement due to bug
Browse files Browse the repository at this point in the history
See vueuse/sound#42

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt committed Feb 5, 2024
1 parent 317ba6d commit 3153fcb
Show file tree
Hide file tree
Showing 7 changed files with 1,182 additions and 1,041 deletions.
2 changes: 1 addition & 1 deletion charts/fivenet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.8
version: 0.4.9

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@unhead/vue": "1.8.10",
"@vueuse/core": "10.7.2",
"@vueuse/router": "10.7.2",
"@vueuse/sound": "2.0.1",
"@raffaelesgarro/vue-use-sound": "2.0.4",
"autoprefixer": "10.4.17",
"cssnano": "6.0.3",
"eslint": "8.56.0",
Expand All @@ -82,7 +82,7 @@
"eslint-plugin-vue": "9.21.1",
"i18next-scanner": "4.4.0",
"nuxi": "3.10.0",
"nuxt": "^3.9.3",
"nuxt": "^3.10.0",
"nuxt-typed-router": "3.5.1",
"postcss": "8.4.33",
"postcss-custom-properties": "13.3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/components/centrum/dispatches/DispatchListEntry.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script lang="ts" setup>
import { useDebounceFn } from '@vueuse/core';
import { useSound } from '@vueuse/sound';
import { useSound } from '@raffaelesgarro/vue-use-sound';
import { AccountMultiplePlusIcon, CloseOctagonIcon, DotsVerticalIcon, MapMarkerIcon } from 'mdi-vue3';
import DispatchAssignModal from '~/components/centrum/dispatches/DispatchAssignModal.vue';
import DispatchDetails from '~/components/centrum/dispatches/DispatchDetails.vue';
Expand Down
2 changes: 1 addition & 1 deletion src/components/centrum/livemap/CentrumSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { RpcError } from '@protobuf-ts/runtime-rpc';
import { LControl } from '@vue-leaflet/vue-leaflet';
import { useDebounceFn, useIntervalFn, useThrottleFn, useTimeoutFn, watchDebounced } from '@vueuse/core';
import { useSound } from '@vueuse/sound';
import { useSound } from '@raffaelesgarro/vue-use-sound';
import {
CarEmergencyIcon,
HomeFloorBIcon,
Expand Down
2 changes: 1 addition & 1 deletion src/components/centrum/livemap/TakeDispatchModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Dialog, DialogPanel, DialogTitle, TransitionChild, TransitionRoot } from '@headlessui/vue';
import { RpcError } from '@protobuf-ts/runtime-rpc';
import { computedAsync, useDebounceFn, useThrottleFn } from '@vueuse/core';
import { useSound } from '@vueuse/sound';
import { useSound } from '@raffaelesgarro/vue-use-sound';
import { CarEmergencyIcon, CloseIcon, LoadingIcon } from 'mdi-vue3';
import DataNoDataBlock from '~/components/partials/data/DataNoDataBlock.vue';
import { useCentrumStore } from '~/store/centrum';
Expand Down
1,614 changes: 828 additions & 786 deletions src/public/licenses/frontend.txt

Large diffs are not rendered by default.

597 changes: 348 additions & 249 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 3153fcb

Please sign in to comment.