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
In order to style the utilities in the best possible way some changes were made:
- The utilities part of the code is re-ordered so that it generated the values before placing it in the html.
- The items DIV's now also have names of the data-types that are in them. This will allow for some fun things. Basically, the CSS can now target specific design changes for specific device/data types.
- Added span tags around all status-data, and wrapped those in another span-wrapper. This will allow backward compatibility with old themes, but give something to work with for more detailed designing of multiple data outputs per device. This is useful looking to the future as well.
- The utilities section now checks to see if the Bigtext value is the same as the Status value. If not, then it adds a class to the item div to indicate this. It also adds a class that indicates how many data-outputs the device wants to show via the status element. All this is already used in the late
0 commit comments