feat: add CalloutBox component, update ReaderLayout with theme support, and refactor UI styles

This commit is contained in:
2026-06-02 19:53:50 +02:00
parent 081c6f7940
commit 01bc8e37b9
9 changed files with 385 additions and 99 deletions
@@ -41,7 +41,7 @@
</div>
</div>
<div class="verification-state" style="@(IsVerifying ? "display:flex;" : "display:none;")">
<div class="verification-state" style="@((IsVerifying && !IsIngesting) ? "display:flex;" : "display:none;")">
@if (Metadata != null)
{
<div class="verification-layout">