Revert "Revert "feat: add auto search logic""

This reverts commit 536f046b60.
This commit is contained in:
amhsirak
2026-01-23 17:50:26 +05:30
parent 4e1a3fdc5d
commit 3bf77e4f8c
6 changed files with 610 additions and 41 deletions

View File

@@ -97,7 +97,7 @@ const LoadingRobotRow = memo(({ row, columns }: any) => {
} else if (column.id === 'interpret') {
return (
<MemoizedTableCell key={column.id} align={column.align}>
<CircularProgress size={20} />
<Box sx={{ opacity: 0.3 }}>-</Box>
</MemoizedTableCell>
);
} else {