From 13e70fe025d36181c2ed9e51ee28380db44e2d8f Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Fri, 1 Aug 2025 11:54:09 -0500 Subject: [PATCH] feat: add BetterStack status badge to footers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added BetterStack uptime status iframe to both Footer and SimplifiedFooter components - Used system theme for automatic light/dark mode support - Applied 58px left margin to compensate for BetterStack's internal left-alignment - Status badge displays "All services are online" with visual indicator 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/src/components/Footer.tsx | 33 +++++++++++++------- frontend/src/components/SimplifiedFooter.tsx | 14 +++++++-- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index 656a67e2c..e15d59278 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -135,17 +135,28 @@ export function Footer() {
-

- © {new Date().getFullYear()} Maple AI. All rights reserved. Powered by{" "} - - OpenSecret - -

+
+