Adding vibe hover effect

This commit is contained in:
2026-07-18 16:23:21 -04:00
parent 74f065e0f5
commit 4ce33bdb36
17 changed files with 550 additions and 308 deletions
@@ -1,4 +1,5 @@
@inherits LayoutComponentBase
@inject Shared.Services.CardPreviewService PreviewService
<div class="page">
<div class="sidebar">
<NavMenu/>
@@ -9,6 +10,9 @@
<article class="content px-4">
<TelerikRootComponent>
@Body
<Shared.Components.CardPreview />
<Shared.Components.DocDetailModal Doc="@PreviewService.SelectedDoc"
OnClose="@(() => PreviewService.SelectDoc(null))" />
</TelerikRootComponent>
</article>
</main>