From 072c8da18bbf0bc2c90e7f442fe540c0e6384111 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Fri, 30 Jan 2026 12:27:50 +0100 Subject: [PATCH] ux: modernize voting config page --- .../communities/[slug]/voting-config.astro | 90 +++++++------------ 1 file changed, 32 insertions(+), 58 deletions(-) diff --git a/frontend/src/pages/communities/[slug]/voting-config.astro b/frontend/src/pages/communities/[slug]/voting-config.astro index eae9b15..c484895 100644 --- a/frontend/src/pages/communities/[slug]/voting-config.astro +++ b/frontend/src/pages/communities/[slug]/voting-config.astro @@ -6,47 +6,28 @@ const { slug } = Astro.params; --- -
- +
+
+
+
+
+

Voting Configuration

+

Configure voting methods for this community

+
+ Back to Community +
+
-
-

Loading voting methods...

+
+

Loading voting methods...

+
-
+
@@ -220,7 +194,7 @@ const { slug } = Astro.params; const methods = await res.json(); container.innerHTML = methods.map(m => ` -
+