From 90a042eea3362d3c3cde8439a6725d900683ecc1 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 20 Oct 2018 19:58:06 +0200 Subject: [PATCH] Added banlist and fixed pointer stringify --- ChangeLog.md | 5 + index.php | 8 +- package.json | 4 +- public_files.sh | 7 +- shared/css/helptag.scss | 125 + shared/css/modal-bancreate.scss | 73 + shared/css/modal-banlist.scss | 164 + shared/css/modals.scss | 8 +- shared/js/Identity.ts | 6 +- shared/js/connection.ts | 5 +- shared/js/load.ts | 7 + shared/js/main.ts | 11 +- shared/js/ui/client.ts | 8 +- shared/js/ui/frames/ControlBar.ts | 10 + shared/js/ui/modal/ModalBanClient.ts | 17 +- shared/js/ui/modal/ModalBanCreate.ts | 148 + shared/js/ui/modal/ModalBanList.ts | 320 + shared/js/utils/modal.ts | 12 +- templates.html | 244 +- vendor/moment/moment.js | 14380 +++++++++++++++++++++++++ 20 files changed, 15510 insertions(+), 52 deletions(-) create mode 100644 shared/css/helptag.scss create mode 100644 shared/css/modal-bancreate.scss create mode 100644 shared/css/modal-banlist.scss create mode 100644 shared/js/ui/modal/ModalBanCreate.ts create mode 100644 shared/js/ui/modal/ModalBanList.ts create mode 100644 vendor/moment/moment.js diff --git a/ChangeLog.md b/ChangeLog.md index d2e887e5..020c7a6b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,9 @@ # Changelog: +* **20.10.18** + - Project restructuring (forgot to update the changelog) + - Added a complete ban ui + - Fixed pointer stringify bug + * **30.09.18** - Added the permission system (Assignments and management) * Fixed poke and client description with empty message diff --git a/index.php b/index.php index 3a768aac..dff2f345 100644 --- a/index.php +++ b/index.php @@ -40,6 +40,7 @@ ?> + @@ -47,6 +48,8 @@ + + @@ -93,7 +96,7 @@ - +
@@ -128,8 +131,7 @@
-