feat: single SOT for themes + basic custom support

This commit is contained in:
Gabe Farrell 2025-06-17 02:44:41 -04:00
parent 486f5d0269
commit 5459cef971
10 changed files with 645 additions and 695 deletions

View file

@ -16,7 +16,6 @@ interface Props {
export default function LastPlays(props: Props) {
const { user } = useAppContext()
console.log(user)
const { isPending, isError, data, error } = useQuery({
queryKey: ['last-listens', {
limit: props.limit,