You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jena.apache.org by GitBox <gi...@apache.org> on 2022/08/02 10:06:41 UTC

[GitHub] [jena] kinow opened a new issue, #1467: Improve the upload progress indication bar color for in-progress

kinow opened a new issue, #1467:
URL: https://github.com/apache/jena/issues/1467

   ### Version
   
   4.6.0-SNAPSHOT
   
   ### Feature
   
   From: https://github.com/apache/jena/pull/1307#issuecomment-1202252555
   
   At the moment the upload is handled with a Vue component. It works very well, and is highly customizable. The default behavior for progress indication is as follows:
   
   1. No status
   2. After a file is selected it displays the file name
   3. After the upload now button is clicked a yellow bar is filled as the upload takes place
   4. Once the upload hits 100% it turns green and after a few ms's (probably updating DOM or waiting for DOM updates?) the text appears with the amount of data uploaded
   
   The issue is in the step 3, where the orange-y color can be perceived as an indication for warning or concern. I think we use this color in other places with that meaning too.
   
   We can displayed a striped bar, a blinking bar, use a lighter-green, etc. There are probably other ways to display it to the user in a less confusing way.
   
   ### Are you interested in contributing a solution yourself?
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@jena.apache.org
For additional commands, e-mail: issues-help@jena.apache.org