From 57d7167900fde9f5c53c5d1d7c46860d74246d39 Mon Sep 17 00:00:00 2001 From: Local Dev Date: Mon, 7 Sep 2026 22:05:45 +0200 Subject: [PATCH] feat(sirius-x): consistent top nav order, Theseus.X branding on theseus subpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nav consistency: subpages had Try it → Theseus → Register → TLD while the landing had Try it → Register → TLD → Theseus. Reordered every page to the landing's order, so the top nav is identical everywhere: Sirius.X | Try it | 🪪 Register | 🌐 TLD | 🧭 Theseus | 🔑 Sign in (Admin adds its own 🛠 Admin between Theseus and Sign in since Admin is the current page.) Theseus subpage now carries Theseus.X's own branding: the compass favicon (N-half red, S-half acid) copied from silentmode.st/bns/ theseus.x/assets/ lives under site-sirius-x/theseus/assets/, and the subpage references it for , , and og:image. og:site_name flipped from 'Sirius.X' to 'Theseus Navigator'. Hero mark swapped from the generic 🧭 emoji to the actual compass SVG at 72px with a soft acid glow, so the page reads as Theseus at a glance instead of borrowing Sirius's star. Sign-in end-to-end verified on the live site: - Landing dropdown → New wallet → portal auto-generates 12-word phrase - Ack + Continue → me section revealed, siriusProfile written with {address, tokenAddress, source: 'seed', signedInAt} - Nav pill updates to 'qzc2vx…yn93 seed ▾' without reload - Sign out → profile cleared, portal reset, pill back to 'Wallet ▾' - Wallet address derives deterministically from the fresh mnemonic (BuiltInWallet.create → deriveSeedFromBip39Mnemonic → HD path) --- admin/index.html | 2 +- brand/index.html | 2 +- docs/index.html | 2 +- portal.html | 2 +- register.html | 2 +- theseus/assets/favicon.svg | 15 +++++++++++++++ theseus/assets/logo.svg | 16 ++++++++++++++++ theseus/index.html | 17 +++++++++++------ tld.html | 2 +- 9 files changed, 48 insertions(+), 12 deletions(-) create mode 100644 theseus/assets/favicon.svg create mode 100644 theseus/assets/logo.svg diff --git a/admin/index.html b/admin/index.html index 672b638..920f760 100644 --- a/admin/index.html +++ b/admin/index.html @@ -82,9 +82,9 @@ diff --git a/brand/index.html b/brand/index.html index d828e89..a50022e 100644 --- a/brand/index.html +++ b/brand/index.html @@ -78,9 +78,9 @@ diff --git a/docs/index.html b/docs/index.html index edb72b2..432c06d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,9 +82,9 @@ diff --git a/portal.html b/portal.html index e6031cc..6bd691e 100644 --- a/portal.html +++ b/portal.html @@ -114,9 +114,9 @@ diff --git a/register.html b/register.html index cdac4e3..a4616c0 100644 --- a/register.html +++ b/register.html @@ -160,9 +160,9 @@ diff --git a/theseus/assets/favicon.svg b/theseus/assets/favicon.svg new file mode 100644 index 0000000..9d76aa7 --- /dev/null +++ b/theseus/assets/favicon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/theseus/assets/logo.svg b/theseus/assets/logo.svg new file mode 100644 index 0000000..8e034b4 --- /dev/null +++ b/theseus/assets/logo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + theseus.x + + diff --git a/theseus/index.html b/theseus/index.html index b4036a5..66b3da9 100644 --- a/theseus/index.html +++ b/theseus/index.html @@ -5,14 +5,19 @@ Theseus Navigator — the browser that speaks Bitcoin Cash names — Sirius.X - - + + + - + - + +