gsxdsm
9a2709dde9
FN-6969: show provider icons beside Command Center models
Show inferred provider icons beside model names across Command Center bar and table surfaces.
- Add dashboard-side provider-icon inference for model/provider strings.
- Render provider icons on Command Center model bar rows and token table rows while keeping pie chart labels text-only.
- Cover overview, token, and ecosystem model-icon surfaces with tests and add a changeset.
Files changed:
.changeset/fn-6969-provider-icons.md | 7 ++
.../components/command-center/CommandCenter.tsx | 15 ++-
.../__tests__/CommandCenter.test.tsx | 33 ++++++-
.../command-center/areas/EcosystemArea.tsx | 15 ++-
.../components/command-center/areas/TokensArea.tsx | 37 +++++++-
.../areas/__tests__/TokensArea.test.tsx | 105 +++++++++++++++++++++
.../command-center/areas/__tests__/areas.test.tsx | 42 ++++++++-
.../app/components/command-center/charts/Bar.tsx | 25 ++++-
.../components/command-center/charts/charts.css | 42 +++++++++
.../app/utils/__tests__/providerIconKey.test.ts | 32 +++++++
packages/dashboard/app/utils/providerIconKey.ts | 45 +++++++++
11 files changed, 377 insertions(+), 21 deletions(-)
Fusion-Task-Id: FN-6969
Fusion-Task-Lineage: 6caf8864-1ecc-46e3-b7fa-bfa8e9a70aaa
2026-06-25 23:34:07 -07:00
..
2026-06-25 23:34:07 -07:00
2026-05-13 10:00:00 -07:00
2026-05-04 21:21:22 -07:00
2026-06-23 19:17:40 -07:00
2026-06-22 18:21:06 -07:00
2026-06-20 20:25:44 -07:00
2026-04-30 22:55:48 -07:00
2026-06-22 15:23:43 -07:00
2026-05-14 02:23:45 -07:00
2026-05-18 03:10:52 -07:00
2026-05-21 08:43:57 -07:00
2026-06-25 12:25:13 -07:00
2026-05-22 17:24:38 -07:00
2026-05-12 21:55:43 -07:00
2026-06-14 13:50:17 -07:00
2026-04-08 16:14:32 -07:00
2026-04-23 00:06:03 -07:00
2026-04-02 09:58:04 -07:00
2026-06-14 14:27:45 -07:00
2026-06-12 19:22:11 -07:00
2026-04-23 23:02:36 -07:00
2026-04-03 18:33:23 -07:00
2026-05-08 18:44:16 -07:00
2026-06-22 15:23:43 -07:00
2026-04-29 07:10:52 -07:00
2026-04-08 14:38:36 -07:00
2026-06-02 14:14:24 -07:00
2026-06-22 10:09:32 -07:00
2026-06-25 23:34:07 -07:00
2026-06-17 17:57:19 -07:00
2026-05-21 08:43:57 -07:00
2026-05-20 20:27:11 -07:00
2026-05-07 18:35:45 -07:00
2026-05-14 18:35:30 -07:00
2026-06-21 16:01:07 -07:00
2026-05-14 05:55:16 -07:00
2026-05-19 18:56:24 -07:00
2026-06-14 13:50:17 -07:00
2026-05-14 05:35:12 -07:00
2026-05-13 06:29:35 -07:00
2026-04-12 07:00:49 -07:00
2026-05-15 07:50:34 -07:00
2026-06-20 21:02:51 -07:00
2026-04-28 22:43:51 -07:00
2026-05-29 20:05:14 -07:00
2026-04-29 07:10:52 -07:00