Add menu button to filesystem
This commit is contained in:
@@ -350,6 +350,13 @@ onMount(() => {
|
||||
on:loading
|
||||
/>
|
||||
{/if}
|
||||
|
||||
{#if state.base.path === "/me"}
|
||||
<div class="highlight_shaded" style="background-color: rgba(255, 255, 0, 0.05); border-radius: 0;">
|
||||
The filesystem is experimental!
|
||||
<a href="/filesystem">Please read the guide</a>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<slot></slot>
|
||||
|
Reference in New Issue
Block a user