Is there any hook that would let me show a progress indicator while image is uploading?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 406
- Forks
- 131
- Avg merge
- 2h 32m
- Merged PRs (30d)
- 2
Description
I've got image uploading working well but would like to show some sort of visual indication that this is "in process" to the user. I tried hooking into the upload configuration to set a loading bit and show a progress spinner but this causes an issue with the returned promise after the upload completes and an error is thrown in Jodit.
Wondering if there's some configuration switch I'm missing or a correct way for me to hook this onto the UI.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the upload configuration and returned promise handling described in the issue. No files, tests, or entry points are named, so locate the React wrapper's upload integration before deciding how progress should be exposed. Done should provide a usable upload-progress hook or configuration path without causing the reported promise error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100