From 2b06cb51b2b8c864297a2fdd7aa6ab18951f8e51 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:26:00 +0530 Subject: [PATCH 1/7] feat: remove output data tab --- src/components/run/RunContent.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 79045cdc..aac07d20 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -630,19 +630,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe } }} > - theme.palette.mode === 'dark' ? '#fff' : '#000', - '&:hover': { - color: '#FF00C3' - }, - '&.Mui-selected': { - color: '#FF00C3', - } - }} - /> From ad809e8b8a84089060c16bcde755cc973041a498 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:28:01 +0530 Subject: [PATCH 2/7] feat: remove output data tab panel --- src/components/run/RunContent.tsx | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index aac07d20..74053bf0 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -632,31 +632,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe > - - -
- - {row.status === 'running' ? currentLog : row.log} - -
-
- - {row.status === 'running' || row.status === 'queued' ? : null} - {row.status === 'running' || row.status === 'queued' ? ( From cf13b11417729edd882e04daea1fd962da149a4c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:29:10 +0530 Subject: [PATCH 3/7] feat: remove tabs --- src/components/run/RunContent.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 74053bf0..b717548d 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -615,22 +615,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe - setTab(newTab)} - aria-label="run-content-tabs" - sx={{ - '& .MuiTabs-indicator': { - backgroundColor: '#FF00C3', - }, - '& .MuiTab-root': { - '&.Mui-selected': { - color: '#FF00C3', - }, - } - }} - > - {row.status === 'running' || row.status === 'queued' ? ( From e9e20ced3fda0d0f2e3a8912c91bfaeb54b9a69c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:32:05 +0530 Subject: [PATCH 4/7] feat: remove unused box --- src/components/run/RunContent.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index b717548d..65a49a2e 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -614,8 +614,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( - - {row.status === 'running' || row.status === 'queued' ? ( From faba6a22f1380da50b0a4a4401d0113618d426d9 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:38:20 +0530 Subject: [PATCH 5/7] feat: remove tab panel --- src/components/run/RunContent.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 65a49a2e..c5e4ab06 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -614,7 +614,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( - {row.status === 'running' || row.status === 'queued' ? ( @@ -908,7 +907,6 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe )} - ); From f6b781e452807b07496f5db65351c2de89e7f3bd Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:43:14 +0530 Subject: [PATCH 6/7] fix: bring back tab panel --- src/components/run/RunContent.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index c5e4ab06..65a49a2e 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -614,6 +614,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( + {row.status === 'running' || row.status === 'queued' ? ( @@ -907,6 +908,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe )} + ); From dda96bbfc178f29e4ac001f888b8ae51378fdb6e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 22 Oct 2025 13:44:34 +0530 Subject: [PATCH 7/7] fix: increase max width of tab panel --- src/components/run/RunContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/run/RunContent.tsx b/src/components/run/RunContent.tsx index 65a49a2e..1102a5cf 100644 --- a/src/components/run/RunContent.tsx +++ b/src/components/run/RunContent.tsx @@ -614,7 +614,7 @@ export const RunContent = ({ row, currentLog, interpretationInProgress, logEndRe return ( - + {row.status === 'running' || row.status === 'queued' ? (