gcx/frontend/admin-web/src
hailin 5d9e1f7d06 fix(dashboard): handle nested API response shapes for trades and system-health
Backend wraps data in extra layer:
  system-health   → {code:0, data:{services:[...]}}
  realtime-trades → {code:0, data:{items:[...], total:N}}

HttpClient strips outer data but leaves inner object.
Fix: type as {services/items} and access nested arrays.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-06 11:34:49 -08:00
..
app refactor(admin-web): 实现 Clean Architecture + Zustand + Redux Toolkit 2026-03-04 19:18:20 -08:00
application/use-cases fix(admin-web): resolve ESLint CA boundary violations blocking build 2026-03-06 11:29:04 -08:00
domain refactor(admin-web): strict Clean Architecture for app-versions feature 2026-03-06 11:11:56 -08:00
i18n fix(admin-web): remove double-upload on app version page 2026-03-06 10:11:07 -08:00
infrastructure refactor(admin-web): strict Clean Architecture for app-versions feature 2026-03-06 11:11:56 -08:00
layouts fix(admin-web): 补回 AdminLayout useState import 2026-03-04 19:20:05 -08:00
lib refactor(admin-web): 实现 Clean Architecture + Zustand + Redux Toolkit 2026-03-04 19:18:20 -08:00
store fix(admin-web): resolve ESLint CA boundary violations blocking build 2026-03-06 11:29:04 -08:00
styles feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00
views fix(dashboard): handle nested API response shapes for trades and system-health 2026-03-06 11:34:49 -08:00