fix: CSS sync, sidebar restore, asset versioning, route/auth fixes, admin dashboard #92

Merged
rafaga21 merged 7 commits from fix/policy-container-width into master 2026-06-14 09:43:44 -04:00
Showing only changes of commit f8ce4066fe - Show all commits

View File

@@ -44,12 +44,6 @@ if (!isset($user) || $user === null) {
<span>Dashboard</span> <span>Dashboard</span>
</a> </a>
<!-- Notifications -->
<a href="/notifications" class="nav-item <?= str_starts_with($currentRoute, '/notifications') ? 'active' : '' ?>">
<i class="fas fa-bell"></i>
<span>Notifications</span>
</a>
<!-- Servers --> <!-- Servers -->
<div class="nav-item-accordion <?= str_starts_with($currentRoute, '/servers') || str_starts_with($currentRoute, '/terminal') ? 'expanded' : '' ?>"> <div class="nav-item-accordion <?= str_starts_with($currentRoute, '/servers') || str_starts_with($currentRoute, '/terminal') ? 'expanded' : '' ?>">
<a href="#" class="nav-item nav-item-toggle <?= str_starts_with($currentRoute, '/servers') ? 'active' : '' ?>" onclick="toggleServerList(event)"> <a href="#" class="nav-item nav-item-toggle <?= str_starts_with($currentRoute, '/servers') ? 'active' : '' ?>" onclick="toggleServerList(event)">