From 92389f3512e9a93256398a3ee201c417c5fa4e11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:22:40 +0000 Subject: [PATCH 1/3] Initial plan From ff489288ad13f37abe140d5d61d7dc8e4d3e67f8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:25:11 +0000 Subject: [PATCH 2/3] Change label "Filter" to "Show" in index page Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 4f3fa4dd..77db642a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -227,7 +227,7 @@

All comparisons

{{snippetCount}} snippets
- Filter: + Show: From d0a38e448f43da9a6a488f6b7041180b2d253f20 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:30:52 +0000 Subject: [PATCH 3/3] Fix horizontal alignment of "Show:" label with filter pills Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> --- site/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/styles.css b/site/styles.css index cc637be3..06f58ef4 100644 --- a/site/styles.css +++ b/site/styles.css @@ -349,9 +349,17 @@ nav { flex-wrap: wrap; gap: 8px; justify-content: center; + align-items: center; margin-bottom: 40px; } +.filter-label { + font-size: 0.82rem; + font-weight: 500; + color: var(--text-muted); + padding: 7px 8px 7px 0; +} + .filter-pill { padding: 7px 16px; border-radius: 999px;