Add "ChangeEpisodeButton" and hook as player control

This commit is contained in:
2025-08-18 00:25:20 +05:00
parent ece7c650f6
commit 52db5633c8
5 changed files with 91 additions and 14 deletions

View File

@ -18,6 +18,7 @@ export const buttonVariants = cva(
ghost:
'hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50',
link: 'text-primary underline-offset-4 hover:underline',
borderless: 'border-0 cursor-pointer size-20'
},
size: {
default: 'h-9 px-4 py-2 has-[>svg]:px-3',