|
|
|
@ -22,19 +22,23 @@
|
|
|
|
variant={$page.url.pathname ===
|
|
|
|
variant={$page.url.pathname ===
|
|
|
|
`/projects/${data.project.uuid}`
|
|
|
|
`/projects/${data.project.uuid}`
|
|
|
|
? 'secondary'
|
|
|
|
? 'secondary'
|
|
|
|
: 'ghost'}>Shorteners</Button>
|
|
|
|
: 'ghost'}>
|
|
|
|
<Button
|
|
|
|
Shorteners
|
|
|
|
href={`/projects/${data.project.uuid}/members`}
|
|
|
|
</Button>
|
|
|
|
variant={$page.url.pathname ===
|
|
|
|
<!-- <Button -->
|
|
|
|
`/projects/${data.project.uuid}/members`
|
|
|
|
<!-- href={`/projects/${data.project.uuid}/members`} -->
|
|
|
|
? 'secondary'
|
|
|
|
<!-- variant={$page.url.pathname === -->
|
|
|
|
: 'ghost'}>Members</Button>
|
|
|
|
<!-- `/projects/${data.project.uuid}/members` -->
|
|
|
|
|
|
|
|
<!-- ? 'secondary' -->
|
|
|
|
|
|
|
|
<!-- : 'ghost'}>Members</Button> -->
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
href={`/projects/${data.project.uuid}/settings`}
|
|
|
|
href={`/projects/${data.project.uuid}/settings`}
|
|
|
|
variant={$page.url.pathname ===
|
|
|
|
variant={$page.url.pathname ===
|
|
|
|
`/projects/${data.project.uuid}/settings`
|
|
|
|
`/projects/${data.project.uuid}/settings`
|
|
|
|
? 'secondary'
|
|
|
|
? 'secondary'
|
|
|
|
: 'ghost'}>Settings</Button>
|
|
|
|
: 'ghost'}>
|
|
|
|
|
|
|
|
Settings
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ScrollArea>
|
|
|
|
</ScrollArea>
|
|
|
|
{/key}
|
|
|
|
{/key}
|
|
|
|
|