feat: editable prompt suggestions integration

This commit is contained in:
Timothy J. Baek 2024-01-22 21:53:13 -08:00
parent 4e1b52e91b
commit c4a039326f
6 changed files with 172 additions and 52 deletions

View file

@ -13,7 +13,7 @@
}}
>
<div class="flex flex-col text-left self-center">
{#if prompt.title}
{#if prompt.title && prompt.title[0] !== ''}
<div class="text-sm font-medium dark:text-gray-300">{prompt.title[0]}</div>
<div class="text-sm text-gray-500">{prompt.title[1]}</div>
{:else}