-
Notifications
You must be signed in to change notification settings - Fork 73
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
fix(hub): allow clicking continue button with only one project in local dev #1973
Conversation
Deploying rivet with Cloudflare Pages
|
Merge activity
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR modifies form submission behavior by introducing an allowPristine
prop to enable submit buttons even when forms are unchanged, particularly useful for scenarios with pre-filled values in local development.
- Changed
disablePristine
toallowPristine
with inverted logic infrontend/packages/components/src/lib/create-schema-form.tsx
- Added
allowPristine
prop tofrontend/apps/hub/src/routes/_authenticated/devices.link.tsx
for device linking with single project - Removed pristine state check in
frontend/apps/hub/src/domains/project/components/actors/actors-filters-sheet.tsx
for filter submissions
3 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Deploying rivet-hub with Cloudflare Pages
|
…al dev (#1973) <!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes