From 6acb0da93393f0514d9751dab2c20c22983fa595 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Sat, 11 Oct 2025 10:46:52 -0500 Subject: [PATCH] Bug fix/Enhancement: Selecting many streams will no longer cause the stream table to create a new row for buttons. Also reordered buttons in the stream table slightly. --- .../src/components/tables/StreamsTable.jsx | 94 +++++++++---------- 1 file changed, 46 insertions(+), 48 deletions(-) diff --git a/frontend/src/components/tables/StreamsTable.jsx b/frontend/src/components/tables/StreamsTable.jsx index ff56973c..37ab86ee 100644 --- a/frontend/src/components/tables/StreamsTable.jsx +++ b/frontend/src/components/tables/StreamsTable.jsx @@ -874,8 +874,14 @@ const StreamsTable = () => { }} > {/* Top toolbar with Remove, Assign, Auto-match, and Add buttons */} - - + + - - - - + + - + + - - - - + + + {initialDataCount === 0 && (