From 2ef62e06dbb443c3e10b781d03a5fc8b62dc4fcd Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Mon, 6 Jan 2025 18:37:14 +0100 Subject: [PATCH] no explicit colors left besides tiptap css --- gui/src/components/PageHeader.tsx | 4 ++-- .../StepContainer/AcceptRejectAllButtons.tsx | 6 +++--- .../StepContainer/ThinkingIndicator.tsx | 2 +- .../StepContainer/UndoAndRedoButtons.tsx | 6 +++--- gui/src/components/dialogs/AddDocsDialog.tsx | 20 +++++++++---------- .../components/dialogs/ConfirmationDialog.tsx | 2 +- gui/src/components/find/FindWidget.tsx | 2 +- gui/src/components/index.ts | 3 +++ .../components/indexing/ChatIndexingPeeks.tsx | 12 +++++------ .../components/indexing/DocsIndexingPeeks.tsx | 16 +++++++-------- .../indexing/DocsIndexingStatus.tsx | 20 ++++++++++--------- .../indexing/DocsIndexingStatuses.tsx | 2 +- .../loaders/FreeTrialProgressBar.tsx | 4 ++-- .../components/mainInput/ContextItemsPeek.tsx | 4 ++-- .../StepContainerPreToolbar/ApplyActions.tsx | 4 ++-- .../pages/AddNewModel/ConfigureProvider.tsx | 4 ++-- .../IndexingProgress/IndexingProgressBar.tsx | 4 ++-- .../IndexingProgressIndicator.tsx | 4 ++-- .../IndexingProgressSubtext.tsx | 4 ++-- gui/src/pages/More/More.tsx | 4 ++-- gui/src/pages/More/MoreHelpRow.tsx | 4 ++-- gui/src/pages/config-error/index.tsx | 10 +++++----- gui/tailwind.config.cjs | 4 +++- 23 files changed, 76 insertions(+), 69 deletions(-) diff --git a/gui/src/components/PageHeader.tsx b/gui/src/components/PageHeader.tsx index 23e108c388..0e9d83c33d 100644 --- a/gui/src/components/PageHeader.tsx +++ b/gui/src/components/PageHeader.tsx @@ -7,9 +7,9 @@ export interface PageHeaderProps { export default function PageHeader({ onClick, title }: PageHeaderProps) { return ( -
+
diff --git a/gui/src/components/StepContainer/AcceptRejectAllButtons.tsx b/gui/src/components/StepContainer/AcceptRejectAllButtons.tsx index a2cc954630..fc70cab06d 100644 --- a/gui/src/components/StepContainer/AcceptRejectAllButtons.tsx +++ b/gui/src/components/StepContainer/AcceptRejectAllButtons.tsx @@ -34,9 +34,9 @@ export default function AcceptRejectAllButtons({ } return ( -
+