openremote
openremote copied to clipboard
FE: list of styling updates
- [x] Asset-viewer header sticky with shadow on scroll.
- [ ] Header: add dividers
- [x] service user creation: remove/change regenerate secret section as it will be auto generated after creation.
- [x] Assets: Linked users panel: If the user does not have a first and last name, the username isn't shown at all.
- [x] Keep uncollapsed state of asset tree in memory so when returning to the Assets page it looks the same (correct for potential changes in assets)
- [x] Insights: Chart: 'Add' button should not be clickable of no attribute is selected.
- [x] 'undefined' console log on insights page when adding attributes to chart or card. Check other places too.
- [x] Add configuration item dialog on modify asset page has padding causing a horizontal slider. Remove.
- [x] 'Add another condition' text in When-Then rules should be clickable as is the '+'
- [ ] Give dialogs the appropriate dialogHostElement so that they fit correctly in the element of the page they are relevant to.
- [x] Assets: when navigating from the map (view asset) to the asset page, the selected asset should not only be shown as 'selected' in the tree, but that asset should also be shown within view, without requiring to scroll down in a long list of assets
- [x] History data table should show latest timestamp at top
- [ ] Rules: Asset type list should be split in category "Used in project" and "Other". New endpoint needed for this?// Should be solved when only adding relevant asset types to a project?
- [ ] or-map: if 'center on my location' is used and user location does not exist in mapsettings bounds, show error message "location not within map bounds" as 'snackbar'
- [x] Replace logo and logo-mobile with smaller version. (in demo folder)
- [x] Off/On label of light switch is wrong way around
- [x] Asset: Edit: Parent edit button should be outlined not primary
- [x] Add 20px space at bottom of Asset viewer grid
- [x] Add unit to attributes in tooltips of chart
- [x] Attribute selection dialog (e.g. in Insights charts) should have the attributes in alphabetical order (use util)
- [x] Add titles to icon buttons throughout interface
- [x] Assets: Edit mode: Add config item modal has double borders for content.
- [x] Assets: Add attribute: Two selects of 'Custom attribute' should be hidden, so no height reserved.
- [x] Asset tree: Group/parent collapses when selected
- [x] Default language in manager config is not applied.
- [x] Show which language is currently selected
- [x] Manager interconnect: page title styling mobile
- [x] Max height of select lists. Example: add custom attribute, valueType
- [x] Expand add attribute modal in edit mode only when the two extra fields are needed.
- [x] Check whether fixed: or-input: selects should not be actionable for a read-only user
- [x] Asset page header on mobile
- [x] Area select (e.g. in rules) should have the action buttons switches to be in line with other dialogs
- [x] Sentence case asset type in Add asset dialog
- [x] Assets: Modify: set location dialog: Add explanatory text underneath map: "Long press to set location"
- [x] OkCancelDialog: Option to overwrite Ok text with e.g. Discard in 'Discard changes' modal
- [ ] Edit Asset: Group config items as in code (list with headers: https://github.com/openremote/openremote/wiki/User-Guide%3A-Assets-and-Attributes#attribute-configuration-items)
- [ ] Header menu list upper right on iOS: icon too close to text
- [x] Make checkboxes of or-attribute-input switches.
- [x] While in edit mode, copy asset > parent select is not visible
- [x] Make toggles in users page a checkbox
- [x] for 'door' type, make 'locked' = 'WRITE'
- [x] Asset-tree: Delete asset dialog action buttons switch order
- [x] Assets: underlying assets: add attribute modal change order of actions
- [ ] Assets: context aware location map. When a parent has a location, center the child location map on that area to improve QoL location selection
- [x] Assets: cant apply resizeVertical to attributes because the panel doesn't automatically scale
- [x] edit asset: add attribute [], e.g. asset type. Select multiple: row becomes too long
- [x] insights: attribute-card: Title should use Sentence case and label
- [x] Assets: import file as in spec.
- [x] Table headers: color: rgba(0, 0, 0, 0.6); font weight 500; Table add buttons: weight 500
- [x] or-mwc-input: Outlined text field should not have the ripple spans. See attached image
- [x] Newly added boolean attribute is 'undefined' and not false, which is what you would expect if the checkbox is empty.
- [x] Remove 'status' from sorting options Asset tree
- [x] Assets: viewer: columns have 10 px too much at top and bottom
- [x] Assets: Tree: The icon that toggles the filter options panel should show as 'window-close' when the panel is open.
- [x] Assets: Modify: Color select should have a width
- [x] Assets: Modify: slider range input should only show number, not slider. Does not fit nicely
- [x] Users: remove unused headers from service user table
- [x] Assets: Linked users: add click to user page
- [x] Rules: Then notifications and email recipients users > users list alphabetical
- [x] Users: Service user: Show a text in the MQTT connection panel when no connection is found.
- [ ] hide 'service-account' from link user panel on asset page
- [ ] Make lists of language dialog and realm select dialog of insights app a or-list component
