feat: design system overhaul — sidebar, AI chats, settings, brainstorm, color cleanup
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 12s

- Sidebar: dynamic brand-accent colors, brainstorm section restyled
- AI chat general: popup panel with expand/collapse, hides when contextual AI open
- AI chat contextual: tabs reordered (Actions first), X close button, height fix
- Settings: all tabs restyled, 6 new color presets (sage, terracotta, iron, etc.)
- Global color cleanup: emerald/orange hardcoded → brand-accent dynamic
- Brainstorm page: orange → brand-accent throughout
- PageEntry animation component added to key pages
- Floating AI button: bg-brand-accent instead of hardcoded black
- i18n: all 15 locales updated with new AI/billing keys
- Billing: freemium quota tracking, BYOK, stripe subscription scaffolding
- Admin: integrated into new design
- AGENTS.md + CLAUDE.md project rules added
This commit is contained in:
Antigravity
2026-05-16 12:59:30 +00:00
parent 1fcea6ed7d
commit bd495be965
2284 changed files with 395285 additions and 2327 deletions

View File

@@ -55,7 +55,11 @@
"freezePinnedNotebook": "Pin notebook sidebar order",
"unfreezePinnedNotebook": "Unpin notebook sidebar order",
"newSubNotebook": "New sub-notebook",
"renameNotebook": "Rename"
"renameNotebook": "Rename",
"sharedNotebookBadge": "· Shared",
"sortManual": "Custom order",
"moveFailed": "Failed to move notebook",
"dropToRoot": "Drop here to move to root"
},
"notes": {
"title": "Notes",
@@ -481,6 +485,13 @@
"resourcePreviewInjectFromChat": "Inject from chat",
"contextLabel": "Context",
"thisNote": "This note",
"contextSourceHeading": "Context source",
"tones": {
"professional": "Professional",
"creative": "Creative",
"academic": "Academic",
"casual": "Casual"
},
"allMyNotes": "All my notes",
"notebookGeneric": "Notebook",
"writingTone": "Writing Tone",
@@ -1065,6 +1076,12 @@
"providerLMStudioOption": "🖥️ LM Studio (Local)",
"bestValue": "Best value",
"bestQuality": "Best quality",
"fallbackSectionTitle": "Fallback provider (optional)",
"fallbackSectionDescription": "Used automatically on provider errors (429, 5xx). One retry within 1.5s.",
"fallbackProvider": "Fallback provider",
"fallbackModel": "Fallback model",
"fallbackNone": "None (disabled)",
"fallbackModelPlaceholder": "e.g. gpt-4o-mini",
"saved": "(Saved)",
"fetchModelsFailed": "Failed to fetch models",
"refreshModels": "Refresh Models",
@@ -1413,7 +1430,29 @@
"fontFamilyLabel": "Font Family",
"fontFamilyDescription": "Choose the font used throughout the app",
"selectFontFamily": "Inter is optimized for readability, System uses your OS native font",
"fontSystem": "System Default"
"fontSystem": "System Default",
"fontInterDefault": "Inter (default)",
"fontPlayfairDisplay": "Playfair Display",
"fontJetBrainsMono": "JetBrains Mono"
},
"usageMeter": {
"packName": "AI Discovery Pack",
"featureSearch": "Search",
"featureTags": "Tags",
"featureTitles": "Titles",
"unlimited": "Unlimited",
"remaining": "{count} left",
"upgradeTitle": "Upgrade to Pro",
"upgradeDescription": "You've used all your AI Discovery Pack credits. Upgrade to Pro for higher limits and additional features.",
"proIncludes": "Pro includes:",
"proSearch": "100 semantic searches / month",
"proTags": "200 auto-tags / month",
"proTitles": "200 auto-titles / month",
"proReformulate": "50 reformulations / month",
"proChat": "100 chat messages / month",
"later": "Later",
"upgradePricing": "Upgrade to Pro",
"addApiKey": "Use your own API key (BYOK)"
},
"generalSettings": {
"title": "General Settings",
@@ -1702,6 +1741,26 @@
"notesSelected": "{{count}} note(s) selected",
"slideTheme": "Presentation theme",
"slideThemeDefault": "Automatic",
"slideThemes": {
"modern_wellness": "Modern & Wellness",
"business_authority": "Business & Authority",
"nature_outdoors": "Nature & Outdoors",
"vintage_academic": "Vintage & Academic",
"soft_creative": "Soft & Creative",
"bohemian": "Bohemian",
"vibrant_tech": "Vibrant & Tech",
"craft_artisan": "Craft & Artisan",
"tech_night": "Tech & Night (dark)",
"education_charts": "Education & Charts",
"forest_eco": "Forest & Eco",
"elegant_fashion": "Elegant & Fashion",
"art_food": "Art & Food",
"luxury_mystery": "Luxury & Mystery",
"pure_tech_blue": "Pure Tech Blue",
"coastal_coral": "Coastal Coral",
"vibrant_orange_mint": "Vibrant Orange Mint",
"platinum_white_gold": "Platinum White Gold"
},
"slideStyle": "Visual style",
"slideStyleSoft": "Soft (recommended)",
"slideStyleSharp": "Sharp & dense",
@@ -2031,7 +2090,19 @@
"superscript": "Superscript",
"subscript": "Subscript",
"addBlock": "Add block",
"placeholder": "Type '/' for commands..."
"placeholder": "Type '/' for commands...",
"aiReformulateFailed": "The AI assistant could not process this text. Try again.",
"translateTargets": {
"Francais": "French",
"English": "English",
"Espanol": "Spanish",
"Deutsch": "German",
"Persan": "Persian",
"Portugais": "Portuguese",
"Italiano": "Italian",
"Chinois": "Chinese",
"Japonais": "Japanese"
}
},
"brainstorm": {
"title": "Waves of Thought",
@@ -2096,6 +2167,164 @@
"joined": "joined the session",
"idea_dismissed": "dismissed an idea",
"invite_created": "created an invite"
},
"shareDialogTitle": "Share brainstorm",
"shareSearchLabel": "Find someone",
"shareNameOrEmailPlaceholder": "Name or email…",
"shareSubmit": "Share",
"shareSubmitting": "Sending…",
"shareFooterHint": "They will get a notification to accept or decline.",
"sharePublicLink": "Public link",
"shareGuestsCanEdit": "Allow guests to edit",
"feedbackInviteSent": "Invitation sent!",
"feedbackInviteResent": "Invitation resent!",
"feedbackAlreadyShared": "This person already has access to this brainstorm.",
"feedbackAlreadyPending": "An invitation is already pending for this person.",
"feedbackGenericError": "Error",
"unnamedPerson": "No name",
"canvasEditTitleReply": "Reply",
"canvasEditTitleNewIdea": "New idea",
"canvasPlaceholderReply": "Your reply…",
"canvasPlaceholderIdea": "Your idea…",
"canvasShortcutSave": "save",
"canvasShortcutCancel": "cancel",
"canvasChildBranch": "Child",
"canvasDoubleClickHint": "Double-click to add an idea",
"ideaDetailDescription": "Description",
"ideaDetailConnection": "Connection",
"ideaDetailNovelty": "Novelty",
"ideaDetailWave": "Wave",
"waveFlavorVariation": "Variation",
"waveFlavorAnalogy": "Analogy",
"waveFlavorDisruption": "Disruption",
"liveCollaborationTitle": "Live collaboration",
"liveStatus": "Live",
"liveYouMarker": "(You)",
"liveOtherParticipants": "{count} other participants",
"guestReadOnlyNotice": "You're viewing this brainstorm as a guest. Sign in to edit.",
"impactNotesEnriched": "{count} note(s) enriched",
"impactNotesMarkedDry": "{count} note(s) marked dry",
"impactSeparator": " · ",
"exportNotebookPrefix": "Notebook:",
"playbackStep": "Step {current}/{total}",
"playbackStepsCount": "{count} steps",
"playbackReturnToLive": "Return to live",
"canvasWaitingHint": "The canvas is waiting for your spark...",
"seedNodeBadge": "SEED",
"originalSeedDescription": "Original seed idea",
"convertedToNoteStatus": "Converted to note",
"quotaGuest": "The session host has reached their AI limit. Ask them to upgrade their plan.",
"quotaHost": "You've reached your AI limit for this brainstorm. Upgrade your plan to continue.",
"toastExpandSuccess": "Ideas expanded!",
"toastExpandFailed": "Failed to expand",
"toastDismissSuccess": "Idea dismissed",
"toastDismissFailed": "Failed to dismiss",
"toastConvertSuccess": "Idea converted to note!",
"toastConvertFailed": "Failed to convert",
"toastExportNoteSuccess": "Exported as note!",
"toastExportFailed": "Failed to export",
"legendSeed": "Seed",
"legendVariations": "Variations",
"legendAnalogies": "Analogies",
"legendDisruptions": "Disruptions",
"exportFailedMessage": "Export failed",
"exportDefaultNotebookName": "Brainstorm",
"exportDefaultNoteTitle": "Synthesis",
"exportOpening": "Opening…",
"ownerBadge": "Owner",
"waveBadge": "Wave {wave}"
},
"byokSettings": {
"title": "Your API keys (BYOK)",
"description": "Connect your own LLM provider keys to bypass Discovery Pack quotas. Keys are encrypted at rest.",
"badgeActive": "BYOK active",
"tierRequired": "BYOK requires a Pro plan or higher. Upgrade to connect your API keys.",
"provider": "Provider",
"providerPlaceholder": "Select a provider",
"alias": "Label (optional)",
"aliasPlaceholder": "e.g. Work OpenAI",
"apiKey": "API key",
"apiKeyPlaceholder": "sk-...",
"save": "Save key",
"saved": "API key saved",
"deleted": "API key removed",
"error": "Could not save API key",
"loadError": "Could not load API keys",
"loading": "Loading keys...",
"empty": "No API keys configured yet.",
"confirmDelete": "Remove this API key permanently?",
"toggleActive": "Active",
"providers": {
"openai": "OpenAI",
"anthropic": "Anthropic",
"deepseek": "DeepSeek",
"openrouter": "OpenRouter",
"minimax": "MiniMax",
"zai": "Z.ai",
"google": "Google",
"mistral": "Mistral",
"glm": "GLM"
}
},
"billing": {
"title": "Billing",
"currentPlan": "Current Plan",
"upgradePlan": "Upgrade Plan",
"manageBilling": "Manage Billing",
"manageDescription": "Update payment method, view invoices, or cancel.",
"openPortal": "Open Billing Portal",
"renewsOn": "Renews on",
"expiresOn": "Expires on",
"canceledAt": "Canceled — access until",
"freePlan": "Free Plan",
"proPlan": "Pro Plan",
"businessPlan": "Business Plan",
"enterprisePlan": "Enterprise Plan",
"perMonth": "/mo",
"perYear": "/yr",
"monthly": "Monthly",
"annual": "Annual",
"save": "Save",
"upgradeTitle": "Choose a Plan",
"proPrice": "€9.90",
"businessPrice": "€29.90",
"proAnnualPrice": "€99",
"businessAnnualPrice": "€299",
"proFeature1": "100 semantic searches / month",
"proFeature2": "200 auto-tags / month",
"proFeature3": "50 reformulations / month",
"proFeature4": "100 chat messages / month",
"businessFeature1": "1,000 semantic searches / month",
"businessFeature2": "1,000 auto-tags / month",
"businessFeature3": "500 reformulations / month",
"businessFeature4": "1,000 chat messages / month",
"enterpriseTitle": "Enterprise",
"enterpriseDescription": "Custom quotas, SSO, priority support.",
"contactSales": "Contact Sales",
"startCheckout": "Get Started",
"checkoutLoading": "Loading checkout…",
"checkoutSuccess": "Subscription activated! Welcome to {tier}.",
"checkoutCanceled": "Checkout canceled.",
"active": "Active",
"trialing": "Trialing",
"pastDue": "Past Due",
"canceled": "Canceled",
"inactive": "Inactive",
"billingEnabled": "Billing enabled",
"billingDisabled": "Billing is not enabled on this instance.",
"usageThisPeriod": "Usage this period",
"periodRange": "Period",
"unlimited": "Unlimited",
"noUsage": "No usage data",
"billingHistory": "Billing History",
"viewInvoices": "Manage invoices in portal",
"nextBillingDate": "Next billing date",
"billingPeriod": "Billing period",
"planSince": "Member since",
"checkoutSuccessTitle": "Subscription activated!",
"checkoutSuccessBody": "Welcome to {tier}. Your features are now unlocked.",
"subscriptionType": "subscriptionType",
"renewalDate": "renewalDate",
"noRenewalDate": "—"
}
}
}