From ac155d88437a2ceefeced38779bc6918e3f21443 Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Wed, 22 Apr 2026 12:02:11 +0200 Subject: [PATCH] feat: +/- buttons on service pills for additive/subtractive filtering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace single-click service pill filter with explicit +/− buttons - '+' adds the service to the current filter (keeps other selections) - '−' removes the service from the current filter - Result pills keep toggle click behavior - Add .pill__action styles for small inline buttons --- backend/frontend/index.html | 22 ++++++++++++++++------ backend/frontend/style.css | 25 +++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 6 deletions(-) diff --git a/backend/frontend/index.html b/backend/frontend/index.html index 4e2eafe..1bacab4 100644 --- a/backend/frontend/index.html +++ b/backend/frontend/index.html @@ -4,7 +4,7 @@ Admin Operations Center - + @@ -184,7 +184,11 @@