[web] Switch to camel case

This commit is contained in:
Alain Nussbaumer
2025-03-13 23:29:06 +01:00
parent 6c09457e5d
commit 7e8672917e
64 changed files with 663 additions and 747 deletions

View File

@@ -6,7 +6,7 @@
</template>
<template #heading-right>
<control-button
:button="{ handler: showDetails, icon: 'dots-horizontal' }"
:button="{ handler: openDetails, icon: 'dots-horizontal' }"
/>
<control-button
:button="{
@@ -91,7 +91,7 @@ export default {
play() {
webapi.player_play_uri(this.uris, true)
},
showDetails() {
openDetails() {
this.showDetailsModal = true
}
}