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

Bold inputs when value changes #420

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

akre54
Copy link
Contributor

@akre54 akre54 commented May 22, 2023

When working with a large number of parameters, it becomes hard to track which values come from the default config and which have been overridden. This is especially useful for algorithms like particle effects and makes it easier to get back to a "reset" state and retrace your steps when things look off.

This takes a page from Houdini's playbook which bolds values that are changed from the defaults, while leaving default values unbolded. Bools are tricky in that there isn't really a "bold" version of a checkbox. Houdini bolds the label but I chose to leave it empty here. Feedback welcome.

How Houdini does it:
Screenshot 2023-05-21 at 10 52 35 PM

Example:
Screenshot 2023-05-21 at 11 01 41 PM

@vercel
Copy link

vercel bot commented May 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
theatre-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2023 10:47am

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

Successfully merging this pull request may close these issues.

None yet

1 participant