feat: implement data management panel and blog data utilities

This commit is contained in:
Poyraz Avsever
2026-04-10 09:23:43 +03:00
parent dd67952212
commit af6d4c9f4d
14 changed files with 10 additions and 655 deletions
+3 -3
View File
@@ -61,10 +61,10 @@ const blogItems: CommandPaletteItem[] = [
},
{
id: "blog-content-page",
label: "Podcast ve İçerikler",
label: "Video ve Notlar",
href: "/content",
icon: "mdi:microphone-outline",
keywords: ["podcast", "yazılım", "masa başı", "içerik", "content"],
icon: "mdi:video-outline",
keywords: ["video", "youtube", "not", "pdf", "içerik", "content"],
},
];