WebUI: Keep config in sync with multiple tabs #2316
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changing a config option via webui should sync it with other webui instances currently looking at that. My initial idea was simply sending
{ config_reloaded: true }
to everyone except the requester, but multiple instances can be using the same account id, so that's not flawless.