From d317755ab960e9885a8e01531f39416ed659095f Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:46:23 +0530 Subject: [PATCH] [WEB-4542] feat: god mode auth revamp and code refactor (#7563) * chore: auth color updated and remove unused tokens * chore: god-mode brand revamp * fix: space app spinner logo --- apps/admin/app/(all)/(home)/auth-header.tsx | 12 + apps/admin/app/(all)/(home)/layout.tsx | 30 +- apps/admin/app/(all)/(home)/page.tsx | 34 +- apps/admin/app/(all)/(home)/sign-in-form.tsx | 155 ++++--- .../core/components/common/logo-spinner.tsx | 4 +- .../core/components/instance/failure.tsx | 38 +- .../core/components/instance/form-header.tsx | 8 + .../instance/instance-not-ready.tsx | 2 +- .../core/components/instance/loading.tsx | 12 +- .../core/components/instance/setup-form.tsx | 436 +++++++++--------- .../admin/public/images/logo-spinner-dark.gif | Bin 36427 -> 976395 bytes .../public/images/logo-spinner-light.gif | Bin 35819 -> 427969 bytes .../black-horizontal-with-blue-logo.png | Bin 2852 -> 0 bytes .../public/plane-logos/blue-without-text.png | Bin 2460 -> 0 bytes .../white-horizontal-with-blue-logo.png | Bin 2412 -> 0 bytes apps/admin/styles/globals.css | 43 -- .../core/components/common/logo-spinner.tsx | 2 +- 17 files changed, 358 insertions(+), 418 deletions(-) create mode 100644 apps/admin/app/(all)/(home)/auth-header.tsx create mode 100644 apps/admin/core/components/instance/form-header.tsx delete mode 100644 apps/admin/public/plane-logos/black-horizontal-with-blue-logo.png delete mode 100644 apps/admin/public/plane-logos/blue-without-text.png delete mode 100644 apps/admin/public/plane-logos/white-horizontal-with-blue-logo.png diff --git a/apps/admin/app/(all)/(home)/auth-header.tsx b/apps/admin/app/(all)/(home)/auth-header.tsx new file mode 100644 index 000000000..50fa066cd --- /dev/null +++ b/apps/admin/app/(all)/(home)/auth-header.tsx @@ -0,0 +1,12 @@ +"use client"; + +import Link from "next/link"; +import { PlaneLockup } from "@plane/ui"; + +export const AuthHeader = () => ( +
- Configure instance-wide settings to secure your instance -
-