generated from wrappid/wrappid-module
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature: PageBuilder #55
Merged
Merged
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
design a basic ui for PageBuilder in app-builder Ref: #54
now we can select any layout from right side menu and we can see those layout in left side Ref: #54
component menu viewer now works via reducer ref: #54
here json is works, but in ui at first time it works but from child it update in json but not in ui, also add id, also initially when the page is load in json there is no id is visible Ref: #54
when add child component that is not visible in ui, I fix that Ref: #54
add prop selection toggle box, where component name is available, from this we can easily get props of that component Ref: #54
changes implemented to render component in canvas ref: #54
…builder-module into WRPD-enhancement-54
changes to render CoreComponents ref: #54
changes to render CoreComponents ref: #54
adding props icon and functionality added, all types are not working only few are woking currently Ref: #54
…builder-module into WRPD-enhancement-54
add type in json, i mean when add props which is array, object like that it store in json in that type Ref: #54
a dialog is added for adding style class, but it's not currently full functional Ref: #54
adding, removing, double click added for style classes Ref: #54
design is done, but data of selected styleclass is not store in redux, i added the code here in code the store in reducer and render from reducer need to be updation as it currently not working and I'm unable to find bug Ref: #54
now we can add style class for any component and we can see those in JSON Ref: #54
as many code written multiple times which can be a single code with better logic so I do this also give proper comment for existing code Ref: #54
added toogle functionality for component, layout. Also divided component and layout in selectComponent component Ref: #54
just hardcoded to build a static ui for pagebuilder Ref: #54
handled defaultValidProps and styleClasses ref: #54
…builder-module into WRPD-enhancement-54
edit page and local sync button added to pages ref: #54
24 tasks
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.
Description
This PR introduces PageBuiler.
Still Work in Progress.
Please refer #54
Related Issues
Testing
Checklist
Screenshots (if applicable)
Additional Notes
Reviewers
Maintainer Notes