From 5f9b8a9a092e0a21aef55eb51f3f5dad106d9928 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sun, 30 Aug 2026 21:42:28 +0000 Subject: [PATCH] =?UTF-8?q?fix(ui):=20th=C3=A8me=20des=20r=C3=A9glages=20e?= =?UTF-8?q?t=20derniers=20textes=20de=20la=20revue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Les boutons des pages Agents, MCP, Données, Intégrations et Généraux suivent la couleur choisie. Les libellés encore techniques (recherche par le sens, notes proches, connexion unique) sont en langage courant. Co-authored-by: Cursor --- .../app/(main)/agents/agents-page-client.tsx | 4 +- .../app/(main)/settings/data/page.tsx | 4 +- .../general/general-settings-client.tsx | 8 +-- .../app/(main)/settings/integrations/page.tsx | 6 +- .../components/agents/agent-templates.tsx | 2 +- .../components/mcp/mcp-settings-panel.tsx | 6 +- .../components/settings/SettingsNav.tsx | 2 +- .../components/settings/billing-plans.tsx | 2 +- memento-note/locales/ar.json | 56 ++++++++--------- memento-note/locales/de.json | 56 ++++++++--------- memento-note/locales/en.json | 60 +++++++++---------- memento-note/locales/es.json | 56 ++++++++--------- memento-note/locales/fa.json | 56 ++++++++--------- memento-note/locales/fr.json | 60 +++++++++---------- memento-note/locales/hi.json | 56 ++++++++--------- memento-note/locales/it.json | 56 ++++++++--------- memento-note/locales/ja.json | 56 ++++++++--------- memento-note/locales/ko.json | 56 ++++++++--------- memento-note/locales/nl.json | 56 ++++++++--------- memento-note/locales/pl.json | 56 ++++++++--------- memento-note/locales/pt.json | 56 ++++++++--------- memento-note/locales/ru.json | 56 ++++++++--------- memento-note/locales/zh.json | 56 ++++++++--------- 23 files changed, 441 insertions(+), 441 deletions(-) diff --git a/memento-note/app/(main)/agents/agents-page-client.tsx b/memento-note/app/(main)/agents/agents-page-client.tsx index 3349b83..2e82f28 100644 --- a/memento-note/app/(main)/agents/agents-page-client.tsx +++ b/memento-note/app/(main)/agents/agents-page-client.tsx @@ -246,7 +246,7 @@ export function AgentsPageClient({ diff --git a/memento-note/app/(main)/settings/data/page.tsx b/memento-note/app/(main)/settings/data/page.tsx index 5c9853f..b9e5b2a 100644 --- a/memento-note/app/(main)/settings/data/page.tsx +++ b/memento-note/app/(main)/settings/data/page.tsx @@ -167,7 +167,7 @@ export default function DataSettingsPage() { loadingText: t('dataManagement.exporting'), buttonText: t('dataManagement.export.button'), onAction: handleExport, - btnClass: 'bg-ink text-paper shadow-xl shadow-ink/20 hover:scale-[1.02] active:scale-95', + btnClass: 'bg-brand-accent text-white shadow-xl shadow-brand-accent/20 hover:scale-[1.02] active:scale-95', }, { icon: FolderArchive, @@ -179,7 +179,7 @@ export default function DataSettingsPage() { loadingText: t('dataManagement.zipExporting'), buttonText: t('dataManagement.zipExport.button'), onAction: handleZipExport, - btnClass: 'bg-ink text-paper shadow-xl shadow-ink/20 hover:scale-[1.02] active:scale-95', + btnClass: 'bg-brand-accent text-white shadow-xl shadow-brand-accent/20 hover:scale-[1.02] active:scale-95', }, { icon: Upload, diff --git a/memento-note/app/(main)/settings/general/general-settings-client.tsx b/memento-note/app/(main)/settings/general/general-settings-client.tsx index 447393b..dae7791 100644 --- a/memento-note/app/(main)/settings/general/general-settings-client.tsx +++ b/memento-note/app/(main)/settings/general/general-settings-client.tsx @@ -163,7 +163,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient checked={emailNotifications} onChange={(e) => handleEmailNotificationsChange(e.target.checked)} /> -
+
@@ -179,7 +179,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient checked={desktopNotifications} onChange={(e) => handleDesktopNotificationsChange(e.target.checked)} /> -
+
@@ -195,7 +195,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient checked={autoSave} onChange={(e) => handleAutoSaveChange(e.target.checked)} /> -
+
@@ -298,7 +298,7 @@ export function GeneralSettingsClient({ initialSettings }: GeneralSettingsClient ) : ( diff --git a/memento-note/app/(main)/settings/integrations/page.tsx b/memento-note/app/(main)/settings/integrations/page.tsx index 326334c..2cbd562 100644 --- a/memento-note/app/(main)/settings/integrations/page.tsx +++ b/memento-note/app/(main)/settings/integrations/page.tsx @@ -215,7 +215,7 @@ export default function IntegrationsPage() { /> @@ -260,7 +260,7 @@ export function McpSettingsPanel({ @@ -297,7 +297,7 @@ function CreateKeyDialog({ onGenerate, isPending }: { onGenerate: (name: string)