From 7a994f1de67d4a2d7f5db2f51326dcd52d9f113e Mon Sep 17 00:00:00 2001 From: Dani Ferri Date: Sun, 29 Sep 2019 16:16:23 +0200 Subject: [PATCH] Added logic for reordering modals Modals now have a z-index from 8999 to 8000 --- client/src/core/components/modals/modal.vue | 25 +++++++++++++++-- client/src/core/components/modals/store.ts | 31 +++++++++++++++++++++ client/src/game/ui/dmsettings.vue | 19 +++++++++---- client/src/game/ui/keybindsettings.vue | 28 +++++++++++-------- client/src/game/ui/menu/menu.vue | 4 +-- client/src/game/ui/note.vue | 22 +++++++++++---- 6 files changed, 100 insertions(+), 29 deletions(-) create mode 100644 client/src/core/components/modals/store.ts diff --git a/client/src/core/components/modals/modal.vue b/client/src/core/components/modals/modal.vue index 757a7ba92..c03fb4bd3 100644 --- a/client/src/core/components/modals/modal.vue +++ b/client/src/core/components/modals/modal.vue @@ -3,11 +3,18 @@
-