Update button for values in control page

Issue #11 resolved
Former user created an issue

I have a development suggestion about the “control page” of the better logic app.

In the page all the variables are shown in order of latest update. I have lots of fast updated variables (in seconds or so), this causes that the page is very slow and will sometimes crash the app completely.

I would suggest that put a update button in the control page so that user can update the values when they want.

Comments (4)

  1. arie repo owner

    Okay, version 2.4.7 is in test.

    I have not (yet) build in a Update Toggle in the settings.
    Because the part that updates the variables, i had not changed yet.

    Every time a variable was updated, the SettingsPage gets an “alert” and then it reloads ALL variables, and reloads all dates that come with it…
    When you have a lott of variables, this reloading is hard…

    So, what i did, as first step, when an variable is update/created/removed, the variable with the formatted date is send to the SettingPage within the alert, no need for further communications.
    Then i only update that specific variable in the SettingPage.

    Now, i am starting a few test to see how this works.

    But i would love to hear how this works for you!

    Let me know!

  2. arie repo owner

    i will also work on an update toggle, since, when the page is updating, you cannot really scroll through it or select a variable.

  3. Log in to comment