element-web: Auth-Logo auf die ThreadNet-Marke (ThreadNet-Web#7)
Auf der Anmeldemaske stand weiterhin Elements gruenes Logo - meine Icon-Arbeit deckte nur vector-icons/ ab, also Favicon, PWA und App-Icon. Das Logo IM Client kommt aus einer anderen Quelle: AuthHeaderLogo.tsx und HomePage.tsx lesen branding.auth_header_logo_url aus der Config und fallen sonst auf themes/element/img/logos/element-logo.svg zurueck. Das ist reine Konfiguration - kein Rebuild noetig, die ConfigMap reicht. Als Ziel bewusst vector-icons/512.png statt einer neuen Datei: Die liegt bereits ausgeliefert (verifiziert, HTTP 200) und stammt aus derselben Quelle wie alle anderen Icons. Eine zweite Logo-Datei koennte davon abdriften - genau die Falle, die in shared/branding.md steht. Randbedingung, die die Wahl einschraenkt: webpack kopiert aus res/ nur themes/** und vector-icons/** nach webapp. Ein Logo unter res/img/ waere gar nicht per URL abrufbar. Chirurgisch eingefuegt, YAML und eingebettetes JSON validiert, 17 Themes unveraendert. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PKhFj1S3UdD6xL2fbWPeYj
This commit is contained in:
co-authored by
Claude Fable 5
parent
b51a07b068
commit
0213b0fe58
@@ -15,6 +15,9 @@ data:
|
||||
config.json: |
|
||||
{
|
||||
"brand": "aXion1337.Chat",
|
||||
"branding": {
|
||||
"auth_header_logo_url": "vector-icons/512.png"
|
||||
},
|
||||
"default_theme": "aXion1337 Dark",
|
||||
"show_labs_settings": true,
|
||||
"features": {
|
||||
|
||||
Reference in New Issue
Block a user