From d432f795fc190e686254cc690871f7e8f84b6a71 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Wed, 16 Aug 2023 14:27:37 -0700 Subject: [PATCH] refactor(upc): dropdown button opacity transition --- web/components/UserProfile.ce.vue | 2 +- web/components/UserProfile/DropdownTrigger.vue | 15 ++++++++++++--- .../UserProfile/DropdownTriggerMenuIcon.vue | 14 -------------- 3 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 web/components/UserProfile/DropdownTriggerMenuIcon.vue diff --git a/web/components/UserProfile.ce.vue b/web/components/UserProfile.ce.vue index de09aaa4f..2842bbad7 100644 --- a/web/components/UserProfile.ce.vue +++ b/web/components/UserProfile.ce.vue @@ -92,7 +92,7 @@ onBeforeMount(() => { - import { storeToRefs } from 'pinia'; -import { InformationCircleIcon, ExclamationTriangleIcon, ShieldExclamationIcon } from '@heroicons/vue/24/solid'; +import { + Bars3Icon, + Bars3BottomRightIcon, + ExclamationTriangleIcon, + InformationCircleIcon, + ShieldExclamationIcon, +} from '@heroicons/vue/24/solid'; import { useDropdownStore } from '~/store/dropdown'; import { useErrorsStore } from '~/store/errors'; @@ -29,7 +35,7 @@ const title = computed((): string => { diff --git a/web/components/UserProfile/DropdownTriggerMenuIcon.vue b/web/components/UserProfile/DropdownTriggerMenuIcon.vue deleted file mode 100644 index 0092ddfd4..000000000 --- a/web/components/UserProfile/DropdownTriggerMenuIcon.vue +++ /dev/null @@ -1,14 +0,0 @@ - -