From b1f2d4e22d398ecf77cdc0ab495cf7bc3ddd6df0 Mon Sep 17 00:00:00 2001 From: JonFreer Date: Sun, 13 Aug 2023 17:05:36 +0100 Subject: [PATCH 1/3] 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 2/3] 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 3/3] 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 @@ - -