kevinburke / doony

UI Improvements for Jenkins
http://doony.org
Other
970 stars 116 forks source link

Replace those terrible blue orbs #2

Closed kyleconroy closed 10 years ago

kyleconroy commented 10 years ago

I hate them so much

kevinburke commented 10 years ago

good idea!

kyleconroy commented 10 years ago

Maybe something similar to CircleCI?

screen shot 2013-09-30 at 9 29 57 pm

kevinburke commented 10 years ago

Those would work but take up a lot of space. What about high-res icons of something with the same sort of colors

carlosdp commented 10 years ago

Or even just flat circles with green/yellow/red?

kyleconroy commented 10 years ago

@carlosdp +1 Who needs drop shadows? Just use divs and css

carlosdp commented 10 years ago

Never understood why they were blue either. Green is the "good" color, the first time I used Jenkins, I thought blue meant it was queued or something =P

mikebell commented 10 years ago

Thank the gods for Green Balls - https://wiki.jenkins-ci.org/display/JENKINS/Green+Balls

kevinburke commented 10 years ago

Just spent a good hour trying to get http://css-tricks.com/css-pie-timer/ running for the blinking balls and failed utterly

petems commented 10 years ago

@carlosdp http://jenkins-ci.org/content/why-does-jenkins-have-blue-balls :+1:

kevinburke commented 10 years ago

The orbs are green and don't have shadows, working on the flashy ones now

kevinburke commented 10 years ago

Okay I got it working, it looks really good except the spinny circle effect isn't that cool because Jenkins replaces the entire Build History page every 5 seconds. Here's a screenshot:

I need to apply this consistently, it's all relative CSS/JS so it should scale to 48px without any problems.