fix(front): tooltip todo

This commit is contained in:
ArneBo 2025-04-14 14:29:24 +02:00
parent f407527b6c
commit a35dbf9074
1 changed files with 6 additions and 1 deletions

View File

@ -287,10 +287,15 @@ const getQuery = (field: string, value: string) => `${field}:"${value}"`
stack stack
style="flex: 1; gap: 0;" style="flex: 1; gap: 0;"
> >
<!-- TODO: Fix tooltips and replace Heading with Header -->
<Heading <Heading
:h3="t('views.admin.ChannelDetail.header.activity')" :h3="t('views.admin.ChannelDetail.header.activity')"
class="category" class="category"
/> >
<template #action>
<span :data-tooltip="labels.statsWarning"><i class="question circle icon" /></span>
</template>
</Heading>
<Layout <Layout
flex flex
class="details" class="details"