From 291943f1d70f7b125f03dc1b7fdda8f93bde1f46 Mon Sep 17 00:00:00 2001 From: Sakibul Islam Date: Sat, 1 Nov 2025 10:07:51 +0000 Subject: [PATCH 1/6] Add rollup UI flow --- templates/queue.html | 157 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 144 insertions(+), 13 deletions(-) diff --git a/templates/queue.html b/templates/queue.html index a6dc753f..bf14c3a6 100644 --- a/templates/queue.html +++ b/templates/queue.html @@ -26,6 +26,35 @@ table td { padding: 0.5rem; } + + th.select-checkbox, + td.select-checkbox { + width: 2.5rem; + } + + #rollupModal { + display: none; + position: fixed; + z-index: 1000; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-color: rgba(0,0,0,0.5); + } + + #rollupModalContent { + background-color: white; + margin: 15% auto; + padding: 1rem; + border: 1px solid black; + max-width: 500px; + } + + #rollupModalClose { + float: right; + cursor: pointer; + } {% endblock %} @@ -53,17 +82,19 @@

+
+ @@ -79,6 +110,7 @@

{% for pr in prs %} + @@ -121,14 +153,24 @@

Contribute on GitHub
+ +
+
+ × +

+ +
+
+ {% endblock %} From d40fba329e7a97d059eafb405b44a5d9fd5a0bca Mon Sep 17 00:00:00 2001 From: Sakibul Islam Date: Sat, 1 Nov 2025 15:03:47 +0000 Subject: [PATCH 2/6] Upgrade data tables row group and select --- templates/queue.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/queue.html b/templates/queue.html index bf14c3a6..13f0f4ff 100644 --- a/templates/queue.html +++ b/templates/queue.html @@ -165,8 +165,8 @@

- - + +

# Status Mergeable
{{ pr.number.0 }}