Skip to content

Hiding implicit focus indicators #296

Open
@meowgorithm

Description

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:

  1. If the entire form is one single field, hide the indicator.
  2. If the entire form has multiple groups with one single field in each group, hide all indicators.
  3. In all other cases show the indicator.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions