From 4d58c8cc2dc57bdd359b710282db7af6b37a0d93 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 14 Feb 2018 22:02:54 -0800 Subject: [PATCH] async load dialogs --- routes/_components/dialog/dialogs.js | 3 +++ routes/_components/status/Media.html | 13 +++++++------ routes/_utils/asyncModules.js | 6 +++++- routes/settings/instances/[instanceName].html | 7 ++++--- 4 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 routes/_components/dialog/dialogs.js diff --git a/routes/_components/dialog/dialogs.js b/routes/_components/dialog/dialogs.js new file mode 100644 index 0000000..af21072 --- /dev/null +++ b/routes/_components/dialog/dialogs.js @@ -0,0 +1,3 @@ +export * from './showConfirmationDialog' +export * from './showImageDialog' +export * from './showVideoDialog' \ No newline at end of file diff --git a/routes/_components/status/Media.html b/routes/_components/status/Media.html index 5d3416d..178bb8f 100644 --- a/routes/_components/status/Media.html +++ b/routes/_components/status/Media.html @@ -116,8 +116,7 @@