From b7477944bc2b767ef94b50206bc559820430b567 Mon Sep 17 00:00:00 2001 From: bwnyasse <5323628+bwnyasse@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:06:30 -0500 Subject: [PATCH] feat: update title and favicon in index.html This commit updates the title and favicon in the index.html file to reflect the new KROW branding. It also updates the links in the internal launchpad to point to the correct environments. feat: add script to patch index.html during integration This commit adds a new script to patch the index.html file during the integration process. This script updates the title and favicon to reflect the new KROW branding. style: update badge style in Dashboard.jsx This commit updates the badge style in the Dashboard.jsx file to use a span element with rounded corners instead of the Badge component. This is to match the design of the new KROW branding. --- Makefile | 2 ++ firebase/internal-launchpad/index.html | 4 +-- frontend-web/index.html | 4 +-- frontend-web/src/pages/Dashboard.jsx | 4 +-- scripts/patch-dashboard-for-env-label.js | 4 +-- scripts/patch-index-html.js | 41 ++++++++++++++++++++++++ 6 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 scripts/patch-index-html.js diff --git a/Makefile b/Makefile index ca061072..2352a912 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,8 @@ integrate-export: @node scripts/patch-layout-query-key.js @echo " - Patching Dashboard.jsx for environment label..." @node scripts/patch-dashboard-for-env-label.js + @echo " - Patching index.html for title..." + @node scripts/patch-index-html.js @echo "--> Integration complete. Next step: 'make prepare-export'." # Applies all necessary patches to a fresh Base44 export to run it locally. diff --git a/firebase/internal-launchpad/index.html b/firebase/internal-launchpad/index.html index e62c859a..2fd6cf5a 100644 --- a/firebase/internal-launchpad/index.html +++ b/firebase/internal-launchpad/index.html @@ -169,11 +169,11 @@