mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 10:34:47 +00:00
feat(app): add transition to command palette
This commit is contained in:
@@ -143,7 +143,7 @@ export function DialogSelectFile() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog class="pt-3 pb-0 !max-h-[480px]">
|
<Dialog class="pt-3 pb-0 !max-h-[480px]" transition>
|
||||||
<List
|
<List
|
||||||
search={{
|
search={{
|
||||||
placeholder: language.t("palette.search.placeholder"),
|
placeholder: language.t("palette.search.placeholder"),
|
||||||
|
|||||||
Reference in New Issue
Block a user