diff --git a/app/app.vue b/app/app.vue index 310f99a..4554b28 100755 --- a/app/app.vue +++ b/app/app.vue @@ -123,6 +123,14 @@ const steps = [ side: "right", }, }, + { + element: ".favorites_toggle", + popover: { + title: t('tour.favorites_button'), + description: t('tour.favorites_toggle'), + side: "bottom" + } + } ] const tourConfig = { diff --git a/app/components/PublicationDetail.vue b/app/components/PublicationDetail.vue index 385668d..394793f 100644 --- a/app/components/PublicationDetail.vue +++ b/app/components/PublicationDetail.vue @@ -70,6 +70,8 @@ const props = defineProps<{ const emits = defineEmits(['close']) +const nuxtApp = useNuxtApp() + const { locale } = useI18n() const favorites = useFavoritesStore() @@ -828,6 +830,15 @@ const items = computed(() => {