feat(frontend): sync compute connect dialog with onboarding and simplify others#5482
Conversation
|
Stack for rivet-dev/rivet
Get stack: change vqrrwyux |
Review: sync compute connect dialog with onboarding and simplify othersOverview: this PR extracts the shared "agent instructions" / "compute deploy" helpers out of getting-started.tsx into a new frontend/src/app/compute-deploy.tsx module, reuses them from connect-rivet-frame.tsx (replacing the always-visible prompt with a copy-to-clipboard AgentPromptBanner plus a manual "npx @rivetkit/cli deploy" command box), fixes connect-aws-frame.tsx / connect-hetzner-frame.tsx to import the serverful dialog content instead of the serverless one, adds a provider deploy-guide link and namespace guidance, and drops the "Beta" badge from the Rivet Compute dropdown item. Bugs / correctness
Security note
Minor
Positives
No test coverage was added, but that's consistent with this codebase's existing conventions for this kind of frontend dialog/prompt-string change; there's no unit test framework for this content and Ladle stories are reserved for stateful UI components. |
e6d4a5e to
8a5e179
Compare
1b3a64f to
b99982c
Compare
No description provided.