From 139fe01f61f0bbac75d1e82d87174a4fa4c8f399 Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Mon, 8 Dec 2025 16:50:00 -0500 Subject: [PATCH] added tailwinds --- .../battlbuilder/model/Platform.java | 12 + .../webapp/WEB-INF/views/platform-manager.jsp | 253 +++++++----------- 2 files changed, 106 insertions(+), 159 deletions(-) diff --git a/src/main/java/group/goforward/battlbuilder/model/Platform.java b/src/main/java/group/goforward/battlbuilder/model/Platform.java index 2f47fb0..a2627d8 100644 --- a/src/main/java/group/goforward/battlbuilder/model/Platform.java +++ b/src/main/java/group/goforward/battlbuilder/model/Platform.java @@ -33,6 +33,10 @@ public class Platform { @Column(name = "deleted_at") private OffsetDateTime deletedAt; + @ColumnDefault("true") + @Column(name = "is_active", nullable = false) + private Boolean isActive = true; + public Integer getId() { return id; } @@ -81,4 +85,12 @@ public class Platform { this.deletedAt = deletedAt; } + public Boolean getIsActive() { + return isActive; + } + + public void setIsActive(Boolean active) { + this.isActive = active; + } + } \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/platform-manager.jsp b/src/main/webapp/WEB-INF/views/platform-manager.jsp index 5ca88d2..1c90d91 100644 --- a/src/main/webapp/WEB-INF/views/platform-manager.jsp +++ b/src/main/webapp/WEB-INF/views/platform-manager.jsp @@ -4,185 +4,118 @@ Platform Manager - + - -

Platform Manager

- -
- -
-

Add New Platform

-
- - -
- - + +
+

Platform Manager

+ + + +
+

Add New Platform

+ + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+

Existing Platforms

- -
- - +
+ + + + + + + + + + + + + + +
IDKeyLabelCreated AtUpdated AtActions
- - - - -
- -
-

Existing Platforms

- - - - - - - - - - - - - - -
IDKeyLabelCreated AtUpdated AtActions
+