mirror of
https://github.com/open-webui/open-webui
synced 2025-04-07 22:25:05 +00:00
refac: wip tooltip
This commit is contained in:
parent
fc3a31e3d5
commit
f43d255e8f
@ -5,6 +5,7 @@
|
|||||||
import { blobToFile, calculateSHA256, extractSentences, findWordIndices } from '$lib/utils';
|
import { blobToFile, calculateSHA256, extractSentences, findWordIndices } from '$lib/utils';
|
||||||
import { synthesizeOpenAISpeech, transcribeAudio } from '$lib/apis/audio';
|
import { synthesizeOpenAISpeech, transcribeAudio } from '$lib/apis/audio';
|
||||||
import { toast } from 'svelte-sonner';
|
import { toast } from 'svelte-sonner';
|
||||||
|
import Tooltip from '$lib/components/common/Tooltip.svelte';
|
||||||
|
|
||||||
const i18n = getContext('i18n');
|
const i18n = getContext('i18n');
|
||||||
|
|
||||||
@ -373,6 +374,7 @@
|
|||||||
|
|
||||||
<div class="flex justify-between items-center pb-2 w-full">
|
<div class="flex justify-between items-center pb-2 w-full">
|
||||||
<div>
|
<div>
|
||||||
|
<Tooltip content="WIP 🚧">
|
||||||
<button class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900">
|
<button class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@ -394,6 +396,7 @@
|
|||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user