Files
Bolt/app/src
Adam 1375b0a2f0 app: change how client list is fetched
The old method was that a message would come in via postMessage that
indicates we should send a request to the client-list endpoint to
download a new list. Now, the message that comes via postMessage
contains the list, and the client-list endpoint has been repurposed to
request a new list via postMessage instead of in the web response. This
saves some back-and-forth between processes, and also some needless
conversion to and from a string.
2024-09-10 04:32:10 +01:00
..
2024-07-13 22:44:08 -04:00
2024-09-10 04:32:10 +01:00