-
Notifications
You must be signed in to change notification settings - Fork 192
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 ability to upload image from an issue comment #687
Comments
I'll probably use |
OK, all the mechanics are in place. Just waiting on UX design stuff in #681 and we can improve on what I've done here. |
Maybe we should just land this as is, and then iterate on improvements. I think I need to add some Ajax spinner jazz before sending a PR. Will work on that now. |
With #24, we can upload images from new bug reports. We should be able to do so from image comments as well. Since we interact with comments at the JS/API level, this will require extending upload.py to work accodingly (which I think @hallvors will need for some of the tooling he will be working on anyways.
The text was updated successfully, but these errors were encountered: