dongrote / home-network-admin

A tiny server to provide a RESTful interface for Siri Shortcuts at home
MIT License
1 stars 0 forks source link

Change UI layout #43

Closed dongrote closed 4 years ago

dongrote commented 4 years ago

Change UI layout to be tables with the following columns:

This way, regardless of state query time, the rows can all be rendered. Specific columns can be updated to indicate state for that device/service.

For devices, that Status column can render a loading icon, or the text “Checking ...”, or something along those lines.

For action buttons, they can be AsyncButtons as they are now.

dongrote commented 4 years ago

Could display a colored power icon to indicate online status to save horizontal space.