-
Notifications
You must be signed in to change notification settings - Fork 134
feat(vercel): always show all integration steps #3590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
PR Review: feat(vercel): always show all integration stepsSummaryThis PR successfully refactors the environment variables display component and modifies the stepper form to support showing all steps simultaneously. The changes eliminate code duplication across multiple integration dialogs and improve the user experience for the Vercel integration flow. Overall Assessment: ✅ Looks good with minor suggestions 🎯 Strengths
🔍 Issues & Suggestions1. Missing Loading State in RivetTokenEnv
|
| Metric | Value | Assessment |
|---|---|---|
| Lines Removed | 370 | ✅ |
| Lines Added | 293 | ✅ |
| Net Change | -77 (21% reduction) | ✅ Excellent |
| Code Duplication | Significantly reduced | ✅ |
💡 Final Recommendation
Request Changes - Issue #3 appears to be a potential breaking bug that would prevent Previous/Next buttons from showing in traditional stepper mode (Railway, manual integrations). This needs to be verified and fixed.
The refactoring itself is excellent:
- ✅ Eliminates code duplication
- ✅ Creates reusable, well-designed components
- ✅ Improves maintainability
- ✅ Adds requested show all steps feature
Once the stepper controls issue is resolved, this will be ready to merge.
Graphite Automations"Test" took an action on this PR • (12/04/25)1 assignee was added to this PR based on Kacper Wojciechowski's automation. |
Merge activity
|

Closes FRONT-889