easyblocks icon indicating copy to clipboard operation
easyblocks copied to clipboard

Improvement (bug in some contexts): auto values are hard to follow when you flip between screen sizes

Open timoconnellaus opened this issue 8 months ago • 1 comments

The issue is that when you flip screen sizes the auto value requires some analysis to find a field you want to change. I think visually it would be better if you could see the component instead of what it is currently e.g. "auto: false"

My thought with this is:

  • you would render the the field component (e.g. the toggle component instead of auto: false)
  • you would lower the opacity of the component to indicate it's an auto value - non auto values will stand out this way
  • you would show a chain link icon to the left of the component showing it is linked
  • hovering over the component will lower the opacity more and overlay the text "set value" centered horizontally and vertically
  • clicking on "set value" will show it the way it currently shows an overwritten auto value with the revert icon

timoconnellaus avatar Jun 14 '24 02:06 timoconnellaus