From d6af153689e29077eb70957d9f57cceafde67fa6 Mon Sep 17 00:00:00 2001 From: Sergey Kozyrenko Date: Thu, 16 Jul 2026 22:53:01 +0700 Subject: [PATCH] style(frontend): restore prettier formatting on the Empty-migration pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `pnpm run prettier` is a required CI step and it exits 1 on these five files at HEAD while passing on them at 001c6c0, so the branch is currently red. Formatting only — no logic touched. Co-Authored-By: Claude Opus 4.8 --- frontend/src/pages/flows/flows.tsx | 4 +--- frontend/src/pages/knowledges/knowledges.tsx | 4 +--- frontend/src/pages/settings/settings-account.tsx | 11 +++++++++-- frontend/src/pages/settings/settings-api-tokens.tsx | 8 +++++++- frontend/src/pages/settings/settings-providers.tsx | 4 +--- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/frontend/src/pages/flows/flows.tsx b/frontend/src/pages/flows/flows.tsx index 6823ad29..8c1cf8eb 100644 --- a/frontend/src/pages/flows/flows.tsx +++ b/frontend/src/pages/flows/flows.tsx @@ -595,9 +595,7 @@ function Flows() { Loading flows... - - Please wait while we fetch your conversation flows - + Please wait while we fetch your conversation flows diff --git a/frontend/src/pages/knowledges/knowledges.tsx b/frontend/src/pages/knowledges/knowledges.tsx index 00703d1d..edcc7826 100644 --- a/frontend/src/pages/knowledges/knowledges.tsx +++ b/frontend/src/pages/knowledges/knowledges.tsx @@ -410,9 +410,7 @@ function Knowledges() { Loading knowledges... - - Please wait while we fetch your knowledge documents - + Please wait while we fetch your knowledge documents diff --git a/frontend/src/pages/settings/settings-account.tsx b/frontend/src/pages/settings/settings-account.tsx index cb153621..b42ebe73 100644 --- a/frontend/src/pages/settings/settings-account.tsx +++ b/frontend/src/pages/settings/settings-account.tsx @@ -64,9 +64,16 @@ function SettingsAccount() {
{displayName} - {memberSince && Member since {memberSince}} + {memberSince && ( + Member since {memberSince} + )}
- {accountLabel} + + {accountLabel} + diff --git a/frontend/src/pages/settings/settings-api-tokens.tsx b/frontend/src/pages/settings/settings-api-tokens.tsx index af99afc2..853a6f33 100644 --- a/frontend/src/pages/settings/settings-api-tokens.tsx +++ b/frontend/src/pages/settings/settings-api-tokens.tsx @@ -24,7 +24,13 @@ import * as z from 'zod'; import type { ApiTokenFragmentFragment } from '@/graphql/types'; -import { AppHeader, AppHeaderAction, AppHeaderActions, AppHeaderContent, AppHeaderTitle } from '@/components/layouts/app/app-header'; +import { + AppHeader, + AppHeaderAction, + AppHeaderActions, + AppHeaderContent, + AppHeaderTitle, +} from '@/components/layouts/app/app-header'; import ConfirmationDialog from '@/components/shared/confirmation-dialog'; import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert'; import { Badge } from '@/components/ui/badge'; diff --git a/frontend/src/pages/settings/settings-providers.tsx b/frontend/src/pages/settings/settings-providers.tsx index 5897940e..13b67e32 100644 --- a/frontend/src/pages/settings/settings-providers.tsx +++ b/frontend/src/pages/settings/settings-providers.tsx @@ -414,9 +414,7 @@ function SettingsProviders() { Loading providers... - - Please wait while we fetch your provider configurations - + Please wait while we fetch your provider configurations