From 8acc0e6cc2b23385941afca8c91f0bdfec3299ea Mon Sep 17 00:00:00 2001 From: MechaCat02 Date: Sat, 4 Jul 2026 19:34:45 +0200 Subject: [PATCH] feat(frontend): use the Mangalord monogram as the browser tab icon The favicon link pointed at a non-existent favicon.ico. Ship the monogram SVGs from static/ and wire two theme-aware tags so the tab icon follows the browser color scheme: the dark-M "light" monogram on light chrome, the white-M "dark" monogram on dark. Bump 0.93.10 -> 0.94.0 (feat). Co-Authored-By: Claude Opus 4.8 --- backend/Cargo.lock | 2 +- backend/Cargo.toml | 2 +- frontend/package.json | 2 +- frontend/src/app.html | 11 ++++++++++- frontend/static/mangalord-monogram-dark.svg | 5 +++++ frontend/static/mangalord-monogram-light.svg | 5 +++++ 6 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 frontend/static/mangalord-monogram-dark.svg create mode 100644 frontend/static/mangalord-monogram-light.svg diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 227d1ce..ad40793 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1558,7 +1558,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" [[package]] name = "mangalord" -version = "0.93.10" +version = "0.94.0" dependencies = [ "anyhow", "argon2", diff --git a/backend/Cargo.toml b/backend/Cargo.toml index f54ab66..dc0f5e1 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mangalord" -version = "0.93.10" +version = "0.94.0" edition = "2021" default-run = "mangalord" diff --git a/frontend/package.json b/frontend/package.json index 36ab70d..b810075 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "mangalord-frontend", - "version": "0.93.10", + "version": "0.94.0", "private": true, "type": "module", "scripts": { diff --git a/frontend/src/app.html b/frontend/src/app.html index ac28d6d..2dd84ab 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -2,7 +2,16 @@ - + + + + + + \ No newline at end of file diff --git a/frontend/static/mangalord-monogram-light.svg b/frontend/static/mangalord-monogram-light.svg new file mode 100644 index 0000000..5db235a --- /dev/null +++ b/frontend/static/mangalord-monogram-light.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file