From e7b35cd81f2e515371a30a59ea4173a31dbeefc5 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 6 Sep 2025 01:09:20 +0900 Subject: feat(backend): add admin page for game creation --- backend/admin/templates/game_edit.html | 8 +++++-- backend/admin/templates/game_new.html | 40 ++++++++++++++++++++++++++++++++++ backend/admin/templates/games.html | 3 +++ 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 backend/admin/templates/game_new.html (limited to 'backend/admin/templates') diff --git a/backend/admin/templates/game_edit.html b/backend/admin/templates/game_edit.html index 2d769c4..b171343 100644 --- a/backend/admin/templates/game_edit.html +++ b/backend/admin/templates/game_edit.html @@ -34,8 +34,12 @@
- - + +
diff --git a/backend/admin/templates/game_new.html b/backend/admin/templates/game_new.html new file mode 100644 index 0000000..3e3210a --- /dev/null +++ b/backend/admin/templates/game_new.html @@ -0,0 +1,40 @@ +{{ template "base.html" . }} + +{{ define "breadcrumb" }} +Dashboard | Games +{{ end }} + +{{ define "content" }} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+{{ end }} diff --git a/backend/admin/templates/games.html b/backend/admin/templates/games.html index b5c512a..402c702 100644 --- a/backend/admin/templates/games.html +++ b/backend/admin/templates/games.html @@ -5,6 +5,9 @@ {{ end }} {{ define "content" }} +
+ Create New Game +