Bug: Changing multiple flags results in missed changes
sflems opened this issue · comments
When changing multiple flags at once, the board reloads before all flags are set.
Constance sends an update signal for every key. The supervisor update command function is nested in this receiver and needs to be moved to wait for all changes to be saved then to render the template and reload in one call.