edit: interface pour le player et le panneau liens + fix z-index

This commit is contained in:
2026-07-05 06:13:26 +02:00
parent b1622d0008
commit ad870bd070
16 changed files with 476 additions and 9 deletions
+6 -1
View File
@@ -122,7 +122,12 @@
openEvent(obj){
console.log('updating...')
dataStorage.selectedEvent = obj;
dataStorage.eventInfoActive = true;
if (dataStorage.activePannels.includes('event')){
dataStorage.focus = 'event'
} else {
dataStorage.activePannels.push('event')
dataStorage.focus = 'event'
}
}
},
computed: {