From 3bfd62b9fc0de8523f83433a150f2dbe1a84498d Mon Sep 17 00:00:00 2001 From: AustinMroz Date: Fri, 23 Jan 2026 21:08:31 -0800 Subject: [PATCH] Linear: progressbar, tooltips, and output fixes (#8250) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fixes only the first output being displayed in linear mode after the jobs migration - Fixes selected output no longer scrolling into view in history - Adds a progress bar indicator on running job image - Moves linear toggle button to v-tooltip - Fixes placeholder sometimes continuing to display after a new output. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8250-Linear-progressbar-tooltips-and-output-fixes-2f06d73d365081ca9fa3ebf0e2516487) by [Unito](https://www.unito.io) --- src/components/sidebar/ModeToggle.vue | 12 +- .../extensions/linearMode/LinearPreview.vue | 2 +- .../extensions/linearMode/OutputHistory.vue | 109 ++++++++++++++---- 3 files changed, 100 insertions(+), 23 deletions(-) diff --git a/src/components/sidebar/ModeToggle.vue b/src/components/sidebar/ModeToggle.vue index 1d909f4cd..5ec675efe 100644 --- a/src/components/sidebar/ModeToggle.vue +++ b/src/components/sidebar/ModeToggle.vue @@ -14,16 +14,24 @@ function toggleLinearMode() {