From 4fdbe123084ae19fd21d0f2fc66d6237f0d340f3 Mon Sep 17 00:00:00 2001 From: Wugweb <132406863+wugweb-git@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:49:33 +0530 Subject: [PATCH] Refine theme tab labels and define component primitive state mapping --- index.html | 9 +- src/App.tsx | 15 +- src/components/GlobalNav.tsx | 64 +++-- src/components/MinimalFooter.tsx | 25 +- src/components/PolymathBento.tsx | 359 ++++++++++++++++------------ src/components/TestingDashboard.tsx | 13 +- src/components/ThemeProvider.tsx | 59 +++++ src/components/ThemeToggle.tsx | 18 ++ src/components/ui/button.tsx | 55 ++--- src/components/ui/textarea.tsx | 16 +- src/index.css | 155 +++++++++--- 11 files changed, 506 insertions(+), 282 deletions(-) create mode 100644 src/components/ThemeProvider.tsx create mode 100644 src/components/ThemeToggle.tsx diff --git a/index.html b/index.html index b4e1805..75c7cdc 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,15 @@ - +
- + + + -