From bafb95d920eb8d7210e4b4e1be56a2b9ec8d2b74 Mon Sep 17 00:00:00 2001 From: pablodanswer Date: Sun, 3 Nov 2024 15:57:11 -0800 Subject: [PATCH] Misc color clean up (#3026) * misc color clean up * additional nits * nit * nit * additional minor nits * ensure tailwind config evaluates properly + update textarea -> input * ensure tool call renders * formatting --- web/components.json | 2 +- web/package-lock.json | 17 +-------------- .../admin/bot/SlackBotConfigCreationForm.tsx | 1 + .../llm/ConfiguredLLMProviderDisplay.tsx | 2 +- .../[ccPairId]/IndexingAttemptsTable.tsx | 1 - .../pages/DynamicConnectorCreationForm.tsx | 1 - web/src/app/admin/documents/sets/page.tsx | 8 +++++-- .../status/CCPairIndexingStatusTable.tsx | 14 ++++++------- .../assistants/gallery/AssistantsGallery.tsx | 6 ++++-- .../app/assistants/mine/AssistantsList.tsx | 6 ++++-- web/src/app/chat/ChatPage.tsx | 2 +- web/src/app/chat/RegenerateOption.tsx | 2 +- web/src/components/admin/connectors/Field.tsx | 21 ++++++++++++------- web/src/components/ui/button.tsx | 2 +- web/src/components/ui/select.tsx | 10 +++++++-- web/src/lib/connectors/connectors.tsx | 2 -- web/tailwind.config.js | 17 +++++++-------- 17 files changed, 56 insertions(+), 58 deletions(-) diff --git a/web/components.json b/web/components.json index bfcba8e4a85..cbde1f415b0 100644 --- a/web/components.json +++ b/web/components.json @@ -17,4 +17,4 @@ "lib": "@/lib", "hooks": "@/hooks" } -} \ No newline at end of file +} diff --git a/web/package-lock.json b/web/package-lock.json index 2c72891b7cb..2b02ef81659 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -14851,21 +14851,6 @@ "type": "github", "url": "https://github.com/sponsors/wooorm" } - }, - "node_modules/@next/swc-win32-ia32-msvc": { - "version": "14.2.3", - "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.3.tgz", - "integrity": "sha512-vga40n1q6aYb0CLrM+eEmisfKCR45ixQYXuBXxOOmmoV8sYST9k7E3US32FsY+CkkF7NtzdcebiFT4CHuMSyZw==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } } } -} \ No newline at end of file +} diff --git a/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx b/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx index cf4e018dc66..e7113717949 100644 --- a/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx +++ b/web/src/app/admin/bot/SlackBotConfigCreationForm.tsx @@ -370,6 +370,7 @@ export const SlackBotCreationForm = ({