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

Resize Target Item Field #381

Closed
lonebaggie opened this issue Jan 23, 2017 · 5 comments
Closed

Resize Target Item Field #381

lonebaggie opened this issue Jan 23, 2017 · 5 comments
Assignees
Milestone

Comments

@lonebaggie
Copy link

Just upgraded to Version 4. With all the new field options on the add device, the target item field width is very small . The target item field has the payload for all my UDP calls which are at least 40 characters long.

Took me a while to figure out how to increase the width. Would it be possible for the program to remember the new field width size , or an option to change the default width , just to make my configuration more readable ?

If not can the pull down menus be shortened as they are much longer then required ?

Very, very minor issues but it just stumped me for a while.

Glad to see the donate option, this program is brilliant and deserve support many thanks

@bwssytems
Copy link
Owner

There is a size request in the code, but due to the dynamic nature for sizing from angular, it may not use it as to fit all the fields as you are seeing.

@tuicemen
Copy link

I think if all fields for on/off and dim items rows were made the same initial size it would be more user friendly.
At least it would allow new users to read the titles as it is now they're guessing at some.

@darnold64
Copy link

How do you change the column / row sizes...I tried everything...no luck. I reverted to version 3.5.1 to set everything up because I found it so hard to add things in version 4.5.0 since the target item field in my MS Edge browser is only about a character wide.

@bwssytems
Copy link
Owner

Ahh, use chrome. It will show the resize handle on the fields

@FloFoer
Copy link
Contributor

FloFoer commented Aug 1, 2017

I got annoyed by the uniform auto resize too and i handled it that way:
Simply change editdevice.html so that the single columns have appropriate "min-width" css attributes. That way you can forbid the "target item" field to get smaller than a specified still useful minimum. Of course that's anti responsive thinking, but please, who configures ha-bridge with anything with a small screen. I also applied some max-widths for fields like "delay", because these really don't have to be that big and with that there is more room available that could be used elsewhere better.

The auto resize function recognizes the min and max widths and scales everything as uniform as possible while still respecting the specified boundaries.

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

No branches or pull requests

5 participants