From cfbd81587c6a72039d3a2370b7edf46ed310bb32 Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Tue, 3 Feb 2026 23:26:56 -0500 Subject: [PATCH] feat: Rebrand frontend from Patherly to ResolutionFlow - Add brand assets (favicon, icons, logos) to public/icons and src/assets/brand - Update index.html with new favicon, title, meta, Google Fonts (Plus Jakarta Sans, Inter, Outfit) - Add brand colors, font families, and gradient utilities to Tailwind config - Replace CSS variables with purple-tinted theme for both light and dark modes - Create reusable BrandLogo and BrandWordmark components - Update AppLayout header with logo and wordmark - Update LoginPage and RegisterPage with branded logo, wordmark, and gradient buttons - Replace all remaining "Patherly" references in SettingsPage Co-Authored-By: Claude Opus 4.5 --- frontend/index.html | 15 ++++- frontend/public/icons/app-icon-gradient.svg | 30 ++++++++++ frontend/public/icons/favicon.svg | 18 ++++++ frontend/public/icons/icon.svg | 23 ++++++++ frontend/src/assets/brand/icon.svg | 23 ++++++++ frontend/src/assets/brand/logo-horizontal.svg | 32 ++++++++++ .../src/assets/brand/logo-with-tagline.svg | 37 ++++++++++++ frontend/src/components/common/BrandLogo.tsx | 56 ++++++++++++++++++ .../src/components/common/BrandWordmark.tsx | 25 ++++++++ frontend/src/components/layout/AppLayout.tsx | 11 ++-- frontend/src/index.css | 59 ++++++++++++------- frontend/src/pages/LoginPage.tsx | 44 +++++++++----- frontend/src/pages/RegisterPage.tsx | 26 ++++++-- frontend/src/pages/SettingsPage.tsx | 6 +- frontend/tailwind.config.js | 28 +++++++++ 15 files changed, 382 insertions(+), 51 deletions(-) create mode 100644 frontend/public/icons/app-icon-gradient.svg create mode 100644 frontend/public/icons/favicon.svg create mode 100644 frontend/public/icons/icon.svg create mode 100644 frontend/src/assets/brand/icon.svg create mode 100644 frontend/src/assets/brand/logo-horizontal.svg create mode 100644 frontend/src/assets/brand/logo-with-tagline.svg create mode 100644 frontend/src/components/common/BrandLogo.tsx create mode 100644 frontend/src/components/common/BrandWordmark.tsx diff --git a/frontend/index.html b/frontend/index.html index ea7a2899..5723caf3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,9 +2,20 @@ - + - Patherly + ResolutionFlow - Decision Tree Platform + + + + + + + + + + +