PlexPlaylist_UI subtree merge

feat: Implement schedule settings and basic UI
feat: Display next sync schedule information

Merge commit '06e49be1f9c587f66cca97de97cf449b33b04a4b'
This commit is contained in:
2025-11-29 08:23:31 +09:00
5 changed files with 534 additions and 98 deletions
+7 -6
View File
@@ -41,13 +41,13 @@
background: #6b7280;
}
/* Force native date/time pickers to use dark mode scheme */
input[type="time"] {
color-scheme: dark;
}
/*
Symmetrical Diagonal Scroll Animations
Pattern width: 40px (20px color + 20px transparent).
Diagonal length: 40 * sqrt(2) ≈ 56.57px.
Left Side: Anchored to Right (Center). Moves Left (increases right offset).
Right Side: Anchored to Left (Center). Moves Right (increases left offset).
*/
@keyframes scroll-out-left {
0% { background-position: right 0 top 0; }
@@ -64,7 +64,8 @@
"lucide-react": "https://aistudiocdn.com/lucide-react@^0.555.0",
"react/": "https://aistudiocdn.com/react@^19.2.0/",
"react": "https://aistudiocdn.com/react@^19.2.0",
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/"
"react-dom/": "https://aistudiocdn.com/react-dom@^19.2.0/",
"react-dom": "https://aistudiocdn.com/react-dom@^19.2.0"
}
}
</script>