From 137b63f2561b4c2de6f708e1ca6751f85c18ada9 Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Mon, 20 Apr 2026 19:54:56 +0000 Subject: [PATCH] =?UTF-8?q?style(format):=20corrigir=20formata=C3=A7=C3=A3?= =?UTF-8?q?o=20Biome=20em=205=20arquivos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .../dashboard/categories/category-history-queries.ts | 4 +--- src/features/dashboard/components/dashboard-welcome.tsx | 5 ++++- src/features/inbox/components/inbox-card.tsx | 4 +++- src/features/settings/components/delete-account-form.tsx | 3 +-- .../transactions/components/table/transactions-columns.tsx | 4 +--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/features/dashboard/categories/category-history-queries.ts b/src/features/dashboard/categories/category-history-queries.ts index 5b53e95..4a9eea2 100644 --- a/src/features/dashboard/categories/category-history-queries.ts +++ b/src/features/dashboard/categories/category-history-queries.ts @@ -51,9 +51,7 @@ type UniqueCategory = { icon: string | null; }; -async function fetchAllCategories( - userId: string, -): Promise { +async function fetchAllCategories(userId: string): Promise { const result = await db .select({ id: categories.id, diff --git a/src/features/dashboard/components/dashboard-welcome.tsx b/src/features/dashboard/components/dashboard-welcome.tsx index eff5650..6c64c11 100644 --- a/src/features/dashboard/components/dashboard-welcome.tsx +++ b/src/features/dashboard/components/dashboard-welcome.tsx @@ -1,4 +1,7 @@ -import { formatCurrentDate, getGreeting } from "@/features/dashboard/widget-registry/welcome-widget"; +import { + formatCurrentDate, + getGreeting, +} from "@/features/dashboard/widget-registry/welcome-widget"; type DashboardWelcomeProps = { name?: string | null; diff --git a/src/features/inbox/components/inbox-card.tsx b/src/features/inbox/components/inbox-card.tsx index 7a5f27b..5aa4f3f 100644 --- a/src/features/inbox/components/inbox-card.tsx +++ b/src/features/inbox/components/inbox-card.tsx @@ -151,7 +151,9 @@ export const InboxCard = memo(function InboxCard({ {item.originalTitle && ( -

{item.originalTitle}

+

+ {item.originalTitle} +

)}

{item.originalText} diff --git a/src/features/settings/components/delete-account-form.tsx b/src/features/settings/components/delete-account-form.tsx index a3d6200..e374daa 100644 --- a/src/features/settings/components/delete-account-form.tsx +++ b/src/features/settings/components/delete-account-form.tsx @@ -99,8 +99,7 @@ export function DeleteAccountForm() { Preferências do app, insights salvos e tokens do Companion

  • - Categorias padrão e pessoa admin serão recriadas - automaticamente + Categorias padrão e pessoa admin serão recriadas automaticamente
  • diff --git a/src/features/transactions/components/table/transactions-columns.tsx b/src/features/transactions/components/table/transactions-columns.tsx index 16c78d7..58b1833 100644 --- a/src/features/transactions/components/table/transactions-columns.tsx +++ b/src/features/transactions/components/table/transactions-columns.tsx @@ -228,9 +228,7 @@ function buildColumns({ className="text-muted-foreground" aria-hidden /> - - Dividido entre pessoas - + Dividido entre pessoas