From 63fb4139d5ac5207b057bce46c4288df982bbeb1 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Mon, 29 Jul 2024 10:29:54 -0700
Subject: Add ability to deactivate/reactivate soldier records; make hex
clearing work with right-click and add a confirmation modal dialog
---
public/assets/css/style.css | 1 +
public/index.html | 33 ++++++++++++++++++++++-----------
2 files changed, 23 insertions(+), 11 deletions(-)
(limited to 'public')
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index f2eef7b..4ff79cf 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -132,6 +132,7 @@ button.set-firing-arc img {
position: relative;
white-space: nowrap;
background-color: white;
+ transition: transform 0.25s;
}
.soldier-record span[slot] {
diff --git a/public/index.html b/public/index.html
index d4a9733..870c79e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -101,17 +101,17 @@
Hand Grenades
+
+
+
+
+
+
+
+
@@ -361,9 +361,20 @@
--
cgit v1.2.3