From 0f2257f4e94d59337a470a196850e7a1a738ad16 Mon Sep 17 00:00:00 2001 From: umeshmore45 Date: Fri, 31 Jul 2026 17:18:34 +0530 Subject: [PATCH 01/16] fix(ui): replace dead ui.contentstack.com CDN styles with local sources https://ui.contentstack.com/contentstack.min.css now returns HTTP 402 (DEPLOYMENT_DISABLED), so the app lost its grid, utility and brand styles at runtime. - drop the three dead CDN tags from index.html - add bootstrap@^5.3.6 and import bootstrap-grid + bootstrap-utilities, covering the grid/utility half of the old stylesheet - add scss/legacy-cdn-shim.scss for the non-utility brand rules that had no other source (link colour, .btn base, .pt-6, .card headings, .body-4/.body-6, .link-basic-icon with its arrow inlined as a data URI) All imports stay above the venus stylesheet, where the CDN used to sit, so venus keeps winning the same conflicts it won before. --- ui/index.html | 13 ---- ui/package-lock.json | 20 +++++ ui/package.json | 1 + ui/src/App.tsx | 6 ++ ui/src/scss/legacy-cdn-shim.scss | 129 +++++++++++++++++++++++++++++++ 5 files changed, 156 insertions(+), 13 deletions(-) create mode 100644 ui/src/scss/legacy-cdn-shim.scss diff --git a/ui/index.html b/ui/index.html index 9fc3e0dfe..54d6b764e 100644 --- a/ui/index.html +++ b/ui/index.html @@ -36,19 +36,6 @@ rel="stylesheet" /> - - - -