add improved play button group on list headers

This commit is contained in:
jeffvli
2025-12-13 00:52:23 -08:00
parent eb100351a6
commit ab1176d4f6
6 changed files with 335 additions and 40 deletions
+3
View File
@@ -0,0 +1,3 @@
import { useClickOutside as useMantineClickOutside } from '@mantine/hooks';
export const useClickOutside = useMantineClickOutside;