From 7e1a86a309b064069aa8909e9f24f107606e837c Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Mon, 2 Feb 2026 19:42:35 +0300 Subject: [PATCH] revision changes #2 from the designers Signed-off-by: Uncle Fatso --- assets/manifest-v3-chrome.json | 4 +- assets/manifest-v3-firefox.json | 4 +- assets/options.html | 2 +- assets/wallet-popup.html | 2 +- package.json | 2 +- src/components/Logo.tsx | 76 +++++++------------ src/containers/Options.tsx | 58 +++++++++++--- .../WalletPopup/components/Header.tsx | 6 +- .../pages/Accounts/AccountDetails.tsx | 19 +++-- .../WalletPopup/pages/UnlockKeyring.tsx | 12 +-- src/containers/WalletPopup/pages/Welcome.tsx | 12 +-- src/inpage/index.ts | 2 +- src/style.css | 2 +- 13 files changed, 103 insertions(+), 98 deletions(-) diff --git a/assets/manifest-v3-chrome.json b/assets/manifest-v3-chrome.json index b8ad6f4..1317332 100644 --- a/assets/manifest-v3-chrome.json +++ b/assets/manifest-v3-chrome.json @@ -2,7 +2,7 @@ "author": "GHOST Team ", "description": "Wallet for GHOST and CASPER blockchains light clients", "homepage_url": "https://git.ghostchain.io/ghostchain/ghost-extension-wallet", - "name": "GHOST Wallet", + "name": "GHOST Connect", "short_name": "ghost-wallet", "version": "0.0.1", "manifest_version": 3, @@ -12,7 +12,7 @@ "type": "module" }, "action": { - "default_title": "GHOST Wallet", + "default_title": "GHOST Connect", "default_popup": "ui/assets/wallet-popup.html" }, "options_ui": { diff --git a/assets/manifest-v3-firefox.json b/assets/manifest-v3-firefox.json index 2680207..7f0e90b 100644 --- a/assets/manifest-v3-firefox.json +++ b/assets/manifest-v3-firefox.json @@ -2,7 +2,7 @@ "author": "GHOST Team ", "description": "Wallet for GHOST and CASPER blockchains light clients", "homepage_url": "https://git.ghostchain.io/ghostchain/ghost-extension-wallet", - "name": "GHOST Wallet", + "name": "GHOST Connect", "short_name": "ghost-wallet", "version": "0.0.1", "manifest_version": 3, @@ -12,7 +12,7 @@ "type": "module" }, "action": { - "default_title": "GHOST Wallet", + "default_title": "GHOST Connect", "default_popup": "ui/assets/wallet-popup.html" }, "options_ui": { diff --git a/assets/options.html b/assets/options.html index 42a8ae7..dd97351 100644 --- a/assets/options.html +++ b/assets/options.html @@ -1,7 +1,7 @@ - GHOST Wallet Options + GHOST Connect Options diff --git a/assets/wallet-popup.html b/assets/wallet-popup.html index ad94167..b6e1542 100644 --- a/assets/wallet-popup.html +++ b/assets/wallet-popup.html @@ -1,7 +1,7 @@ - GHOST Wallet + GHOST Connect diff --git a/package.json b/package.json index 388ed22..19ec1dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ghost-wallet", - "version": "0.2.1", + "version": "0.2.2", "description": "Browser extension to manage ghost blockchain light clients.", "main": "dist/src/index.js", "author": "Uncle f4ts0 ", diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 00afde6..19cf716 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -1,55 +1,31 @@ const HeaderIcon: React.FC = (props) => ( - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + ); diff --git a/src/containers/Options.tsx b/src/containers/Options.tsx index 4a97449..a58accf 100644 --- a/src/containers/Options.tsx +++ b/src/containers/Options.tsx @@ -1,7 +1,9 @@ import { FunctionComponent, useEffect, useMemo, useState } from "react" import { MdOutlineNetworkCell, MdOutlineOnlinePrediction } from "react-icons/md" +import { RiGlobalLine } from "react-icons/ri"; import pckg from "../../package.json" -import { FaGithub } from "react-icons/fa" +import { FaGithub, FaDiscord, FaTelegramPlane } from "react-icons/fa" +import { FaXTwitter } from "react-icons/fa6"; import * as environment from "../environment" import { BraveModal, Logo, MenuContent, Bootnodes } from "../components" import { Link } from "react-router-dom" @@ -142,12 +144,13 @@ export const Options: FunctionComponent = () => { <>
-
+
-
- +
+ +
Version {pckg.version}
@@ -165,26 +168,57 @@ export const Options: FunctionComponent = () => { +
  • + + + + +

  • -
    +
    - -
    -
    GHOST Wallet Git
    -
    v {pckg.version}
    -
    + + + + + + + + + +
    -
    +
    {menu === 0 ? ( diff --git a/src/containers/WalletPopup/components/Header.tsx b/src/containers/WalletPopup/components/Header.tsx index d3affb7..34b52de 100644 --- a/src/containers/WalletPopup/components/Header.tsx +++ b/src/containers/WalletPopup/components/Header.tsx @@ -5,6 +5,8 @@ import { Link } from "react-router-dom" import { Button } from "@/components/ui/button" import { Settings2 } from "lucide-react" +import { Logo } from "../../../components" + export type HeaderProps = { className?: string } @@ -20,9 +22,7 @@ export const Header: React.FC = ({ className }) => { )} >
    - light node -
    - ghost wallet +
    {
    Secret key, press reveal to make it visible
    -