security/feat: no need for api on lastplayed, greatly improve logging+interface+ status of music widget

This commit is contained in:
Aidan 2025-03-28 15:00:11 -04:00
parent 2710b278a3
commit 01ca6545fd
7 changed files with 268 additions and 43 deletions

21
components.json Normal file
View file

@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}