Focuses searchbars on most dialog boxes
and pages when in desktop mode.
Closes#677.
Fixes searching on new thing type selection screen.
Fixes#683.
Partial styling fix for dark mode w/ filled bars, fixes#780.
Disable smart select popup animations when page transitions
are disabled.
Signed-off-by: Yannick Schaus <github@schaus.net>
Depends on https://github.com/openhab/openhab-core/pull/1970.
Also:
- Add abiilty to create a Blockly script directly.
- Only update statuses that changed in the rules list (might help with #673 and similar to #466/#439).
Signed-off-by: Yannick Schaus <github@schaus.net>
* New translations en.json (Ukrainian)
* New translations en.json (Ukrainian)
* New translations en.json (French)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (German)
* New translations en.json (Russian)
* New translations en.json (Russian)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (Greek)
* New translations en.json (Greek)
* New translations en.json (Hebrew)
* New translations en.json (Greek)
* New translations en.json (Czech)
* New translations en.json (Czech)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Slovenian)
* New translations en.json (Hebrew)
* New translations en.json (Hebrew)
* New translations en.json (Hebrew)
* New translations en.json (Czech)
* New translations en.json (Czech)
* New translations en.json (Czech)
* New translations en.json (French)
* New translations en.json (Czech)
* New translations en.json (German)
* New translations en.json (Hungarian)
* New translations en.json (Hungarian)
* New translations en.json (Greek)
Fixes#643.
Validate numbers on blur only
Allows to input "-" temporarily, fixes#519.
Don't show the clear button (it gets over the stepper arrows on some browsers).
Signed-off-by: Yannick Schaus <github@schaus.net>
Display lock icon if there are locks, whatever their state,
according to the spec in #556. Fixes#651.
Add missing alarms (not in the title like #556 but in
the glance area.
Don't consider non-finite values when computing measurement averages. Fixes#650.
Change styles of setpoint badge. Fixes#649.
Signed-off-by: Yannick Schaus <github@schaus.net>
The rule designer's new action module wizard
has a slider to help set the command for dimmers,
rollershutters & numbers but it doesn't work well
and prevents the input of command values
outside the range, which might prove problematic
(in particular there's no way anymore to set a
rollershutter item to UP/DOWN/STOP...).
So disable it for now.
Also fix bugs with the "thing" trigger wizard.
Signed-off-by: Yannick Schaus <github@schaus.net>
Change links to the docs throughout the app
to short redirect links so they can change and
be updated without updating the code.
Signed-off-by: Yannick Schaus <github@schaus.net>
As reported in https://community.openhab.org/t/wiki-building-pages-in-the-oh3-ui-documentation-draft-1-3/104382/58
Sometimes the colorpicker enter infinite loops
sending the same command endlessly, due to
either rounding errors in the HSB components
or other causes.
These fixes should make it better and avoid
these situations.
Add a key to the widget preview in the model
details to avoid reusing widgets when the
configuration differs.
Signed-off-by: Yannick Schaus <github@schaus.net>
Use the summary option added to some API resources in
https://github.com/openhab/openhab-core/pull/1827
when displaying counters or lists that don't
need the entire object.
Signed-off-by: Yannick Schaus <github@schaus.net>