From fefc28705a27747f00742ca264bdd28d66871ac3 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:33:45 -0400 Subject: [PATCH] Made SVG icons for recent social network --- public/images/hutopymedia/icons/tiktok.svg | 13 ++++ public/images/hutopymedia/icons/x.svg | 13 ++++ .../Dialogs/PageInformations/Socials.vue | 71 ++++++++++++------- src/views/Profile/PageInformations.vue | 4 +- 4 files changed, 75 insertions(+), 26 deletions(-) create mode 100644 public/images/hutopymedia/icons/tiktok.svg create mode 100644 public/images/hutopymedia/icons/x.svg diff --git a/public/images/hutopymedia/icons/tiktok.svg b/public/images/hutopymedia/icons/tiktok.svg new file mode 100644 index 0000000..e83f460 --- /dev/null +++ b/public/images/hutopymedia/icons/tiktok.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/public/images/hutopymedia/icons/x.svg b/public/images/hutopymedia/icons/x.svg new file mode 100644 index 0000000..1a35538 --- /dev/null +++ b/public/images/hutopymedia/icons/x.svg @@ -0,0 +1,13 @@ + + + + + + diff --git a/src/views/Profile/Dialogs/PageInformations/Socials.vue b/src/views/Profile/Dialogs/PageInformations/Socials.vue index 37cc76d..3142614 100644 --- a/src/views/Profile/Dialogs/PageInformations/Socials.vue +++ b/src/views/Profile/Dialogs/PageInformations/Socials.vue @@ -43,7 +43,7 @@ const save = async () => { props.creator.socials.websiteUrl = websiteUrl props.creator.socials.xUrl = xUrl props.creator.socials.youtubeUrl = youtubeUrl - + emits('closeRequested') } catch (error) { console.error(error) @@ -58,63 +58,86 @@ const cancel = () => {