This commit is contained in:
2026-08-02 10:13:49 +02:00
parent ba51dde1c2
commit 9dbb7ffd5b
9 changed files with 558 additions and 108 deletions
+5 -1
View File
@@ -142,7 +142,11 @@ function onChannelContextMenu(event: MouseEvent, channel: any) {
width="100%"
></v-sheet>
<v-list v-model:opened="openedCategories" density="compact">
<v-list
v-model:opened="openedCategories"
open-strategy="multiple"
density="compact"
>
<template v-for="(item, index) in currentTree" :key="index">
<!-- Catégorie et ses canaux enfants -->
<v-list-group v-if="'Category' in item" :value="item.Category[0].id">