From 3029155974f2b8bffec512be8dc650aff67cb788 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 9 May 2026 01:36:44 +0200 Subject: [PATCH] feat(login): language picker in settings popover + fluid card sizing - Add language select alongside the theme switch (mirrors SubPage) - Bind headline to pages.login.hello / pages.login.title so the "Hello / Welcome" cycle re-translates with the active locale - Replace AD-Vue 5-breakpoint grid with clamp() sizing so the card scales smoothly instead of jumping ~33% at each breakpoint - Pin horizontal padding so input width stays stable on large viewports Co-Authored-By: Claude Opus 4.7 --- frontend/src/pages/login/LoginPage.vue | 81 ++++++++++---------------- 1 file changed, 32 insertions(+), 49 deletions(-) diff --git a/frontend/src/pages/login/LoginPage.vue b/frontend/src/pages/login/LoginPage.vue index aec062c5..d24965b5 100644 --- a/frontend/src/pages/login/LoginPage.vue +++ b/frontend/src/pages/login/LoginPage.vue @@ -1,9 +1,9 @@