DemomanApp / DemoMan

The TF2 Demo Manager
GNU General Public License v3.0
39 stars 5 forks source link

Report realtime progress of long-time operations #63

Open Narcha opened 1 year ago

Narcha commented 1 year ago

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.