feat(frontend): add serverless check when editing the runner config#4961
feat(frontend): add serverless check when editing the runner config#4961
Conversation
|
🚅 Deployed to the rivet-pr-4961 environment in rivet-frontend
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
PR Review: feat(frontend): add serverless check when editing the runner configOverviewThis PR adds runtime mode switching (serverless vs serverfull/Runners) to the runner config edit dialogs, along with real-time endpoint health checks for serverless configurations. Key additions:
Positive aspects
Issues and suggestionsCode style: import order The
The submit handler in Type cast fragility: This cast appears in at least four places.
When no indicators are mounted (serverfull mode),
A wrong Minor: blank line inside JSX props in Missing test coverage: The pure helpers ( SummarySolid overall approach and meaningful UX improvements. Main things to address before merging:
|
Preview packages published to npmInstall with: npm install rivetkit@pr-4961All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-d447d31
docker pull rivetdev/engine:full-d447d31Individual packagesnpm install rivetkit@pr-4961
npm install @rivetkit/react@pr-4961
npm install @rivetkit/rivetkit-napi@pr-4961
npm install @rivetkit/workflow-engine@pr-4961 |
f54e255 to
4c5456e
Compare
4c5456e to
c92292f
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: