fix(front): admin detail pages

environments/review-docs-feat-z0hkbz/deployments/21055
ArneBo 2025-04-14 13:38:23 +02:00
rodzic fce8deac11
commit 3996747802
5 zmienionych plików z 8 dodań i 6 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ withDefaults(defineProps<Props>(), {
class="tooltip"
>
<slot>
<i class="question circle icon" />
<i class="bi bi-question-circle" />
</slot>
</component>
<slot v-else />

Wyświetl plik

@ -171,7 +171,6 @@ const getQuery = (field: string, value: string) => `${field}:"${value}"`
<Popover v-model="open">
<template #default="{ toggleOpen }">
<OptionsButton
:title="labels.more"
is-square-small
@click="toggleOpen()"
/>

Wyświetl plik

@ -183,7 +183,6 @@ const open = ref(false)
<Popover v-model="open">
<template #default="{ toggleOpen }">
<OptionsButton
:title="labels.more"
is-square-small
@click="toggleOpen()"
/>
@ -307,10 +306,16 @@ const open = ref(false)
stack
style="flex: 1; gap: 0;"
>
<!-- TODO: Fix tooltip and replace headings with headers. -->
<Heading
:h3="t('views.admin.library.ArtistDetail.header.activity')"
class="category"
/>
>
<template #action>
<tooltip :content="labels.statsWarning" />
</template>
</Heading>
<Layout
flex
class="details"

Wyświetl plik

@ -13,7 +13,6 @@ import Layout from '~/components/ui/Layout.vue'
import Spacer from '~/components/ui/Spacer.vue'
import HumanDate from '~/components/common/HumanDate.vue'
import Link from '~/components/ui/Link.vue'
import Pill from '~/components/ui/Pill.vue'
import Heading from '~/components/ui/Heading.vue'
import OptionsButton from '~/components/ui/button/Options.vue'
import Popover from '~/components/ui/Popover.vue'

Wyświetl plik

@ -181,7 +181,6 @@ const getQuery = (field: string, value: string) => `${field}:"${value}"`
<Popover v-model="open">
<template #default="{ toggleOpen }">
<OptionsButton
:title="labels.more"
is-square-small
@click="toggleOpen()"
/>