From 72590e993d1f8374a863ee74a570032464450a73 Mon Sep 17 00:00:00 2001 From: LightCreator1007 Date: Fri, 31 Jul 2026 00:08:54 +0530 Subject: [PATCH 1/3] Remove Vuetify from the sign-in page Replace VCard with StudioRaisedBox, Banner with StudioBanner, and EmailField / PasswordField with StudioEmailField / StudioPasswordField. Drop VApp, VLayout and VDivider in favour of plain elements and scoped styles, and swap VForm for a native form driven by generateFormMixin. Field errors are surfaced on blur or after a failed submit, preserving the previous validate-on-blur behaviour. Vuetify spacing and colour helpers are replaced with scoped CSS and KDS theme tokens. --- .../frontend/accounts/pages/AccountsMain.vue | 390 +++++++++++------- 1 file changed, 238 insertions(+), 152 deletions(-) diff --git a/contentcuration/contentcuration/frontend/accounts/pages/AccountsMain.vue b/contentcuration/contentcuration/frontend/accounts/pages/AccountsMain.vue index 647913874f..cd4b85d5f7 100644 --- a/contentcuration/contentcuration/frontend/accounts/pages/AccountsMain.vue +++ b/contentcuration/contentcuration/frontend/accounts/pages/AccountsMain.vue @@ -1,17 +1,13 @@ @@ -123,30 +137,46 @@