mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
improvements
This commit is contained in:
+1
-1
@@ -147,7 +147,7 @@
|
||||
Need a hand? Check out our <Link
|
||||
variant="muted"
|
||||
href="https://appwrite.io/docs/products/messaging/topics"
|
||||
>documentation</Link
|
||||
external>documentation</Link
|
||||
>.
|
||||
</svelte:fragment>
|
||||
</PinkEmpty>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
import { View } from '$lib/helpers/load';
|
||||
import { IconPlus } from '@appwrite.io/pink-icons-svelte';
|
||||
|
||||
export let data;
|
||||
let { data }: { data: any } = $props();
|
||||
</script>
|
||||
|
||||
<Container>
|
||||
@@ -62,7 +62,7 @@
|
||||
<Empty
|
||||
title="Create your first provider"
|
||||
description="Need a hand? Learn more in our documentation.">
|
||||
<slot name="actions" slot="actions">
|
||||
<svelte:fragment slot="actions">
|
||||
<Button
|
||||
external
|
||||
href="https://appwrite.io/docs/products/messaging/providers"
|
||||
@@ -76,7 +76,7 @@
|
||||
</Button>
|
||||
</CreateProviderDropdown>
|
||||
{/if}
|
||||
</slot>
|
||||
</svelte:fragment>
|
||||
</Empty>
|
||||
</Card.Base>
|
||||
{/if}
|
||||
|
||||
+1
-1
@@ -12,7 +12,7 @@
|
||||
{/each}
|
||||
|
||||
{#if image}
|
||||
<Layout.Stack class="image-wrapper">
|
||||
<Layout.Stack>
|
||||
<ImagePreview darkSrc={image.src.dark} lightSrc={image.src.light} alt={image.alt} />
|
||||
</Layout.Stack>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user