From 4f24f67fc11796fed056d3d2add749399f26ac1c Mon Sep 17 00:00:00 2001 From: Minkyu0424 Date: Wed, 19 Feb 2025 11:29:33 +0900 Subject: [PATCH 01/14] =?UTF-8?q?:recycle:=20[fix]=20:=20=EC=A0=95?= =?UTF-8?q?=EC=A0=81=ED=8C=8C=EC=9D=BC=20=EB=94=94=EB=A0=89=ED=86=A0?= =?UTF-8?q?=EB=A6=AC=20=EA=B5=AC=EC=A1=B0=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {src/assets => public}/deafultProfile.png | Bin .../common => assets/icons}/LoadingIcon.vue | 0 .../icons/NotificationIcon.vue | 0 .../common => assets/icons}/OrderIcon.vue | 0 src/components/common/ImageContainer.vue | 2 +- src/components/common/ModalView.vue | 2 +- src/components/lists/ListBarTab.vue | 2 +- src/components/top-bar/TopBar.vue | 2 +- 8 files changed, 4 insertions(+), 4 deletions(-) rename {src/assets => public}/deafultProfile.png (100%) rename src/{components/common => assets/icons}/LoadingIcon.vue (100%) rename src/{components => assets}/icons/NotificationIcon.vue (100%) rename src/{components/common => assets/icons}/OrderIcon.vue (100%) diff --git a/src/assets/deafultProfile.png b/public/deafultProfile.png similarity index 100% rename from src/assets/deafultProfile.png rename to public/deafultProfile.png diff --git a/src/components/common/LoadingIcon.vue b/src/assets/icons/LoadingIcon.vue similarity index 100% rename from src/components/common/LoadingIcon.vue rename to src/assets/icons/LoadingIcon.vue diff --git a/src/components/icons/NotificationIcon.vue b/src/assets/icons/NotificationIcon.vue similarity index 100% rename from src/components/icons/NotificationIcon.vue rename to src/assets/icons/NotificationIcon.vue diff --git a/src/components/common/OrderIcon.vue b/src/assets/icons/OrderIcon.vue similarity index 100% rename from src/components/common/OrderIcon.vue rename to src/assets/icons/OrderIcon.vue diff --git a/src/components/common/ImageContainer.vue b/src/components/common/ImageContainer.vue index 44d19f0b..8d450036 100644 --- a/src/components/common/ImageContainer.vue +++ b/src/components/common/ImageContainer.vue @@ -10,7 +10,7 @@ diff --git a/src/components/common/ModalView.vue b/src/components/common/ModalView.vue index 43fe9f21..16dccc6e 100644 --- a/src/components/common/ModalView.vue +++ b/src/components/common/ModalView.vue @@ -92,7 +92,7 @@ import { failIcon, successIcon, warningIcon } from '@/constants/iconPath' import { useIsOverlayOpenStore } from '@/stores/isOverlayOpen' import { onUnmounted, ref, watch } from 'vue' import CommonIcons from './CommonIcons.vue' -import LoadingIcon from './LoadingIcon.vue' +import LoadingIcon from '@/assets/icons/LoadingIcon.vue'; const { isOpen, type, modelValue, isEmpty } = defineProps<{ isOpen: boolean diff --git a/src/components/lists/ListBarTab.vue b/src/components/lists/ListBarTab.vue index e17a4f18..30ccfb74 100644 --- a/src/components/lists/ListBarTab.vue +++ b/src/components/lists/ListBarTab.vue @@ -18,9 +18,9 @@