From bbafd20ddeeca95af339aaae7ce447ab1680b4af Mon Sep 17 00:00:00 2001 From: Matt Dawkins Date: Tue, 30 Jun 2026 12:42:43 -0400 Subject: [PATCH 1/3] Fix bottom-sidebar timeline controls layout Restore the previous/next frame buttons, the selected-camera filename, and the synchronize-cameras button to the bottom-sidebar controls bar, which had been hidden behind a popup menu. Keep the count-settings, seek, and camera-control buttons on a single line with the filename below, and let the timeline shrink to fit the panel so its x-axis labels are no longer clipped. --- .../components/ControlsContainer.vue | 17 +- client/src/components/controls/Controls.vue | 214 ++++++------------ client/src/components/controls/Timeline.vue | 12 + 3 files changed, 86 insertions(+), 157 deletions(-) diff --git a/client/dive-common/components/ControlsContainer.vue b/client/dive-common/components/ControlsContainer.vue index eb84eee57..cd4f47a37 100644 --- a/client/dive-common/components/ControlsContainer.vue +++ b/client/dive-common/components/ControlsContainer.vue @@ -159,7 +159,7 @@ export default defineComponent({ -