Dashticz / dashticz_v2

Alternative dashboard for Domoticz
107 stars 60 forks source link

Load frames, created by buttons, on demand. #429

Closed lokonli closed 5 years ago

lokonli commented 5 years ago

Currently frames, as created for buttons, are created during startup and frequently being refreshed in the background. This might give unwanted side effects, as reported in: https://www.domoticz.com/forum/viewtopic.php?f=67&t=17427&start=460#p204311

Since the frame is not visible, refreshing also doesn't make too much sense,

So I propose to remove the refreshing of frames which have been created by the buttons, and only load the content after the button has been pressed.