From 28a65876c8992a878654ee12ca6bd6419bd77dc9 Mon Sep 17 00:00:00 2001 From: Michael De Giovanni Date: Thu, 20 Aug 2020 12:07:05 +0200 Subject: [PATCH 1/8] Add loader to modal. Add event listener to close the modal. --- core/src/Modal.html | 67 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/core/src/Modal.html b/core/src/Modal.html index b4eddfe452..254d2ca4dd 100644 --- a/core/src/Modal.html +++ b/core/src/Modal.html @@ -22,16 +22,37 @@

{modalSettings.title}

+ {#if showLoadingIndicator} +
+
+
+
+
+
+
+ {/if}