This commit is contained in:
Timothy Jaeryang Baek
2025-02-15 19:50:40 -08:00
parent 052531ac13
commit fd8998a38f
37 changed files with 281 additions and 273 deletions

View File

@@ -535,7 +535,7 @@
</div>
</div>
<hr class=" border-gray-50 dark:border-gray-850 my-1.5" />
<hr class=" border-gray-100 dark:border-gray-850 my-1.5" />
<div class="my-2">
<div class="flex w-full justify-between">
@@ -589,7 +589,7 @@
</div>
</div>
<hr class=" border-gray-50 dark:border-gray-850 my-1" />
<hr class=" border-gray-100 dark:border-gray-850 my-1" />
<div class="my-2">
<div class="flex w-full justify-between items-center">
@@ -653,7 +653,7 @@
{#each info.meta.suggestion_prompts as prompt, promptIdx}
<div class=" flex rounded-lg">
<input
class=" text-sm w-full bg-transparent outline-hidden border-r border-gray-50 dark:border-gray-850"
class=" text-sm w-full bg-transparent outline-hidden border-r border-gray-100 dark:border-gray-850"
placeholder={$i18n.t('Write a prompt suggestion (e.g. Who are you?)')}
bind:value={prompt.content}
/>
@@ -686,7 +686,7 @@
{/if}
</div>
<hr class=" border-gray-50 dark:border-gray-850 my-1.5" />
<hr class=" border-gray-100 dark:border-gray-850 my-1.5" />
<div class="my-2">
<Knowledge bind:selectedKnowledge={knowledge} collections={$knowledgeCollections} />