fix docs wfull

This commit is contained in:
Emily
2024-10-08 18:22:14 +02:00
parent b73155a176
commit 204e1348b4
2 changed files with 1 additions and 2 deletions

1
TODO
View File

@@ -2,7 +2,6 @@
- Reactivity on project delete (update dropdown) + test guest - Reactivity on project delete (update dropdown) + test guest
- docs vertical navigation not wfull
- project creation - project creation
- Event funnel / metadata analyzer / user flow - Event funnel / metadata analyzer / user flow
- Refactor UI Data analyst - Refactor UI Data analyst

View File

@@ -244,7 +244,7 @@ const pricingDrawer = usePricingDrawer();
<div v-for="entry of section.entries" :class="{ 'grow flex items-end': entry.grow }"> <div v-for="entry of section.entries" :class="{ 'grow flex items-end': entry.grow }">
<div v-if="(!entry.adminOnly || (userRoles.isAdmin && !isAdminHidden))" <div v-if="(!entry.adminOnly || (userRoles.isAdmin && !isAdminHidden))"
class="bg-lyx-background cursor-pointer text-lyx-text-dark py-[.35rem] px-2 rounded-lg text-[.95rem] flex items-center" class="bg-lyx-background w-full cursor-pointer text-lyx-text-dark py-[.35rem] px-2 rounded-lg text-[.95rem] flex items-center"
:class="{ :class="{
'!text-lyx-text-darker pointer-events-none': entry.disabled, '!text-lyx-text-darker pointer-events-none': entry.disabled,
'bg-lyx-background-lighter !text-lyx-text/90': route.path == (entry.to || '#'), 'bg-lyx-background-lighter !text-lyx-text/90': route.path == (entry.to || '#'),