You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard list item widgets; default widget logic for list display (openhab#270)
Add list items widgets:
- oh-label-item
- oh-toggle-item
- oh-slider-item
- oh-rollershutter-item
- oh-player-item
- oh-stepper-item
- oh-colorpicker-item
Most config options are forwarded to the system
widget displayed on the "after" slot, which may also be
defined in the widgets' definitions.
Move default standalone widget logic to dedicated JS file.
Default list widget logic.
Change the label of the standard library's card widgets.
Add standard list widgets to listWidget metadata editor
picker; add preview sheet.
Misc fixes in global app styles, analyzer.
Let the user choose the list item widget to add in an oh-list.
"Add from Model..." option in new widget action sheets.
Add a model treeview popup to add default widgets (standalone or list)
easily to a layout (block column or masonry) or a list, simply by
browsing the semantic model and picking items.
Other renames and file structure reorganizations.
Add a new action to show group members in a popup, using their
default list representation. Make it the default action for Group items,
for both standalone and list widgets.
Make semantic cards on the home page functional:
Use the default list widgets to render items in the card.
(order not considered for now, but visible and visibleTo
configured in the listWidget metadata might work to filter
out items based on an expression/the current user's roles?)
Remove warning messages.
Make cards (and headers) a little bit thinner.
Signed-off-by: Yannick Schaus <[email protected]>
text:'The semantic cards rendering is currently for demonstration purposes only. It is not functional nor updates in real time. Please use another app like Basic UI or HABPanel to interact with your items.',
text:'The semantic cards rendering is currently for demonstration purposes only. It is not functional nor updates in real time. Please use another app like Basic UI or HABPanel to interact with your items.',
text:'The semantic cards rendering is currently for demonstration purposes only. It is not functional nor updates in real time. Please use another app like Basic UI or HABPanel to interact with your items.',
0 commit comments