mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
fix docs wfull
This commit is contained in:
1
TODO
1
TODO
@@ -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
|
||||||
|
|||||||
@@ -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 || '#'),
|
||||||
|
|||||||
Reference in New Issue
Block a user