From bc15fd11888d8416c552ee890426dbdc87dd50ce Mon Sep 17 00:00:00 2001 From: 107 <107@DESKTOP-UP8U7M2> Date: Fri, 23 May 2025 10:11:21 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9?= =?UTF-8?q?=D1=81=D0=B0=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EditProfileForm.vue | 1728 ++++++++++++++++++++-------- src/views/ProfileView.vue | 1168 ++++++++++++++++--- 2 files changed, 2269 insertions(+), 627 deletions(-) diff --git a/src/components/EditProfileForm.vue b/src/components/EditProfileForm.vue index b94ce11..f878c78 100644 --- a/src/components/EditProfileForm.vue +++ b/src/components/EditProfileForm.vue @@ -1,533 +1,1277 @@ + + - - \ No newline at end of file + + .submit-btn { + padding: 0.875rem 1.5rem; + } +} + +/* Accessibility */ +@media (prefers-reduced-motion: reduce) { + * { + animation-duration: 0.01ms !important; + animation-iteration-count: 1 !important; + transition-duration: 0.01ms !important; + } +} + +/* Focus styles for keyboard navigation */ +.submit-btn:focus, +.form-input:focus, +.city-clear-btn:focus, +.file-upload-label:focus-within { + outline: 2px solid #667eea; + outline-offset: 2px; +} + +/* High contrast mode support */ +@media (prefers-contrast: high) { + .section-card { + border: 2px solid #000; + } + + .form-input { + border: 2px solid #000; + } + + .submit-btn { + border: 2px solid #000; + } +} + \ No newline at end of file diff --git a/src/views/ProfileView.vue b/src/views/ProfileView.vue index 9a5d9bc..a5d630a 100644 --- a/src/views/ProfileView.vue +++ b/src/views/ProfileView.vue @@ -1,89 +1,255 @@ \ No newline at end of file