Summary
After completing the developer onboarding "explore" path, users were being redirected to the Playground page. This PR changes the redirect destination to the Overview page instead.
- Changed
redirectToPlayground() → redirectToOverview() in the developer onboarding page
- Removed the now-dead
redirectToPlayground() function and its unused import entirely from onboarding.ts
Review & Testing Checklist for Human
Notes
- A companion PR exists for
composio_dashboard (#89) which changes the equivalent exitUrl from "/~/project/playground" to "/~/project/getting-started". Both PRs should be merged for full coverage.
- The "level-up" path and "skip" flows already correctly redirect to overview — only the "explore" path was wrong.
Link to Devin session: https://app.devin.ai/sessions/29070c12e322410685f3528081b07df6
Requested by: @palash-c