Added username filter, word replacement filter and voice selection

This commit is contained in:
Tom
2024-01-04 07:14:11 +00:00
parent 40cfb93f6a
commit ca9d84a25a
11 changed files with 584 additions and 96 deletions

View File

@ -21,6 +21,7 @@ const buttonVariants = cva(
},
size: {
default: "h-10 px-4 py-2",
xs: "h-7 rounded-md px-2",
sm: "h-9 rounded-md px-3",
lg: "h-11 rounded-md px-8",
icon: "h-10 w-10",