From 286d609b7366c2185ed512de64ca23a9f32d9678 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Sun, 25 Jan 2026 13:03:36 +0300 Subject: [PATCH] adapt UI changes; rev.2 Signed-off-by: Uncle Fatso --- package.json | 2 +- src/components/Sidebar.tsx | 60 +++++++++++++++++++++++++++++--------- src/style.css | 3 +- 3 files changed, 49 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 12c3b3c..2ae4d13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-lite", - "version": "0.2.2", + "version": "0.2.3", "description": "Web application for Ghost and Casper chain.", "author": "Uncle f4ts0 ", "maintainers": [ diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 86491a6..be7c7fd 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -1,5 +1,7 @@ import { HeartPulse, SendToBack, Book, Users } from "lucide-react" -import { FaGithub } from "react-icons/fa" +import { IoEarthOutline } from "react-icons/io5"; +import { FaGithub, FaDiscord, FaTelegramPlane } from "react-icons/fa" +import { FaXTwitter } from "react-icons/fa6"; import { Link, useLocation } from "react-router-dom" import { useEffect } from "react" import ReactGA from "react-ga4"; @@ -88,12 +90,13 @@ export const Sidebar = () => { return (
-
+
-
+
+
Version {pckg.version}
@@ -124,23 +127,52 @@ export const Sidebar = () => {
+ + + +
diff --git a/src/style.css b/src/style.css index dd9ae0e..159761f 100644 --- a/src/style.css +++ b/src/style.css @@ -6,7 +6,8 @@ --background: 211 57% 28%; --foreground: 53 83% 69%; - --muted: 212 44% 37%; + /* --muted: 212 44% 37%; */ + --muted: 212 33% 47%; --muted-foreground: 53 100% 89%; --popover: 150 40% 98.04%;