-
Notifications
You must be signed in to change notification settings - Fork 528
feat (dashboard): support empty string as default text value in database tables #3112
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: f539713 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
PR Reviewer Guide 🔍(Review updated until commit 4f00d97)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 4f00d97
Previous suggestionsSuggestions up to commit 021bc2f
|
df1332d
to
4f00d97
Compare
Persistent review updated to latest commit 4f00d97 |
87daf1a
to
e3c41cd
Compare
e3c41cd
to
f539713
Compare
User description
Resolves #2925
PR Type
Enhancement
Description
Add empty string default for text fields
Update UI to support new default value
Modify form handling for empty string defaults
Adjust column classification in record forms
Changes walkthrough 📝
BaseRecordForm.tsx
Update form handling for empty string defaults
dashboard/src/features/orgs/projects/database/dataGrid/components/BaseRecordForm/BaseRecordForm.tsx
ColumnEditorRow.tsx
Enhance DefaultValueAutocomplete for empty string
dashboard/src/features/orgs/projects/database/dataGrid/components/BaseTableForm/ColumnEditorRow.tsx
DatabaseRecordInputGroup.tsx
Update DatabaseRecordInputGroup for empty defaults
dashboard/src/features/orgs/projects/database/dataGrid/components/DatabaseRecordInputGroup/DatabaseRecordInputGroup.tsx
postgresqlConstants.ts
Add empty string default to PostgreSQL functions
dashboard/src/features/orgs/projects/database/dataGrid/utils/postgresqlConstants/postgresqlConstants.ts
dry-kids-chew.md
Add changeset for empty string default feature
.changeset/dry-kids-chew.md