From 1eaa0df0d29ebeb9e4792295beb1abf098862032 Mon Sep 17 00:00:00 2001 From: Sahil Raja <145694814+Not-Sahil-Raja@users.noreply.github.com> Date: Sun, 17 May 2026 16:23:32 +0530 Subject: [PATCH 01/13] fix: incorrect health status; (#3) * fix: incorrect health status; * feat:add codeowners; * fix: codeowners file; * feat: add auto approval for owner; * fix: remove auto approve --- src/components/common/Tooltip.svelte | 71 ++++++++++++++++++++++++++ src/components/layout/StatusBar.svelte | 52 ++++++++++++++----- 2 files changed, 111 insertions(+), 12 deletions(-) create mode 100644 src/components/common/Tooltip.svelte diff --git a/src/components/common/Tooltip.svelte b/src/components/common/Tooltip.svelte new file mode 100644 index 0000000..3543f56 --- /dev/null +++ b/src/components/common/Tooltip.svelte @@ -0,0 +1,71 @@ + + +
+ {update ? `Version ${update.version}` : ""} +
+{distro.title}
-{distro.subtitle}
-@@ -24,12 +24,12 @@ import SmartOrganization from "../images/Smart-Organization.png";
Download
diff --git a/site/src/components/Hero.astro b/site/src/components/Hero.astro index f6c937c..7d45760 100644 --- a/site/src/components/Hero.astro +++ b/site/src/components/Hero.astro @@ -24,13 +24,13 @@ const urls = JSON.stringify({ ---