add google sheets field selection in settings #259
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Enhancements
Extracted field selection input to common
FieldsSelection
component which can be reused for other data sources (Google Sheets and Airtable for now) (299a7a5)Added custom help text for field selection input to show hints and custom messages (61431f4)
Added field selection input for Google Sheets data source. This doesn't yet auto-register blocks for this data source like it happends for Airtable. That would be added in a separate PR. (2b51404)
Bugfixes
Testing
Sheet
andFields
inputs are reset.Fields
input is reset.Fields
input is disabled.Fields
input shows the messageFetching fields...
until the fields are fetched. After the fields are fetched, the input should be enabled and the help text should change to hint regarding theFields
input.