Hello. I just saw that the default Clojars badges have been replaced with <http://shields.io|shields.io>
badges. Before I noticed that I was looking into making the Clojars badges a bit nicer, i.e. allow selection of dependency text & give it a general design refresh.
I think with text selection being possible this would be a good advantage over http://shields.io's badges. Would such contribution be welcome & would you be open to bring back custom clojars badges? :simple_smile:
@martinklepsch: Do you have idea how to make the text selectable? I haven't found any way to make that work
@juhoteperi: the issue is that the whole thing is wrapped in a link, if we only wrap parts of it in a link and don't wrap the text then text will be selectable
Cool
Don't like that the logo is rotated but otherwise it becomes either too small or too big
logo would be clickable text would not..
What's also interesting: we could link the majority of the text as well assuming that users start selecting at the end or beginning
It should visually show where to click to open click and where to select text
No assumptions should be made about how users try to use it
Agree about the clicking, selecting text however is pretty obvious no?
Wont be very obvious as the badges have not worked like that before
@juhoteperi: true. my thinking was that people will try again if it looks different
The above is very explicit but also much more heavy than it should be IMO
Does SVG allow tooltips?
haha
@juhoteperi: I think it allows alt
but no tooltips I think
Would be best if we could use JS but that would be best alternative maybe
what about <title>
element?
doesn't do anything for me: http://codepen.io/anon/pen/bpgmeZ
wrap everything inside <g>
that did the trick :simple_smile:
so with that in mind, what do you suggest?
Have the title say "You can copy this."?
Maybe
I want a wider-than-tall version of the logo 😄
@martinklepsch: the code for the badges is still there, and I'm open to advertising it again if it was indeed selectable
hi. is anyone able to download [reverie-core “0.8.0-SNAPSHOT”] from clojars? i have successfully deployed it, but whenever i try to download it to one of my projects it complains about not being able to find it
@emil0r: you are probably hitting https://github.com/clojars/clojars-web/issues/514. Try rm -rf ~/.m2/repository/reverie-core/reverie-core/0.8.0-SNAPSHOT
and try to download it again
I have a fix for that but haven't had a chance to deploy it to production
ah. thanks @tcrawley :simple_smile: