- Autor - {build.author} -
+ {#if build.commits.length > 0} ++ Mensaje + {build.commits[0].message} +
+ {/if} +Duración {build.duration_seconds} s
- {#if build.status === 'failed'} -- Stage - {build.failed_stage} -
- + + {#if build.status === 'failure'} + {:else} {/if} diff --git a/frontend/src/styles/app.css b/frontend/src/styles/app.css index 412cea7..89e48c6 100644 --- a/frontend/src/styles/app.css +++ b/frontend/src/styles/app.css @@ -691,7 +691,7 @@ li { color: #f8fafc; } -.summary-branch { +.summary-commit { color: #a5b4fc; font-weight: 700; font-size: 0.95rem; @@ -718,7 +718,7 @@ li { box-shadow: 0 0 8px rgba(34, 197, 94, 0.6); } -.status-dot.failed { +.status-dot.failure { background: #f87171; box-shadow: 0 0 8px rgba(248, 113, 113, 0.5); } @@ -766,7 +766,7 @@ li { border-color: rgba(34, 197, 94, 0.3); } -.history-item.failed { +.history-item.failure { border-color: rgba(248, 113, 113, 0.35); }