mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
Merge pull request #14276 from Classic298/memories
feat: Make Edit/Add Memory Modal larger, and the text input box size-adjustable
This commit is contained in:
commit
8261f0e17e
@ -70,8 +70,9 @@
|
|||||||
<div class="">
|
<div class="">
|
||||||
<textarea
|
<textarea
|
||||||
bind:value={content}
|
bind:value={content}
|
||||||
class=" bg-transparent w-full text-sm resize-none rounded-xl p-3 outline outline-1 outline-gray-100 dark:outline-gray-800"
|
class=" bg-transparent w-full text-sm rounded-xl p-3 outline outline-1 outline-gray-100 dark:outline-gray-800"
|
||||||
rows="3"
|
rows="6"
|
||||||
|
style="resize: vertical;"
|
||||||
placeholder={$i18n.t('Enter a detail about yourself for your LLMs to recall')}
|
placeholder={$i18n.t('Enter a detail about yourself for your LLMs to recall')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -80,8 +80,9 @@
|
|||||||
<div class="">
|
<div class="">
|
||||||
<textarea
|
<textarea
|
||||||
bind:value={content}
|
bind:value={content}
|
||||||
class=" bg-transparent w-full text-sm resize-none rounded-xl p-3 outline outline-1 outline-gray-100 dark:outline-gray-800"
|
class=" bg-transparent w-full text-sm rounded-xl p-3 outline outline-1 outline-gray-100 dark:outline-gray-800"
|
||||||
rows="3"
|
rows="6"
|
||||||
|
style="resize: vertical;"
|
||||||
placeholder={$i18n.t('Enter a detail about yourself for your LLMs to recall')}
|
placeholder={$i18n.t('Enter a detail about yourself for your LLMs to recall')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user