From e9ed10604c4b2bb2dcead22317b00017a81a27c7 Mon Sep 17 00:00:00 2001 From: xadyz1 Date: Sun, 26 Jul 2026 20:56:24 +0100 Subject: [PATCH] style: updated UI based on feedback (white header logo, white text, hidden create account, dark footer, hidden trial in CTA) --- frontend/js/views/login.js | 2 +- frontend/landing.html | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/js/views/login.js b/frontend/js/views/login.js index 1904063..905aa98 100644 --- a/frontend/js/views/login.js +++ b/frontend/js/views/login.js @@ -44,7 +44,7 @@ export async function render(container) { const [config, branding] = await Promise.all([loadAuthConfig(), loadLoginBranding()]); const isSetup = config.needsSetup; // registration_enabled may be absent on older servers — treat as enabled for back-compat - const canRegister = config.registration_enabled !== false; + const canRegister = false; applyLoginBrandingDoc(branding); const brandName = branding.brand_name || 'SwiftDisplay'; diff --git a/frontend/landing.html b/frontend/landing.html index 2af7d23..945b622 100644 --- a/frontend/landing.html +++ b/frontend/landing.html @@ -751,6 +751,7 @@ color: var(--accent); margin-bottom: 8px; } + .nav-links a { color: #ffffff !important; } @@ -759,7 +760,7 @@