From 70401d95675dcb362e38863f8cd10144c0ad0da2 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 21 Mar 2022 00:56:41 +0900 Subject: [PATCH] =?UTF-8?q?feat(WIP):=20=ED=84=B4=20=EC=84=A0=ED=83=9D?= =?UTF-8?q?=EA=B8=B0=EB=A5=BC=20multiselect=EC=97=90=EC=84=9C=20modal=20fo?= =?UTF-8?q?rm=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_history.php | 8 +- hwe/b_diplomacy.php | 8 +- hwe/index.php | 19 +- hwe/recent_map.php | 6 +- hwe/ts/PartialReservedCommand.vue | 764 +++++++++++------------- hwe/ts/components/CommandSelectForm.vue | 135 +++++ hwe/ts/defs.ts | 2 +- hwe/ts/map.ts | 8 +- hwe/v_processing.php | 11 +- 9 files changed, 521 insertions(+), 440 deletions(-) create mode 100644 hwe/ts/components/CommandSelectForm.vue diff --git a/hwe/a_history.php b/hwe/a_history.php index 1d8d9390..94473d95 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -203,9 +203,13 @@ $nations = $history['nations']; + [ + 'serverNick' => DB::prefix(), + 'serverID' => UniqueConst::$serverID, + ] + ])?> + +