From d037642f55dd25780e8b61721cbbbdb974d5a11e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Sun, 13 Aug 2023 16:06:28 +0200 Subject: [PATCH 1/4] Fix jitter when toggling "adapt to system theme" This patch makes the border around the "dark" and "light" radio button to always be present. Previously it was not present when the button were disabled because using the system theme, which caused it to make the elements larger and made them move when toggling "adapt to system theme" To keep the same meaning as previously, the border is only colored when the button is activated Fix #1339 --- js/src/views/Settings/PreferencesView.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/src/views/Settings/PreferencesView.vue b/js/src/views/Settings/PreferencesView.vue index 259220714..919131972 100644 --- a/js/src/views/Settings/PreferencesView.vue +++ b/js/src/views/Settings/PreferencesView.vue @@ -23,8 +23,8 @@
{{ t("Theme") }} {{ t("Light") }} Date: Sun, 13 Aug 2023 17:05:36 +0100 Subject: [PATCH 2/4] ui: redesign image upload section --- js/src/components/PictureUpload.vue | 95 +++++++++++-------- .../views/Account/children/EditIdentity.vue | 15 +-- js/src/views/Event/EditView.vue | 13 ++- 3 files changed, 69 insertions(+), 54 deletions(-) diff --git a/js/src/components/PictureUpload.vue b/js/src/components/PictureUpload.vue index c0a4c94e3..3e5f714fb 100644 --- a/js/src/components/PictureUpload.vue +++ b/js/src/components/PictureUpload.vue @@ -1,54 +1,65 @@ @@ -56,9 +67,9 @@ @use "@/styles/_mixins" as *; figure.image { // @include margin-right(30px); - max-height: 200px; - max-width: 200px; - overflow: hidden; + //max-height: 200px; + //max-width: 200px; + //overflow: hidden; } .image-placeholder { diff --git a/js/src/views/Account/children/EditIdentity.vue b/js/src/views/Account/children/EditIdentity.vue index 7d12d79d8..19762058a 100644 --- a/js/src/views/Account/children/EditIdentity.vue +++ b/js/src/views/Account/children/EditIdentity.vue @@ -8,13 +8,14 @@ }} {{ $t("I create an identity") }} - - + + +

{{ t("General information") }}

- + + + + Date: Sun, 13 Aug 2023 17:26:18 +0000 Subject: [PATCH 3/4] Add horizontal tag to form item in profile settings --- js/src/views/Account/children/EditIdentity.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/Account/children/EditIdentity.vue b/js/src/views/Account/children/EditIdentity.vue index 19762058a..c08f07d23 100644 --- a/js/src/views/Account/children/EditIdentity.vue +++ b/js/src/views/Account/children/EditIdentity.vue @@ -8,7 +8,7 @@ }} {{ $t("I create an identity") }} - + Date: Wed, 16 Aug 2023 11:21:25 +0200 Subject: [PATCH 4/4] refactor(front): remove unused CSS code Signed-off-by: Thomas Citharel --- js/src/components/PictureUpload.vue | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/js/src/components/PictureUpload.vue b/js/src/components/PictureUpload.vue index 3e5f714fb..da6494752 100644 --- a/js/src/components/PictureUpload.vue +++ b/js/src/components/PictureUpload.vue @@ -63,35 +63,6 @@ - -