Features added: - Admin interface with full CRUD operations and multi-file upload - User interface with read-only access and download functionality - Board-style table layout with pagination (10 items per page) - Category-specific file icons and attachment management - Drag & drop file upload with preview and individual file removal - Individual and bulk download with ZIP compression support - Offline mode with localStorage fallback for both interfaces - Responsive design with modern UI components Technical improvements: - Separated admin (/admin/) and user (/) interfaces - Enhanced file data structure with consistent naming - Improved error handling and user notifications - Multi-file upload processing with base64 encoding - File type detection and appropriate icon mapping - Download functionality with single/multiple file handling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git push:*)",
|
|
"Bash(git remote remove:*)",
|
|
"Bash(git remote add:*)",
|
|
"Bash(git remote set-url:*)",
|
|
"WebFetch(domain:ngrok.com)",
|
|
"Bash(python:*)",
|
|
"WebFetch(domain:developers.cloudflare.com)",
|
|
"Bash(git add:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(cp:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |