mrodz / fieldz-desktop

Sports Scheduling & Administration Solution
https://www.fieldz.app
Mozilla Public License 2.0
2 stars 0 forks source link

On each retrieval of the `async_stream!` on the client side, send an event notifier to the frontend to display update progress in webview/src/lib/modals/Processing.svelte #132

Open mrodz opened 1 month ago

mrodz commented 1 month ago

Given that scheduling is done with an async_stream!, we can notify the client when we get each response RPC from the backend server and update a progress bar, instead of infinitely ticking a spinner of death.

mrodz commented 1 month ago

Low priority