refac: wip tooltip

This commit is contained in:
Timothy J. Baek 2024-06-07 00:28:34 -07:00
parent fc3a31e3d5
commit f43d255e8f

View File

@ -5,6 +5,7 @@
import { blobToFile, calculateSHA256, extractSentences, findWordIndices } from '$lib/utils';
import { synthesizeOpenAISpeech, transcribeAudio } from '$lib/apis/audio';
import { toast } from 'svelte-sonner';
import Tooltip from '$lib/components/common/Tooltip.svelte';
const i18n = getContext('i18n');
@ -373,6 +374,7 @@
<div class="flex justify-between items-center pb-2 w-full">
<div>
<Tooltip content="WIP 🚧">
<button class=" p-3 rounded-full bg-gray-50 dark:bg-gray-900">
<svg
xmlns="http://www.w3.org/2000/svg"
@ -394,6 +396,7 @@
/>
</svg>
</button>
</Tooltip>
</div>
<div>