Global search and insight dashboards (v2.0.0-beta.8)

Global search now works like a command palette while new insight tiles and asset geography stats surface jurisdiction exposure instantly, giving operators the answers they need without hopping between screens.

Release overview

Global navigation now behaves like a command palette: operators can jump from participants to assets to workflows without memorizing URLs, while asset geography stats expose jurisdiction coverage directly on the insights dashboard. Asset manager, participants, and "my assets" pages all surface key KPIs on first load so support teams know where to focus before drilling down.

Onboarding saw polish across the asset designer and wizard. Compliance steps no longer dead-end, experimental asset extensions stay hidden from customers, and account search behaves consistently after recent regressions.

User facing features

  • Universal search bar — locate participants, assets, or workflows from any screen to reduce navigation friction (settlemint/asset-tokenization-kit#4170).
  • Asset geography insights — review country exposure per asset to shorten AML reviews and regulatory sign-off (#4183).
  • Participants, My assets, and Asset manager tiles — display live KPIs (verifications, inflows, open tasks) so each persona lands on actionable context (#4180).
  • Contact directory API — expose REST routes for contacts so external systems can sync address books without scraping the UI (#4141).

Quality, reliability, and operations

  • Asset designer compliance step now enables the "Next" button as soon as requirements are satisfied, preventing wizard lockups (#4182).
  • Onboarding wizard hides unfinished asset-type extensions so customers only see production-ready templates (#4119).
  • Account search logic reverted to the stable behavior after an errant change trimmed results (#4213).
  • Playwright dev server start runs reliably in CI, keeping UI smoke tests trustworthy (#4181).

Upgrade checklist

  1. bun install in the repo root to sync the updated dapp dependencies that power global search.
  2. bun run --cwd kit/dapp test:e2e:ui --filter onboarding to verify the wizard no longer stalls at the compliance step.
  3. After deployment, open the Observability → Participants geography dashboard and confirm the new stats match the assets shown in-app.

References