feat(ui): add optional transition animations to dialog

This commit is contained in:
David Hill
2026-01-26 16:39:01 +00:00
parent 0a572afd46
commit 92229b44f8
4 changed files with 30 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ export const DialogSettings: Component = () => {
const platform = usePlatform()
return (
<Dialog size="x-large">
<Dialog size="x-large" transition>
<Tabs orientation="vertical" variant="settings" defaultValue="general" class="h-full settings-dialog">
<Tabs.List>
<div class="flex flex-col justify-between h-full w-full">