From 034187d1c434b6bee32aeb539ea543f6ec537376 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 3 Jul 2026 16:55:23 -0400 Subject: feat: card ui added to drops, hazards, techs, and mods in admin gui --- internal/admin/templates/drops.html | 6 +++--- internal/admin/templates/hazards.html | 6 +++++- internal/admin/templates/modules.html | 6 +++++- internal/admin/templates/techs.html | 6 +++++- 4 files changed, 18 insertions(+), 6 deletions(-) (limited to 'internal/admin/templates') diff --git a/internal/admin/templates/drops.html b/internal/admin/templates/drops.html index c040ef2..fb67c86 100644 --- a/internal/admin/templates/drops.html +++ b/internal/admin/templates/drops.html @@ -10,9 +10,9 @@ + + {{end}} diff --git a/internal/admin/templates/hazards.html b/internal/admin/templates/hazards.html index 0d60df6..d7d4548 100644 --- a/internal/admin/templates/hazards.html +++ b/internal/admin/templates/hazards.html @@ -10,5 +10,9 @@ - + + + {{end}} diff --git a/internal/admin/templates/modules.html b/internal/admin/templates/modules.html index 0f8ca7c..e46af1b 100644 --- a/internal/admin/templates/modules.html +++ b/internal/admin/templates/modules.html @@ -10,5 +10,9 @@ - + + + {{end}} diff --git a/internal/admin/templates/techs.html b/internal/admin/templates/techs.html index 084d564..813d57b 100644 --- a/internal/admin/templates/techs.html +++ b/internal/admin/templates/techs.html @@ -10,5 +10,9 @@ - + + + {{end}} -- cgit v1.2.3