From 2ebbed2ffc40816c9106fed9b4c6c74283e39519 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 9 Jan 2026 17:32:40 +0100 Subject: [PATCH] Refactor QueueViewer component and update UnifiedControlView This commit includes a refactor of the QueueViewer component to improve code formatting and readability, along with adding a scrollable area fix to ensure items are not hidden under a fixed bar. Additionally, the padding-bottom in UnifiedControlView has been removed as it's now handled by the QueueViewer component. --- .../src/components/pmocontrol/QueueViewer.vue | 217 ++++++++++-------- .../webapp/src/views/UnifiedControlView.vue | 1 - 2 files changed, 118 insertions(+), 100 deletions(-) diff --git a/pmoapp/webapp/src/components/pmocontrol/QueueViewer.vue b/pmoapp/webapp/src/components/pmocontrol/QueueViewer.vue index 6c636d7c..2752e834 100644 --- a/pmoapp/webapp/src/components/pmocontrol/QueueViewer.vue +++ b/pmoapp/webapp/src/components/pmocontrol/QueueViewer.vue @@ -1,159 +1,178 @@ diff --git a/pmoapp/webapp/src/views/UnifiedControlView.vue b/pmoapp/webapp/src/views/UnifiedControlView.vue index b57fee43..4619bc5b 100644 --- a/pmoapp/webapp/src/views/UnifiedControlView.vue +++ b/pmoapp/webapp/src/views/UnifiedControlView.vue @@ -191,7 +191,6 @@ const currentTabProps = computed(() => { overflow-y: auto; overflow-x: hidden; padding: 0; - padding-bottom: 80px; /* Espace pour la barre fixe en bas (64px + marge) */ position: relative; }