mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
feat(ui): add optional transition animations to dialog
This commit is contained in:
parent
0a572afd46
commit
92229b44f8
4 changed files with 30 additions and 21 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue