-
Notifications
You must be signed in to change notification settings - Fork 9
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
V1.1.0 #54
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ovements on story and error row
…d once in its lifecycle and useEffect efficiently replaces the store state on prop change
…mponents for Conveyor input/value options
…ore access to react-hook-form's validators; removed scrollable area since devs has no way to customize without expanding, if expanding, might as well put their own custom scroll area; ModelIndexRow now accepts form props
…er scope accessibility on formMethods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
General
use[Component]
touse[Component]Store
Models
Conveyor:
Conveyor
component provided for the ConveyorAdmin repo has been moved to theConveyorAdmin
component.Conveyor
in this repo acts as a global store to add special overriding/customizing capabilities over Model components:inputOptions/valueOptions
: Allows for display input overriding based off of field types. This allows for a developer to make quick changes for specific field types such as Model types or any of the Scalar types so that expanding Model components is not needed. Customizing by component expansion over rules this option.Conveyor
component and specify the inputOptions/valueOptions props to make those changes. Also, Conveyor can be placed within itself to stylize a subset of the 20 tables to have a different style/feature/component.ModelIndex:
Escape
key can be pressed to go back to display mode.onOpenFieldSelect
prop removed due to it providing a too fine-grained solution to overriding Model select input fields.Commons
Slots:
slotOrder
prop renamed toslotKeys
for better distinctionForm:
ModelFormInput
,ModelFormValue
components fromModelForm
have been abstracted away from Conveyor to be used as a common component that can be used outside the scope of Conveyor.Form
is just an implementation of react-hook-form to fit the styling/conventions of Conveyor for consistency.