feat: clarify Central Bank and Office 24 dashboard layout
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m21s
CI/CD Pipeline / Security Scanning (push) Successful in 2m42s
CI/CD Pipeline / Lint and Format (push) Failing after 52s
CI/CD Pipeline / Terraform Validation (push) Failing after 28s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 44s
Validation / validate-genesis (push) Successful in 31s
Validation / validate-terraform (push) Failing after 28s
Validation / validate-kubernetes (push) Failing after 12s
Validation / validate-smart-contracts (push) Failing after 12s
Validation / validate-security (push) Failing after 1m21s
Validation / validate-documentation (push) Failing after 20s
Verify Deployment / Verify Deployment (push) Failing after 1m20s

Add status banners, grouped money-supply sections, public portal links, and shared dashboard components for clearer operator views.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-28 16:19:56 -07:00
parent b72b986a12
commit 4e047b9429
9 changed files with 610 additions and 228 deletions

View File

@@ -7,6 +7,7 @@ const PRODUCTS = [
{ path: '/central-bank', label: 'Central Bank', short: 'CB' },
{ path: '/office-24', label: 'Office 24', short: 'O24' },
{ path: '/trade', label: 'DBIS Trade', short: 'Trade' },
{ path: '/swap', label: 'Swap', short: 'Swap' },
] as const;
export default function OmnlProductLayout() {