Refactor JavaScript functionality for improved performance and maintainability. Optimized theme initialization, event delegation, and modal handling. Consolidated copy-to-clipboard functionality and added new features for user management in the admin panel. Updated confirmation prompts to use data attributes for better accessibility. Cleaned up unused scripts and improved code organization across various files.

This commit is contained in:
DariusIII
2025-10-31 16:01:01 +01:00
parent 4b847c04dd
commit 71abf520bf
46 changed files with 40318 additions and 199 deletions
+1 -1
View File
@@ -247,7 +247,7 @@
</a>
<a href="{{ url('admin/movie-edit?id=' . ($movie['imdbid'] ?? $movie->imdbid ?? '') . '&update=1') }}"
class="ml-auto px-6 py-2 bg-green-600 text-white rounded-lg hover:bg-green-700"
onclick="return confirm('This will fetch and update movie data from TMDB. Continue?')">
data-confirm="This will fetch and update movie data from TMDB. Continue?">
<i class="fa fa-refresh mr-2"></i>Update from TMDB
</a>
</div>