diff --git a/src/lib/components/tab.svelte b/src/lib/components/tab.svelte index 36d17f7e98..b8167c40b4 100644 --- a/src/lib/components/tab.svelte +++ b/src/lib/components/tab.svelte @@ -8,6 +8,7 @@ export let selected = false; export let href: string = null; export let event: string = null; + export let noscroll = false; async function handleClick(e: Event) { if (event) { @@ -84,6 +85,7 @@ Console - Appwrite -{#if $project} - - {#if $onboarding} - - {:else} - {#if $usage} - {@const storage = humanFileSize($usage.filesStorageTotal ?? 0)} -
-
-
- changePeriod(e.detail)} /> -
-
- changePeriod(e.detail)} /> -
-
-
-
-
-
+ + {#if $onboarding} + + {:else} + {#if $usage} + {@const storage = humanFileSize($usage.filesStorageTotal ?? 0)} +
+
- {/if} -
- Integrations -
- - -
    - Platforms - API keys -
-
- -
- +
+
+
+
+
{/if} - -{/if} + +
+ Integrations +
+ + +
    + Platforms + API keys +
+
+ +
+ +
+
+ {/if} +