Refactor admin dashboard and standardize UI shells
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m46s

This commit is contained in:
2026-07-07 23:16:31 +09:00
parent fc655e20c1
commit 08347a4e20
35 changed files with 625 additions and 230 deletions
@@ -1,14 +1,5 @@
@page "/admin/dashboard"
@rendermode @(new InteractiveWebAssemblyRenderMode(prerender: false))
@attribute [Authorize]
<PageTitle>대시보드</PageTitle>
<section style="padding: 24px;">
<h1 style="margin: 0 0 12px 0; font-size: 1.8rem;">대시보드</h1>
<p style="margin: 0 0 12px 0;">관리자 SPA 부팅 검증용 최소 화면입니다.</p>
<ul>
<li>WASM 부팅 성공 여부</li>
<li>라우팅 성공 여부</li>
<li>JS interop 예외 여부</li>
</ul>
</section>
<DashboardOverview />