Skip to content
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

GUI builder enhancements #19

Open
mcarrano opened this issue Dec 20, 2021 · 0 comments
Open

GUI builder enhancements #19

mcarrano opened this issue Dec 20, 2021 · 0 comments

Comments

@mcarrano
Copy link

After reviewing the current PatternFly GUI Builder tool I'd like to request the following enhancements that would make the editor more powerful and usable for both designers and developers.

  1. Support the ability to interact with and edit components in the Layout canvas. Currently, after I drag a component onto the canvas, I can only edit it by modifying the code in the code editor. My expectation would be that I can select the component to edit or delete it and/or move it by dragging it to a new location.

  2. Expose props. When I select a component, React props should be exposed so I can edit them in a form based interface.

  3. Synchronize canvas and code editor windows. If I prefer to use the code editor to make changes, selecting a component on the canvas should scroll me to and highlight the corresponding code block in the editor window, similar to how the inspector tool works in the browser.

Would be happy to brainstorm more on the design of these features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant