From 6dd8b141d46dbff06a3a8bdd1489465d70501ed1 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Mon, 7 Sep 2026 01:35:35 +0200 Subject: [PATCH] feat(sirius-x): Sirius.X brand rebrand, banner star-divider, WC on portal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three things from one review pass: 1. Rebrand text 'sirius.x' -> 'Sirius.X' as the brand style across all sirius.x pages (titles, meta, nav wordmark, headings, prose, footer). Also flipped the pantheon headings to Title.X form: Silentmode.X, Sirius.X, Theseus.X, Hephaestus.X, Prometheus.X, Helios.X, Hermes.X. Domain literals, URLs, and code samples stay lowercase (sirius.x is the actual on-chain name; only prose changes). Logo/avatar SVG wordmarks and aria-labels updated to match. 2. Banner (brand/banner.svg) redesigned around a centered layout: 'Sirius.X' wordmark above, the star's horizontal arm extended edge-to-edge as a divider line, tagline lines below. Left tip at (0,315), right tip at (1200,315) so the arm crosses the full 1200px banner width; vertical body compact around center. Old layout had the star crammed into the right half and the wordmark on the left. 3. WizardConnect wired up on portal.html: - The 'Connect wallet' button now opens a real WC session via wizardconnect.js, shows the WIZ:// URI (copyable) and waits for the wallet to approve. - Successful connection builds a wallet-shaped wrapper with source: 'wc' and a WC session for signing; siriusProfile now carries the source so the nav dropdown can differentiate. - Record editor dispatches to setRecordsWithExternalWallet when source === 'wc' (bundle already ships the adapter), else stays on setRecordsWithBuiltInWallet. - TLD Register submit is gated off for WC users with a tooltip — no external-wallet variant of registerTld is exported yet, so TLD mint still needs a built-in wallet. - Sign-out disconnects the WC session before dropping the wallet. - toTokenAddress used to derive the tokenAddress for WC users so the 'Signed in' card shows both forms. --- admin/index.html | 4 +- assets/favicon.svg | 2 +- assets/logo.svg | 4 +- brand/avatar.svg | 2 +- brand/banner.svg | 57 +- brand/index.html | 26 +- brand/logo-mono.svg | 4 +- brand/logo.svg | 4 +- docs/index.html | 16 +- index.html | 34 +- portal.html | 155 +++- register.html | 1722 +++++++++++++++++++++---------------------- theseus/index.html | 10 +- 13 files changed, 1083 insertions(+), 957 deletions(-) diff --git a/admin/index.html b/admin/index.html index 004d3be..f8cc358 100644 --- a/admin/index.html +++ b/admin/index.html @@ -3,7 +3,7 @@ -Admin — sirius.x +Admin — Sirius.X @@ -80,7 +80,7 @@