From 5a157e6ef2dc8c56f12e1f20ec54cdf0b85f0cac Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 11 Nov 2025 10:43:47 +0100 Subject: fixes --- web/src/pkg.tsx | 2 +- web/src/sidebar.tsx | 20 ++++----- web/static/main.css | 24 ++++++++-- web/static/networkheaven.jpg | Bin 0 -> 75906 bytes web/static/prompts.json | 104 ------------------------------------------- web/webpack-dev.config.cjs | 3 +- web/webpack-prod.config.cjs | 1 + 7 files changed, 34 insertions(+), 120 deletions(-) create mode 100644 web/static/networkheaven.jpg delete mode 100644 web/static/prompts.json diff --git a/web/src/pkg.tsx b/web/src/pkg.tsx index 6705982..c3a6985 100644 --- a/web/src/pkg.tsx +++ b/web/src/pkg.tsx @@ -150,7 +150,7 @@ export default function Pkgs() { } ); return -
+

PACKAGE REPOSITORY


diff --git a/web/src/sidebar.tsx b/web/src/sidebar.tsx index ee93706..de7b2fd 100644 --- a/web/src/sidebar.tsx +++ b/web/src/sidebar.tsx @@ -55,18 +55,18 @@ function Weather() { const wind = weather.current.wind_speed_10m; const humi = weather.current.relative_humidity_2m; return
- - - - + + + +
} return
- - - - + + + +
} @@ -81,8 +81,8 @@ export function Sidebar() { return