From 0cdd808749ef42467475654191ada1cd84e46b91 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:48:18 +0000 Subject: [PATCH 1/3] Initial plan From b0df7f12bb8cd699faed2127de207cbd41d61fc8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:59:36 +0000 Subject: [PATCH 2/3] Replace Bootstrap with BeerCSS in index.html, App, Home, and NavBar components Co-authored-by: TechQuery <19969570+TechQuery@users.noreply.github.com> --- index.html | 5 +-- src/App.tsx | 8 ++-- src/components/NavBar.tsx | 85 +++++++++++++++++---------------------- src/main.tsx | 1 + src/page/Home.tsx | 18 ++++----- 5 files changed, 53 insertions(+), 64 deletions(-) diff --git a/index.html b/index.html index f539f2e..311051a 100644 --- a/index.html +++ b/index.html @@ -9,10 +9,7 @@ - + diff --git a/src/App.tsx b/src/App.tsx index f86373a..45a0589 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -24,9 +24,11 @@ export class GitHubApp extends HTMLElement { return ( <> -
- -
+
+
+ +
+
); } diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 8ff7a1f..79ef94b 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -66,54 +66,43 @@ export class NavBar extends HTMLElement { render() { return ( -