
start row layouting work on dropup rearrange markup, make tofu toggle bäm use placeholder instead of variable, doh add border replace all the icons adjust icons sizes use icon classes instead of svg more icons adjustments more icon tweaks on caches update coloring mixins fix stateMap, update db coloring mixin cleanup owner page even more icon fun popup tweaks tweak api icon change to new broadcast icon change icon path responsive tweaks dashboard filter hack around Safari's not quite standard flexbox behaviour update row labels and icon spacing rearrange links in sidebar make last builds a component, tweak svg stroke-width more icon tweaks fiddle around with svg view props rearrange links in branch-row tweak request icon add integration test more tweaks
36 lines
1.8 KiB
Handlebars
36 lines
1.8 KiB
Handlebars
{{#if isEmpty}}
|
|
<svg version="1.1" id="icon-nobuilds" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 15" xml:space="preserve">
|
|
<g id="nobuilds">
|
|
<circle cx="7.5" cy="7.5" r="7"/>
|
|
</g>
|
|
</svg>
|
|
{{else}}
|
|
{{#if isPush}}
|
|
<svg version="1.1" id="icon-push" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 15" xml:space="preserve">
|
|
<g id="push">
|
|
<circle cx="7.505" cy="7.354" r="2.854"/>
|
|
<line x1="14.5" y1="7.354" x2="10.349" y2="7.354"/>
|
|
<line x1="4.651" y1="7.354" x2="0.5" y2="7.354"/>
|
|
</g>
|
|
</svg>
|
|
{{/if}}
|
|
|
|
{{#if isPR}}
|
|
<svg version="1.1" id="icon-pullrequest" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 -1 16 17" xml:space="preserve">
|
|
<g id="pullrequest">
|
|
<circle cx="3.299" cy="2.344" r="1.699"/>
|
|
<circle cx="3.299" cy="12.801" r="1.699"/>
|
|
<circle cx="11.697" cy="12.801" r="1.699"/>
|
|
<line x1="3.299" y1="4.044" x2="3.299" y2="11.102"/>
|
|
<path d="M8.752,0.5c0,0-1.946,1.946-1.946,1.975h2.396c0,0,2.483-0.152,2.483,2.462s0,6.143,0,6.143"/>
|
|
<path d="M8.752,4.436c0,0-1.946-1.946-1.946-1.975"/>
|
|
</g>
|
|
</svg>
|
|
{{/if}}
|
|
|
|
{{#if isAPI}}
|
|
<svg version="1.1" id="icon-api" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 15 15" xml:space="preserve">
|
|
<g><path id="api" d="M13.676,5.327h-1.153V3.156c0-0.494-0.329-0.906-0.824-0.906H9.147c-0.412,0-0.824,0.412-0.824,0.906 v2.171H6.429V3.156c0-0.494-0.329-0.906-0.824-0.906h-2.47c-0.412,0-0.824,0.412-0.824,0.906v2.171H1.324C0.912,5.327,0.5,5.739,0.5,6.233v5.076c0,0.494,0.329,0.906,0.824,0.906h12.353c0.412,0,0.824-0.412,0.824-0.906V6.233C14.5,5.739,14.171,5.327,13.676,5.327z"/></g> </svg>
|
|
{{/if}}
|
|
{{/if}}
|