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

Allow "Uniform grid" properties to be reset to base value in UI editor #1619

Open
mmujic2 opened this issue Feb 25, 2023 · 4 comments
Open
Labels
area-UI enhancement New feature or request

Comments

@mmujic2
Copy link

mmujic2 commented Feb 25, 2023

Is your feature request related to a problem? Please describe.
When using UI libraries in different pages, I am unable to reset "uniform grid" values to base value like all other attributes. This causes the elements from mentioned libraries to end up all over the place in different pages and the only way to get them in the right place is to modify every UI page manually, which is very tedious when said element is used in many pages.

Describe the solution you'd like
Allow the uniform grid values to be reset to the base value like all other attributes.

Describe alternatives you've considered
An alternative could be to add an option to "re-add" or refresh the library element. This is possible to do by deleting and manually adding the element, but with more detailed UI this becomes way too slow.

Additional context
Example of the problem:
I can reset the Width property of an element (by right clicking on it):

image

But I can't reset the uniform.grid.column property because it's greyed out:

image

@mmujic2 mmujic2 added the enhancement New feature or request label Feb 25, 2023
@dloe
Copy link
Contributor

dloe commented Jul 18, 2024

If no one else has been working on this, Id like to work on this Issue!

@Eideren
Copy link
Collaborator

Eideren commented Jul 19, 2024

Sure, go ahead, thanks !

@dloe
Copy link
Contributor

dloe commented Jul 19, 2024

So just so I understand this more cause I'm more newer to working in the grid system for UI, the base values (grid, column, etc.) we want to reset are from the original UI library element? I'm trying to recreate a scenario of this for testing purposes.

@dloe
Copy link
Contributor

dloe commented Jul 21, 2024

My assumption is to reset these values as the initial values just as if an element was originally placed as seen below.

Capture_default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-UI enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants