From 2055c11fd95af795422aa78bcbd031ad2c201797 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Sun, 22 Mar 2026 13:19:22 +0100 Subject: [PATCH] Add random chat button to NoLoginView: Introduce a new button for starting random chats, enhancing user engagement options. Update layout for improved accessibility and visual consistency. --- frontend/src/views/home/NoLoginView.vue | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/views/home/NoLoginView.vue b/frontend/src/views/home/NoLoginView.vue index 725a4cd..0f28fbd 100644 --- a/frontend/src/views/home/NoLoginView.vue +++ b/frontend/src/views/home/NoLoginView.vue @@ -59,6 +59,7 @@
+
{{ $t('home.nologin.login.stayLoggedIn') }}
- - -
-
-

{{ $t('home.nologin.randomchat') }}

-

Ohne lange Vorbereitung direkt in spontane Begegnungen und offene Gespraeche starten.

- -
-
-

Konto und Zugang

-

Neu hier oder Passwort vergessen? Von hier aus gelangst du direkt in Registrierung und Wiederherstellung.

- -
+ +
@@ -352,9 +344,17 @@ export default { .access-links { display: flex; flex-wrap: wrap; + margin-top: 0.1rem; gap: 0.9rem; } +.login-panel__footnote { + margin: 0; + color: var(--color-text-secondary); + font-size: 0.92rem; + line-height: 1.35; +} + .stay-logged-in-row { width: 100%; display: flex;