-
Notifications
You must be signed in to change notification settings - Fork 3k
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
more-info panel of light(groups) UI/UX #627
Comments
I would actually switch to a color wheel for the color picker. |
The color temperatur should be changed to show red on the left and blue on the right |
I'm open for improvements. The more info has grown to be a catch all of all functionality added to devices over the years. The model/serial info etc has already been removed in the next release. Maybe a good first step would be to just move the history to a new tab in the modal? I like this one from the Material design spec Not sure how we would approach that by still showing the current entity. Don't see any precedent for it in the spec or any apps I know. Anyway, I think that redesign approaches should start with mockups, not with code. |
The downside of tabs is that we take precious (on mobile) space. The question is - which tab to open by default. Since @balloob is against customizations - we could remember (on device) which tab was last opened for that specific entity. |
Is color temperature also possible for colored light or only for white? |
Depends on the lights supported features I guess. |
Awesome mock ups! Nice touch by adding the logbook to the history tab. I don't think that it will take too much white space. In fact, it might be actually less since we're going to split more infos into multiple views. I think that if we remember the last opened tab per entity id, it will satisfies the use case by @andrey-git too. If there are attributes that are interesting, we should look into what they are and if we can standardize them for the component they belong to. Tabs are going to open a whole new world.
|
Trying to understand what this would look like on mobile, specifically how to get out of the modal assuming that it takes up the entire screen. Also for very tall modals will they be scrollable? |
|
I have a functional version (sort of) of those mockups. I also added a dismiss button and made the paper-dialog fixed height on mobile. https://github.com/NovapaX/home-assistant-polymer/tree/mockup |
The back button totally works on mobile. Spend a lot of time on that one 😏 Instead of doing the empty space as we do now, I suggest we just render a toolbar with a back button on mobile, like the subpages in the config. That way people will think it's just a full screen page on mobile |
The back button indeed works in the browser. My mistake. I actually like how it is still a modal on mobile, but indeed it is vertical space wasted. I think we should be placing important navigation and controls in the 'thumb-area' on mobile. So they can be easily reached one-handed. |
Well Android has the back button. I prefer to follow the material design guidelines. |
TRue. Then the iOS app should probably also just display a back button bottom left. (Where iOS safari has it too) |
Yeah I don't mind tweaking the design slightly to accommodate iOS users. Although I guess Safari has the swipe from the right to go back? |
btw when we implement such a thing, we should break it down in many small PRs. I don't want a single PR with all the changes. PRs for:
|
The swipe works indeed in the browser. (I guess I've just been using the app so far) I have indeed split those up. The (rough) work I've done so far on the color picker and the tabs is in separate branches. (hence the 'mockup' branche where I merged the two to get a feel of how it would work together.) |
I've pushed some updates to the combined branch. The color wheel got quite a lot of usability improvements.
That color wheel is almost ready for a PR. couple of questions still:
any suggestions always welcome. |
I like that right now you are able to drag with your finger over the color picker and the light changes as you go. I'm fine with killing the old color picker. |
Agree. I’ll just let it fire the color picked event. The more-info panel (or wherever it will be used) must take care of throttling if needed. (The more-info-light already does this.) |
Closing since the accompanying PR went stale and was closed. |
I have been looking at (and using) the more-info light panels and I noticed some 'issues'. See image below.

NOTE: This is not about 'getting someone to fix it' but more about getting a discussion started about the UI/UX. I'll be happy to code (some things) myself, but not before there is some consensus on the changes.
The text was updated successfully, but these errors were encountered: