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

UI/UE: Make current toggle button state more obvious. #162

Closed
wants to merge 1 commit into from

Conversation

xax
Copy link

@xax xax commented Jan 26, 2022

Using tar1090 as the public ADSBx frontend for quite some time, I still would not learn to intuitively determine the current state of the various toggle buttons (i.e. ”LOKMPIRF“). Bright white signaling an off state while a black button is active might confuse other users, too, I assume. (The current approach isn't a convincing ”dark cockpit“ comparison, eiher.)

before after
image image
Of course you can always resort to a user style on desktop instead of improving upstream:
@-moz-document domain("globe.adsbexchange.com") {
.button.activeButton {
    color: #9D9;
}

.button.inActiveButton {
    color: #D99;
}

}

@wiedehopf
Copy link
Owner

Great choice for red green blind people.
Not that i design specifically with that in mind ... but your proposal seems .. well.

Anyhow it's fine as it is.

@wiedehopf wiedehopf closed this Jan 26, 2022
@xax
Copy link
Author

xax commented Jan 26, 2022

Oh, you are one of those maintainers. Thanks a lot appreciating suggestions.

By the way: Right now everybody has to guess button state; with colors changed as proposed – not, that they could be chosen differently but nonetheless more intuitively… duh! – that would reduce to those being r/g colorblind. Let's all suffer lest we discriminate™.

@wiedehopf
Copy link
Owner

Black is on, white is off.
Doesn't seem like guessing to me.
Maybe you guess once, see the effect it has and you can deduce that black means on.

UI decisions are just that, decisions.
Now you're insinuating i just ignore input / PRs but that's not the case.
But i do have the choice what do with input / PRs.

I could imagine a slight border for active options, maybe a pixel wide.
Not sure how it would look though, no matter what you might think, i like how the interface looks.
But i'd certainly consider such a border to mark activeButton better.
It's not gonna be greed red color coding.

If you will, just ignore that is said that it's fine as it is ....
I consider it fine but i get that there are differing opinions :)
So that remark was unproductive.

@wiedehopf wiedehopf reopened this Jan 26, 2022
@wiedehopf wiedehopf closed this Jan 29, 2022
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

2 participants