Add a Get started link to the hosted app empty state - #4
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3142c19. Configure here.
| Get started | ||
| </a> | ||
| </p> | ||
| )} |
There was a problem hiding this comment.
Missing server checked guard
Low Severity
The Get started block renders whenever server.connected is false, but the app starts with connected: false and checked: false until /api/files finishes. That window is not hosted mode, yet the link can appear while the local CLI server is still being detected, which conflicts with showing it only in hosted mode.
Reviewed by Cursor Bugbot for commit 3142c19. Configure here.
Co-authored-by: Cursor <cursoragent@cursor.com>


Summary
Test plan
Made with Cursor