feat: implement high-fidelity dashboard mobile responsiveness v3 overhaul

This commit is contained in:
2026-06-07 19:16:39 +02:00
parent 9291bde531
commit 34c6f45a10
8 changed files with 578 additions and 51 deletions
@@ -110,6 +110,32 @@
</button>
</div>
</aside>
<!-- Reader Mobile Dock v3 -->
<nav class="reader-mobile-dock">
<NavLink class="dock-item" href="/dashboard" Match="NavLinkMatch.All" title="Pulpit">
<NexusIcon Name="home" Size="20" />
<span class="dock-text">Pulpit</span>
</NavLink>
<NavLink class="dock-item" href="/catalog" title="Katalog">
<NexusIcon Name="layout" Size="20" />
<span class="dock-text">Katalog</span>
</NavLink>
<NavLink class="dock-item central-action" href="/intelligence" title="Globalne AI">
<div class="central-action-glow"></div>
<div class="central-action-inner">
<NexusIcon Name="robot" Size="24" />
</div>
</NavLink>
<NavLink class="dock-item" href="/my-books" title="Moje">
<NexusIcon Name="book-open" Size="20" />
<span class="dock-text">Moje</span>
</NavLink>
<NavLink class="dock-item" href="/profile" title="Konto">
<NexusIcon Name="user" Size="20" />
<span class="dock-text">Konto</span>
</NavLink>
</nav>
</Authorized>
</AuthorizeView>