Updated Application icon and notifcation pagination items per page, and updated NotificationsBell

This commit is contained in:
Simon Pocrnjič
2026-01-18 19:49:48 +01:00
parent cc4c07717e
commit 068bbdf583
6 changed files with 83 additions and 99 deletions
+4 -6
View File
@@ -251,19 +251,17 @@ function isActive(patterns) {
: 'sticky top-0 h-screen overflow-y-auto',
]"
>
<div
class="h-16 px-4 flex items-center justify-between border-b border-gray-200 bg-white"
>
<div class="h-16 px-4 flex items-center border-b border-sidebar-border bg-sidebar">
<Link
:href="route('dashboard')"
class="flex items-center gap-2 hover:opacity-80 transition-opacity"
class="flex items-center gap-1 hover:opacity-80 transition-opacity"
>
<ApplicationMark />
<span
v-if="!sidebarCollapsed"
class="text-sm font-semibold text-gray-900 transition-opacity"
class="text-lg font-semibold text-sidebar-foreground transition-opacity"
>
Admin
Administrator
</span>
</Link>
</div>