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

Icons do not have tooltips / alt-text #300

Open
jhesketh opened this issue Sep 20, 2020 · 4 comments
Open

Icons do not have tooltips / alt-text #300

jhesketh opened this issue Sep 20, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@jhesketh
Copy link

Describe the bug
Some of the icons (specifically on the map page) are not clear what they do. For example, does the map marker do a zoned cleanup, or locate the robot. Additionally sometimes the Play button means resume the clean and sometimes it means start a new clean.

It would be helpful if there were title/tooltips/alt-text on all of the buttons to make it clearer what action will be taken.

How to Reproduce

  1. Go to map page
  2. Hover over icon

Expected behavior
When hovering over any button, a textual description is provided.

Vacuum Model:
NA

Valetudo Version:
v0.9.6

User-Agent
Firefox

@rand256 rand256 added the enhancement New feature or request label Sep 21, 2020
@rand256
Copy link
Owner

rand256 commented Sep 21, 2020

Yes, probably these texts should be added at some point. The initial reason for them being missing is that the web interface is supposed to be used mostly from a smartphone, which has no way to display tooltips upon cursor hovering buttons due to, well, the lack of any cursor on a touch screen.

@jhesketh
Copy link
Author

That's fair. It is difficult to display on mobile. A long press could show what the action does though perhaps?

Alternatively you could look at a "sheet" (https://material.io/components/sheets-bottom) or an extended floating action button (https://material.io/components/buttons-floating-action-button#extended-fab).

Either way, just an alt-text for desktop users would be helpful :-).

@pidator
Copy link
Contributor

pidator commented Sep 22, 2020

A long press could show what the action does though perhaps?

Some of the buttons on map tab do have already an additional action while long pressing them ;)

@avierck
Copy link

avierck commented Dec 17, 2020

From a UI/UX perspective I would actually prefer it a lot if the icons on the map would get a similar treatment to those on the bottom navigation bar: just give them localised text labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants