From c0399a86fbe157f93fab206f2aeb166568889a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 21 Jan 2026 20:40:01 +0100 Subject: [PATCH] link to queue a commit from the landing page --- templates/landing-page.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/templates/landing-page.html b/templates/landing-page.html index 3bd9c4bd6..904eeea5a 100644 --- a/templates/landing-page.html +++ b/templates/landing-page.html @@ -135,6 +135,12 @@ .data-table td { background-color: #3a3a3a; } + + .queue-commit { + font-size: 0.8rem; + font-style: italic; + color: gray; + } @@ -264,7 +270,14 @@

Bevy Metrics

{% elif commit.status == "Queued" -%} Queued {% else -%} - + + + Queue this commit + + {% endif -%} {% endfor -%}