DemoMan icon indicating copy to clipboard operation
DemoMan copied to clipboard

Report realtime progress of long-time operations

Open rmburg opened this issue 3 years ago • 0 comments

Long-running operations, like loading of many demos in a demo directory, should report real-time progress to the user.

Implementation notes: We need to dispatch a Tauri event in the backend when the progress changes, and need to subscribe to these events in the frontend after starting a Tauri command.

rmburg avatar Mar 27 '23 12:03 rmburg