mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
(feat:transitions) uniform color and animation
This commit is contained in:
@@ -146,7 +146,7 @@ function LogsTable({ logs, setPage, loading }: LogsTableProps) {
|
||||
className="flex flex-col items-start h-[51vh] overflow-y-auto bg-transparent flex-grow gap-px"
|
||||
>
|
||||
{loading ? (
|
||||
<SkeletonLoader component="logsTable" />
|
||||
<SkeletonLoader component="logs" />
|
||||
) : (
|
||||
logs.map((log, index) => {
|
||||
if (index === logs.length - 1) {
|
||||
|
||||
Reference in New Issue
Block a user