fix: sidebar drag-and-drop persistence + CSP warning #10

Merged
jimmy merged 3 commits from dev into main 2026-03-01 17:52:10 +08:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit fce71cfea0 - Show all commits
-3
View File
@@ -6,9 +6,6 @@
<meta name="description" content="Personal NAS Dashboard — manage Docker, Git repos, files, and media from one place"> <meta name="description" content="Personal NAS Dashboard — manage Docker, Git repos, files, and media from one place">
<title>NAS Dashboard</title> <title>NAS Dashboard</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg"> <link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
+1 -1
View File
@@ -3,7 +3,7 @@
@custom-variant dark (&:where(.dark, .dark *)); @custom-variant dark (&:where(.dark, .dark *));
@theme { @theme {
--font-sans: "Inter", system-ui, -apple-system, sans-serif; --font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
--color-primary-50: #eef2ff; --color-primary-50: #eef2ff;
--color-primary-100: #e0e7ff; --color-primary-100: #e0e7ff;