Greyscale emojis, better home

This commit is contained in:
Niek van der Maas
2023-03-03 14:19:57 +01:00
parent 06a383227a
commit 23fbc24c6e
4 changed files with 31 additions and 24 deletions

View File

@@ -52,15 +52,16 @@
{/if}
</div>
</article>
<article class="message is-info">
<div class="message-body">
<!-- svelte-ignore a11y-missing-attribute a11y-click-events-have-key-events -->
Select an existing chat on the sidebar, or
<a
class={!apiKey ? "is-disabled" : ""}
on:click={() => {
activeChatId = addChat();
}}>create a new chat</a
>
</div>
</article>
{#if apiKey}
<article class="message is-info">
<div class="message-body">
<!-- svelte-ignore a11y-missing-attribute a11y-click-events-have-key-events -->
Select an existing chat on the sidebar, or
<a
on:click={() => {
activeChatId = addChat();
}}>create a new chat</a
>
</div>
</article>
{/if}