XHunter74 / ioBroker.apcups

Repository for ioBroker apcusb project
MIT License
3 stars 3 forks source link

Compatibility check and testing for Responsive Design (jsonConfig) #43

Closed ioBroker-Bot closed 3 weeks ago

ioBroker-Bot commented 4 weeks ago

Notification from ioBroker Check and Service Bot

Dear Adapter developer,

ioBroker should be fully usable and operable on mobile devices

So please check your adapter jsonConfig for Responsive Design. You can perform these tests in the developer console of your browser (F12)


For jsonConfig, all resolutions should be taken into account in the respective inputs.

The following resolutions are provided:

We recommend the following values for the standard layout

"xs": 12,
"sm": 12,
"md": 6,
"lg": 4,
"xl": 4

The following entry should be made below "type": "tabs" in order to display a clearly legible table bar:

"tabsStyle": {
  width: "calc(100% - 100px)"
},

Please close the issue after you checked it.

Feel free to contact me (@iobroker-bot) if you have any questions.

And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.

your
ioBroker Check and Service Bot

@simatec for evidence

Note: If you added Responsive Design tests already, simply close this issue.

XHunter74 commented 3 weeks ago

Adjusted admin layout.

simatec commented 3 weeks ago

Please added the Example Values for Type Table

"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12

https://github.com/XHunter74/ioBroker.apcups/blob/9e9905d2e8650557eccc107f4e1fda03b961bf8f/admin/jsonConfig.json#L12

simatec commented 3 weeks ago

Please add the resolution ‘xl’ for large screens

XHunter74 commented 3 weeks ago

Please added the Example Values for Type Table

"xs": 12,
"sm": 12,
"md": 12,
"lg": 12,
"xl": 12

https://github.com/XHunter74/ioBroker.apcups/blob/9e9905d2e8650557eccc107f4e1fda03b961bf8f/admin/jsonConfig.json#L12

@simatec, Please clarify because the type table has no Example Values.

simatec commented 3 weeks ago

https://github.com/iobroker-community-adapters/responsive-design-initiative

simatec commented 3 weeks ago

thx