You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having seen Huh in action for a bit, I think a good improvement would be to eliminate the focus indicators when they're implicit, with the goal of making the experience more visually focused and concise.
In other words, I don't think we always need to draw the little bar that indicates the active section in all cases.
Off the top of my head, the logic would work like this:
If the entire form is one single field, hide the indicator.
If the entire form has multiple groups with one single field in each group, hide all indicators.
In all other cases show the indicator.
The text was updated successfully, but these errors were encountered:
From a design perspective I'd prefer to default to hiding implicit indicators to reduce visual noise.
There's also a catch: focus indicators may not necessarily be borders: a theme could instead employ something different, such as a background color on the group, so manually adjusting borders won't necessarily do the trick.
If we find the former behavior is desired we could also add an option to enable it.
Having seen Huh in action for a bit, I think a good improvement would be to eliminate the focus indicators when they're implicit, with the goal of making the experience more visually focused and concise.
In other words, I don't think we always need to draw the little bar that indicates the active section in all cases.
Off the top of my head, the logic would work like this:
The text was updated successfully, but these errors were encountered: