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

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

Open
timoconnellaus opened this issue Jun 14, 2024 · 1 comment

Comments

@timoconnellaus
Copy link

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
Copy link
Author

This is probably considered a bug too. When you use an inline type field and store an object as the value it renders as [Object object] for auto values

@timoconnellaus timoconnellaus changed the title Improvement: auto values are hard to follow when you flip between screen sizes Improvement (bug in some contexts): auto values are hard to follow when you flip between screen sizes Jun 14, 2024
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