-
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
[ux] UI improvements around issue image uploads #681
Comments
Agreed we could do more here. Possibly show a clientside preview. What's the purpose of renaming the image? Right now we obfuscate the filename on upload (that can change of course). |
|
I can't figure out how to add an image. Is it in production? Here's a shot at this without being able to test the existing functionality. Let me know if we support both drag & drop and click. The loading indicator is dots lighting up as the image loads. They could load a couple a time if it was loading fast or one at a time if slow. Renaming an image would happen in the brackets with the [ImageNameHere]. Is that too subtle @karlcow? Should we make a clear place to rename as you upload? Would be nearly the same on Desktop, slightly bigger. Icon is fa-plus-circle Colors are same placeholder color, or we could introduce a medium gray, if we haven't already #555555. |
Yeah, but for right now it's just for new bug reports (there's a little cloud upload thingy if you look at the bottom of the form at webcompat.com/?open=1). I'm in the middle of getting it to work for issue comments in #687. |
Ah ok. That makes sense. On Tue, Sep 1, 2015, 6:43 AM Mike Taylor [email protected] wrote:
|
These designs look good, @calexity. Two things to think about:
|
That's how I've currently implemented the issue image upload -- (just like GitHub) -- when you upload an image, it sends an AJAX POST to the server w/ the file and returns the URL. On success we append something like |
I think this can be closed now that #867 is fixed. See #879 (comment) for a gif of what this looks like now -- there is a preview of the image you're about to upload. |
Now that we deployed the new feature #24 for uploading images, we can now improve the User experience.
I just tested with https://webcompat.com/issues/1576
I see two issues, here the description of the UX. (other issue at #682 )
The text was updated successfully, but these errors were encountered: