Skip to content

Fix #195: Results panel SAN/ACN divergence#196

Open
spydmobile wants to merge 8 commits intomainfrom
dev
Open

Fix #195: Results panel SAN/ACN divergence#196
spydmobile wants to merge 8 commits intomainfrom
dev

Conversation

@spydmobile
Copy link
Contributor

Summary

  • Wire useModelResults through api.results.get() instead of raw fetch — ACN adapters can now normalize backend responses (fixes missing modelName)
  • Make ModelReviewPanel mode-aware: floating (Rnd drag/resize) vs embedded (plain scrollable div)
  • Thread mode from DashboardContainer — FloatingDashboard passes floating, EmbeddedDashboard passes embedded

Test plan

  • tsc --noEmit — clean compile
  • 14 new tests pass (6 hook adapter integration + 8 panel mode awareness)
  • 0 regressions (4 pre-existing failures unchanged)
  • Visual test in EM3 embedded context (ACN mode)

Closes #195

spydmobile and others added 6 commits March 2, 2026 21:50
Allows manual release when --admin merge skips the pull_request event.
Wire useModelResults through api.results.get() instead of raw fetch,
ensuring ACN adapters can normalize backend responses (fixes missing
modelName). Make ModelReviewPanel mode-aware with floating (Rnd) vs
embedded (plain div) rendering. Thread mode from DashboardContainer.
@spydmobile spydmobile self-assigned this Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Results panel diverges between SAN (floating) and ACN (embedded) modes

1 participant