feat(FN-3307): add pinch-to-zoom, auto-fit, mobile layout, and empty state

Merges five branches: adds pinch-to-zoom, mobile layout, auto-fit, and empty state to the dependency graph plugin with full test coverage; implements API key fallback resolution for models.json; restores Claude usage tracking with Fusion Anthropic auth storage; and boosts dashboard test performance

Fusion-Task-Id: FN-3307
This commit is contained in:
Fusion
2026-05-03 11:33:58 -07:00
committed by gsxdsm
parent ff165eb776
commit 6ff73cf92a
7 changed files with 507 additions and 52 deletions

6
pnpm-lock.yaml generated
View File

@@ -565,6 +565,9 @@ importers:
specifier: workspace:*
version: link:../../packages/plugin-sdk
devDependencies:
'@testing-library/react':
specifier: ^16.3.2
version: 16.3.2(@testing-library/dom@10.4.1)(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
'@types/node':
specifier: ^25.5.2
version: 25.5.2
@@ -574,6 +577,9 @@ importers:
react:
specifier: ^19.0.0
version: 19.2.4
react-dom:
specifier: ^19.2.4
version: 19.2.4(react@19.2.4)
typescript:
specifier: ^5.7.0
version: 5.9.3