From 73a4cf7d39ae9a9646f82bb47e7cd1c74f8c0ab3 Mon Sep 17 00:00:00 2001 From: Christian Gastrell Date: Thu, 19 Mar 2026 18:03:00 -0300 Subject: [PATCH 1/3] Boost: Add JITM slot to cache debug log page Add #jp-admin-notices container inside jb-dashboard > jb-container on the cache debug log page so JITMs render below the header instead of above it. Follows the same pattern as the main Boost page and the JITM fixes in #47558. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../assets/src/js/pages/cache-debug-log/cache-debug-log.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx b/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx index 96e76c37aa8b..91b3e12d3da4 100644 --- a/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx +++ b/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx @@ -51,6 +51,9 @@ const CacheDebugLog = () => { return (
+
+
+
From 3947f42ab314ed0033f9750827362b9fc89a3397 Mon Sep 17 00:00:00 2001 From: Christian Gastrell Date: Thu, 19 Mar 2026 18:04:49 -0300 Subject: [PATCH 2/3] changelog Co-Authored-By: Claude Opus 4.6 (1M context) --- .../boost/changelog/fix-cache-debug-log-jitm-placement | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 projects/plugins/boost/changelog/fix-cache-debug-log-jitm-placement diff --git a/projects/plugins/boost/changelog/fix-cache-debug-log-jitm-placement b/projects/plugins/boost/changelog/fix-cache-debug-log-jitm-placement new file mode 100644 index 000000000000..6ea59bed2634 --- /dev/null +++ b/projects/plugins/boost/changelog/fix-cache-debug-log-jitm-placement @@ -0,0 +1,4 @@ +Significance: patch +Type: fixed + +Add JITM notices slot to cache debug log page so notices render below the header instead of above it. From 2428baf2fa36b150fa3a58c671927c934e690485 Mon Sep 17 00:00:00 2001 From: William Viana Date: Fri, 20 Mar 2026 13:29:44 +0100 Subject: [PATCH 3/3] Boost: move JITM slot inside section container on cache debug log The JITM container was in a standalone jb-container outside any jb-section wrapper, creating a white background strip and visible separator line between the JITM and the page content. Move it inside the existing jb-section--main container to match the main Boost page pattern where the JITM sits inside a styled section. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../assets/src/js/pages/cache-debug-log/cache-debug-log.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx b/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx index 91b3e12d3da4..e688514ee03e 100644 --- a/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx +++ b/projects/plugins/boost/app/assets/src/js/pages/cache-debug-log/cache-debug-log.tsx @@ -51,11 +51,9 @@ const CacheDebugLog = () => { return (
-
-
-
+

{ __( 'Jetpack Boost Cache Log Viewer', 'jetpack-boost' ) }