-
Notifications
You must be signed in to change notification settings - Fork 366
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
Add support for previewing blueprint changes in response of user actions #4928
Comments
Suggested addition:
|
@nikolausWest I'm somewhat worried of the "visual" ramifications of this one. Might be worth running it by @martenbjork |
Could you expand on your worries a bit @abey79? |
Two concerns:
For (1), I suggest actually dropping that preview path. The desired end-result in the viewport, no point previewing stuff elsewhere when it's directly being edited. For (2), some kind of highlight of the changed item. |
Regarding (1) I actually don't think what you see in the viewport is enough. It's often unclear what the actual structural result will be when you drag a view around nested containers. However, I understand your point so we should probably think through the design a bit more before starting on this then |
Figma seems to take a bit of a mixed approach here: drag_preview_structure.mp4 |
Whenever possible, the user should be able to preview the effect of their ongoing interaction in other part of the UI.
For example:
To have that, we may need:
Preview
/Commit
enum added to relevantTreeActions
cc @jleibs
The text was updated successfully, but these errors were encountered: