mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
CS fixes
This commit is contained in:
@@ -17,18 +17,28 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="users-menu-icon"></i>
|
||||
</button>
|
||||
<div id="users-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/user-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">User List</a>
|
||||
<a href="{{ url('/admin/role-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Roles</a>
|
||||
<a href="{{ url('/admin/user-role-history') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Role History</a>
|
||||
<a href="{{ url('/admin/promotions') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Promotions</a>
|
||||
<a href="{{ url('/admin/deleted-users') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Deleted Users</a>
|
||||
<a href="{{ url('/admin/user-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-user-friends mr-2 text-blue-400"></i>User List
|
||||
</a>
|
||||
<a href="{{ url('/admin/role-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-user-tag mr-2 text-purple-400"></i>Roles
|
||||
</a>
|
||||
<a href="{{ url('/admin/user-role-history') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-history mr-2 text-yellow-400"></i>Role History
|
||||
</a>
|
||||
<a href="{{ url('/admin/promotions') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-arrow-up mr-2 text-green-400"></i>Promotions
|
||||
</a>
|
||||
<a href="{{ url('/admin/deleted-users') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-user-slash mr-2 text-gray-400"></i>Deleted Users
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Invitations -->
|
||||
<div class="mb-4">
|
||||
<a href="{{ url('/admin/invitations') }}" class="flex items-center space-x-3 text-gray-300 dark:text-gray-400 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 py-2 px-3 rounded transition">
|
||||
<i class="fas fa-envelope"></i>
|
||||
<i class="fas fa-envelope-open-text"></i>
|
||||
<span>Invitations</span>
|
||||
</a>
|
||||
</div>
|
||||
@@ -43,8 +53,12 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="content-menu-icon"></i>
|
||||
</button>
|
||||
<div id="content-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/content-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Content List</a>
|
||||
<a href="{{ url('/admin/content-add') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Add Content</a>
|
||||
<a href="{{ url('/admin/content-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-list mr-2 text-blue-400"></i>Content List
|
||||
</a>
|
||||
<a href="{{ url('/admin/content-add') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-plus-circle mr-2 text-green-400"></i>Add Content
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -66,12 +80,18 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="releases-menu-icon"></i>
|
||||
</button>
|
||||
<div id="releases-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/release-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Release List</a>
|
||||
<a href="{{ url('/admin/release-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-list-ul mr-2 text-blue-400"></i>Release List
|
||||
</a>
|
||||
<a href="{{ url('/admin/release-reports') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-flag text-red-500 mr-1"></i> Release Reports
|
||||
</a>
|
||||
<a href="{{ url('/admin/failrel-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Failed Releases</a>
|
||||
<a href="{{ url('/admin/category-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Categories</a>
|
||||
<a href="{{ url('/admin/failrel-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-exclamation-triangle mr-2 text-red-400"></i>Failed Releases
|
||||
</a>
|
||||
<a href="{{ url('/admin/category-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-folder-tree mr-2 text-yellow-400"></i>Categories
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -85,8 +105,12 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="movies-menu-icon"></i>
|
||||
</button>
|
||||
<div id="movies-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/movie-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Movie List</a>
|
||||
<a href="{{ url('/admin/movie-add') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Add Movie</a>
|
||||
<a href="{{ url('/admin/movie-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-video mr-2 text-blue-400"></i>Movie List
|
||||
</a>
|
||||
<a href="{{ url('/admin/movie-add') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-plus-circle mr-2 text-green-400"></i>Add Movie
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -100,7 +124,9 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="shows-menu-icon"></i>
|
||||
</button>
|
||||
<div id="shows-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/show-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">TV Shows List</a>
|
||||
<a href="{{ url('/admin/show-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-list mr-2 text-blue-400"></i>TV Shows List
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -114,7 +140,9 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="anidb-menu-icon"></i>
|
||||
</button>
|
||||
<div id="anidb-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/anidb-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">AniDB List</a>
|
||||
<a href="{{ url('/admin/anidb-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-list mr-2 text-pink-400"></i>AniDB List
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -128,7 +156,9 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="games-menu-icon"></i>
|
||||
</button>
|
||||
<div id="games-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/game-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Game List</a>
|
||||
<a href="{{ url('/admin/game-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-dice mr-2 text-green-400"></i>Game List
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -136,13 +166,15 @@
|
||||
<div class="mb-4">
|
||||
<button type="button" class="flex items-center justify-between w-full text-left text-gray-300 dark:text-gray-400 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 py-2 px-3 rounded transition" data-toggle-submenu="console-menu">
|
||||
<div class="flex items-center space-x-3">
|
||||
<i class="fas fa-gamepad"></i>
|
||||
<i class="fas fa-desktop"></i>
|
||||
<span>Console</span>
|
||||
</div>
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="console-menu-icon"></i>
|
||||
</button>
|
||||
<div id="console-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/console-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Console List</a>
|
||||
<a href="{{ url('/admin/console-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-list mr-2 text-purple-400"></i>Console List
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -156,7 +188,9 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="music-menu-icon"></i>
|
||||
</button>
|
||||
<div id="music-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/music-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Music List</a>
|
||||
<a href="{{ url('/admin/music-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-compact-disc mr-2 text-cyan-400"></i>Music List
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -170,7 +204,9 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="books-menu-icon"></i>
|
||||
</button>
|
||||
<div id="books-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/book-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Book List</a>
|
||||
<a href="{{ url('/admin/book-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-book-open mr-2 text-amber-400"></i>Book List
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -192,7 +228,9 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="blacklist-menu-icon"></i>
|
||||
</button>
|
||||
<div id="blacklist-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/binaryblacklist-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Binary Blacklist</a>
|
||||
<a href="{{ url('/admin/binaryblacklist-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-file-circle-xmark mr-2 text-red-400"></i>Binary Blacklist
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -206,9 +244,15 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="regexes-menu-icon"></i>
|
||||
</button>
|
||||
<div id="regexes-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/category_regexes-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Category Regexes</a>
|
||||
<a href="{{ url('/admin/collection_regexes-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Collection Regexes</a>
|
||||
<a href="{{ url('/admin/release_naming_regexes-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Release Naming Regexes</a>
|
||||
<a href="{{ url('/admin/category_regexes-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-folder mr-2 text-yellow-400"></i>Category Regexes
|
||||
</a>
|
||||
<a href="{{ url('/admin/collection_regexes-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-layer-group mr-2 text-blue-400"></i>Collection Regexes
|
||||
</a>
|
||||
<a href="{{ url('/admin/release_naming_regexes-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-tag mr-2 text-green-400"></i>Release Naming Regexes
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -222,10 +266,18 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="groups-menu-icon"></i>
|
||||
</button>
|
||||
<div id="groups-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/group-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">All Groups</a>
|
||||
<a href="{{ url('/admin/group-list-active') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Active Groups</a>
|
||||
<a href="{{ url('/admin/group-list-inactive') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Inactive Groups</a>
|
||||
<a href="{{ url('/admin/group-bulk') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Bulk Add Groups</a>
|
||||
<a href="{{ url('/admin/group-list') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-list mr-2 text-blue-400"></i>All Groups
|
||||
</a>
|
||||
<a href="{{ url('/admin/group-list-active') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-check-circle mr-2 text-green-400"></i>Active Groups
|
||||
</a>
|
||||
<a href="{{ url('/admin/group-list-inactive') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-pause-circle mr-2 text-gray-400"></i>Inactive Groups
|
||||
</a>
|
||||
<a href="{{ url('/admin/group-bulk') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-plus-square mr-2 text-purple-400"></i>Bulk Add Groups
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -239,9 +291,15 @@
|
||||
<i class="fas fa-chevron-down text-sm transform transition-transform" id="system-menu-icon"></i>
|
||||
</button>
|
||||
<div id="system-menu" class="hidden mt-2 ml-6 space-y-1">
|
||||
<a href="{{ url('/admin/site-edit') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Site Settings</a>
|
||||
<a href="{{ url('/admin/tmux-edit') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Tmux</a>
|
||||
<a href="{{ url('/admin/site-stats') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">Statistics</a>
|
||||
<a href="{{ url('/admin/site-edit') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-sliders-h mr-2 text-blue-400"></i>Site Settings
|
||||
</a>
|
||||
<a href="{{ url('/admin/tmux-edit') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-terminal mr-2 text-green-400"></i>Tmux
|
||||
</a>
|
||||
<a href="{{ url('/admin/site-stats') }}" class="block py-2 px-3 text-gray-400 dark:text-gray-500 hover:text-white dark:hover:text-white hover:bg-gray-800 dark:hover:bg-gray-800 rounded transition">
|
||||
<i class="fas fa-chart-bar mr-2 text-purple-400"></i>Statistics
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user