From abaf45f7c6da22352959259a684ef2f9c7a4c25f Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Wed, 28 Jun 2023 14:59:13 +0800 Subject: [PATCH 01/11] feat: document status --- datacenter/app/datastores/documents/page.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/datacenter/app/datastores/documents/page.tsx b/datacenter/app/datastores/documents/page.tsx index 23ee57bf3..8949c436b 100644 --- a/datacenter/app/datastores/documents/page.tsx +++ b/datacenter/app/datastores/documents/page.tsx @@ -10,6 +10,7 @@ import { Box, Stack, Input, + Chip, styled } from '@/lib/mui' import moment from 'moment' @@ -108,7 +109,20 @@ const Documents = () => { {row.doc_type} {row.chunk_size} {moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')} - {row.status} + {row.status} { <> From 7ab111910a2de75ae550e1cea5887e4b63716c18 Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Wed, 28 Jun 2023 15:01:15 +0800 Subject: [PATCH 02/11] feat: make the button smaller --- datacenter/app/datastores/documents/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/datacenter/app/datastores/documents/page.tsx b/datacenter/app/datastores/documents/page.tsx index 8949c436b..e862893ad 100644 --- a/datacenter/app/datastores/documents/page.tsx +++ b/datacenter/app/datastores/documents/page.tsx @@ -128,6 +128,7 @@ const Documents = () => { <>