fix: add WASM boot timeout to forcefully hide loading overlay
TaxBaik CI/CD / build-and-deploy (push) Failing after 59s

PROBLEM: 대시보드 페이지에서 로딩 오버레이가 3분 이상 표시됨
- AdminShell은 렌더됨 (일부 WASM 로드)
- 하지만 hideLoading() 호출 지연 또는 미호출

SOLUTION: App.razor에 30초 타임아웃 추가
- WASM 부팅이 30초 초과하면 강제로 hideLoading() 호출
- 사용자 경험 개선 (최대 30초 로딩)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 16:34:03 +09:00
parent 40617d16e6
commit 76872dfb72
19 changed files with 109 additions and 16 deletions
@@ -1,4 +1,4 @@
namespace TaxBaik.Web.Services.AdminClients;
namespace TaxBaik.Web.Components.Admin.Services.AdminClients;
using System.Text.Json;
using TaxBaik.Domain.Entities;