-
Notifications
You must be signed in to change notification settings - Fork 22
feat: add editor forms #393
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
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
e5d52a8
feat: very early working version
gorgeousvlad a5f54a4
feat: add all blocks for content form and fix render loop
gorgeousvlad 5ab36e7
fix: refactor editor string id to index
gorgeousvlad 96fed3c
feat: add form block selection
gorgeousvlad 6196293
fix: add block form folding on selection
gorgeousvlad 943e96f
feat: editor form layout pt.1
gorgeousvlad ed9c0f2
feat: add properties ordering
gorgeousvlad 93fc0d8
fix: refactor form schemas transform and fix bug
gorgeousvlad e4548c1
fix: content layout properties deprecation
gorgeousvlad 9e3edc6
feat: add handling
gorgeousvlad ab69d8e
fix: blocks shemas
gorgeousvlad 6f53304
feat: add custom OneOf dynamic form component
gorgeousvlad e2b3320
fix: one of custom styles
gorgeousvlad add51d9
fix: replace anyOf with oneOf in schemas
gorgeousvlad 7c64496
feat: add children cards pt.1
gorgeousvlad e51e52e
fix: refactor form schema parser
gorgeousvlad da21f66
fix: reserved field name
gorgeousvlad 2efad95
fix: media schema themes
gorgeousvlad d3a4fcc
fix: disable loadable in editor, remove smooth scroll and fix editor …
gorgeousvlad 51184a5
fix: refactor form spec parser pt.1
gorgeousvlad 38fd359
fix: form styles
gorgeousvlad b07a1aa
fix: number validation
gorgeousvlad 7c00590
fix: rename forms directory
gorgeousvlad 09077ba
fix: move block form
gorgeousvlad db42ed8
fix: post rebase
gorgeousvlad 378a725
fix: refactor block decoration inde
gorgeousvlad 6ef6d9c
fix: add editor form schema types
gorgeousvlad c178ddd
fix: dont clone child definitions in form parser
gorgeousvlad 6db2e5d
fix: form custom component hook deps warnings
gorgeousvlad 229f22d
fix: card layout template
gorgeousvlad 0db9cec
feat: add default values to form and fix price detailed schemas
gorgeousvlad 9a54994
fix: input styles, table fields schema and template data
gorgeousvlad 54eaf41
fix: remove unused types
gorgeousvlad 74603d8
fix: directory case names problem
gorgeousvlad 705ff02
fix: one of default values
gorgeousvlad 1c12b2d
fix: review
gorgeousvlad ef83bf3
fix: design review
gorgeousvlad cf8a7c1
feat: pass constructor data to editor callback
gorgeousvlad 14576a6
docs: add docs for parser and editor block addition
gorgeousvlad 12ca769
feat: add page properties form
gorgeousvlad c94b547
fix: code review pt.2
gorgeousvlad f14842d
fix: code review pt.3
gorgeousvlad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
it seems to me not very obvious how to add, can we leave an example?
Uh oh!
There was an error while loading. Please reload this page.
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.
yes, it needs a story for slider, created a ticket for it