Update package-lock.json with new SWC binaries for various platforms; enhance Admin and Manage pages with folder path display and drag-and-drop functionality for posts, including move post API integration.

This commit is contained in:
2025-06-18 22:57:12 +02:00
parent c4af151d6c
commit e7f20fe0e6
5 changed files with 259 additions and 141 deletions

View File

@@ -572,6 +572,11 @@ export default function AdminPage() {
</div>
</div>
{/* Show current folder path above post creation form */}
<div className="mb-2 text-gray-500 text-sm">
Current folder: <span className="font-mono">{currentPath.join('/') || 'root'}</span>
</div>
{/* Create Folder Form */}
<div className="bg-white rounded-lg shadow p-6 mb-8">
<h2 className="text-2xl font-bold mb-4">Create New Folder</h2>