Refactor admin dashboard and standardize UI shells
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m46s
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m46s
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user