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

Add onFileStart, onFileEnd callback functions. #1200

Open
chrislaurie-io opened this issue Dec 29, 2022 · 2 comments
Open

Add onFileStart, onFileEnd callback functions. #1200

chrislaurie-io opened this issue Dec 29, 2022 · 2 comments
Labels
feature-candidate This issue might result in a feature to be implemented suggestion New feature or request

Comments

@chrislaurie-io
Copy link

I use file picker with multi-select, often from cloud storage. This means that there can be a long wait between when the user selected the files and when they are ready to be processed. It then appears that the app is hanging. I show a spinner, but would love to give feedback to the user, so they can see there is something happening.

I was thinking of adding callbacks on file start and on file end. Possibly even a callback, say every 200 milliseconds, to indicate progress on larger files. Then I can give good feedback to the user.

@chrislaurie-io chrislaurie-io added the suggestion New feature or request label Dec 29, 2022
@github-actions
Copy link

github-actions bot commented Jan 6, 2023

This issue is stale because it has been open for 14 days with no activity.

@github-actions github-actions bot added the stale label Jan 6, 2023
@github-actions
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

@philenius philenius added the feature-candidate This issue might result in a feature to be implemented label Apr 12, 2023
@philenius philenius reopened this Apr 12, 2023
@github-actions github-actions bot removed the stale label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-candidate This issue might result in a feature to be implemented suggestion New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants