From 59147deec65bf23a69bf669bd3f725576077dc43 Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Tue, 16 Jun 2026 15:00:20 +0200 Subject: [PATCH] added utility designs --- public/js/app.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/js/app.js b/public/js/app.js index 1359a0e..14c9020 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -668,11 +668,11 @@ function editContribution(contributionId) { html: '
' + '
' + - '' + + '' + '' + '
' + '
' + - '' + + '' + '' + '
' + '
', @@ -921,14 +921,14 @@ function buildCategoryFilter() { const checked = activeFilters.indexOf(key) !== -1 ? 'checked' : ''; const count = counts[key] || 0; - html += '