From 83f0497c0aa8b28f79a64af08c99f3f1744dbabb Mon Sep 17 00:00:00 2001 From: Rohit Date: Sun, 31 Aug 2025 12:14:22 +0530 Subject: [PATCH] feat: centering and sizing loader --- src/components/robot/RecordingsTable.tsx | 12 +++++++++++- src/components/run/RunsTable.tsx | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/components/robot/RecordingsTable.tsx b/src/components/robot/RecordingsTable.tsx index ed2ba033..8e294464 100644 --- a/src/components/robot/RecordingsTable.tsx +++ b/src/components/robot/RecordingsTable.tsx @@ -517,7 +517,17 @@ export const RecordingsTable = ({ {isLoading ? ( - + + + ) : filteredRows.length === 0 ? ( = ({ {isLoading? ( - + + + ) : Object.keys(groupedRows).length === 0 ? (