Update package dependencies, enhance README for clarity, and implement new features in the admin panel and script detail pages. Added support for collections, improved script submission previews, and refactored comment handling in the script detail view.

This commit is contained in:
2025-08-15 20:29:02 +01:00
parent 5fdfe3e790
commit ef211ebe0a
27 changed files with 3457 additions and 353 deletions

View File

@ -10,7 +10,7 @@ A modern, community-driven platform for discovering, sharing, and collaborating
- 👥 **User Profiles**: Manage your scripts and track contributions
- 🛡️ **Community Review**: All scripts are reviewed for quality and security
- 📊 **Analytics**: Track script views, downloads, and popularity
- 💬 **Comments & Ratings**: Community feedback and discussion
- **Rating System**: Community ratings and feedback
- 🎨 **Modern UI**: Beautiful, responsive design with dark/light themes
- 🔐 **Authentication**: Secure user accounts and profiles
@ -135,7 +135,7 @@ Once logged in as a superuser, you can access the admin panel which includes:
1. Users submit scripts through the `/submit` page
2. Scripts are reviewed by community moderators
3. Approved scripts appear in the public library
4. Users can rate, comment, and download approved scripts
4. Users can rate and download approved scripts
## Contributing