From 9fe915036c16f95117150a07cdbcd2da8758cbdd Mon Sep 17 00:00:00 2001 From: Dan Livings Date: Mon, 23 Sep 2024 13:47:10 +0100 Subject: [PATCH] Make information in sortable columns sticky within their row Each row in the table can become quite tall when the list of dependencies is expanded. This allows information in the sortable columns to not scroll off the top of the view until the row itself is leaving the view, so that the information is visible most of the time. --- index.njk | 64 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 56 insertions(+), 8 deletions(-) diff --git a/index.njk b/index.njk index d8a637d..a8151f1 100644 --- a/index.njk +++ b/index.njk @@ -148,14 +148,62 @@ - {{ repo.openIssues }} - {{ repo.openBotPrCount }} - {{ repo.openPrCount }} - {{ repo.updatedAt }} - {{ repo.mostRecentPrOpenedAt }} - {{ repo.oldestOpenPrOpenedAt }} - {{ repo.mostRecentIssueOpenedAt }} - {{ repo.oldestOpenIssueOpenedAt }} + + + + {{ repo.openIssues }} + + + + + + + {{ repo.openBotPrCount }} + + + + + + + {{ repo.openPrCount }} + + + + + + + {{ repo.updatedAt }} + + + + + + + {{ repo.mostRecentPrOpenedAt }} + + + + + + + {{ repo.oldestOpenPrOpenedAt }} + + + + + + + {{ repo.mostRecentIssueOpenedAt }} + + + + + + + {{ repo.oldestOpenIssueOpenedAt }} + + + {% else %}