mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 02:47:06 +00:00
Move nav item
This commit is contained in:
@@ -135,6 +135,12 @@
|
|||||||
<ul
|
<ul
|
||||||
transition:fly
|
transition:fly
|
||||||
class="menu absolute z-popover mt-2 w-full gap-1 rounded-box bg-base-100 p-2 shadow-xl">
|
class="menu absolute z-popover mt-2 w-full gap-1 rounded-box bg-base-100 p-2 shadow-xl">
|
||||||
|
<li>
|
||||||
|
<Button onclick={createInvite}>
|
||||||
|
<Icon icon={LinkRound} />
|
||||||
|
Create Invite
|
||||||
|
</Button>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<Button onclick={showDetail}>
|
<Button onclick={showDetail}>
|
||||||
<Icon icon={RemoteControllerMinimalistic} />
|
<Icon icon={RemoteControllerMinimalistic} />
|
||||||
@@ -147,12 +153,6 @@
|
|||||||
View Members ({members.length})
|
View Members ({members.length})
|
||||||
</Button>
|
</Button>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<Button onclick={createInvite}>
|
|
||||||
<Icon icon={LinkRound} />
|
|
||||||
Create Invite
|
|
||||||
</Button>
|
|
||||||
</li>
|
|
||||||
{#if owner}
|
{#if owner}
|
||||||
<li>
|
<li>
|
||||||
<Link href={makeChatPath([owner])}>
|
<Link href={makeChatPath([owner])}>
|
||||||
|
|||||||
Reference in New Issue
Block a user