Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report realtime progress of long-time operations #63

Open
rmburg opened this issue Mar 27, 2023 · 0 comments
Open

Report realtime progress of long-time operations #63

rmburg opened this issue Mar 27, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@rmburg
Copy link
Member

rmburg commented Mar 27, 2023

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 rmburg added the enhancement New feature or request label Mar 27, 2023
@rmburg rmburg added this to the Release 2.0.0 milestone Mar 27, 2023
@rmburg rmburg modified the milestone: Release 2.0.0 Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant