Big initialization rework in order to be able to facilitate preloaded backend settings

This commit is contained in:
2018-11-20 12:13:10 -03:00
parent 88d5f55e90
commit fe6653442c
5 changed files with 38 additions and 17 deletions
+8 -9
View File
@@ -14,15 +14,14 @@
.ui.floating.info.message
i.close.icon{action (mut globals.flash.notice) ''}
= globals.flash.notice
= outlet
/if globals.preload_resources_fulfilled
/ = outlet
/else
/ .ui.icon.message
/ i.notched.circle.loading.icon
/ .content
/ .header Preloading resources...
/ p Loading resources globally required before continuing with the application.
if globals.initial_resources_fulfilled
= outlet
else
.ui.icon.message
i.notched.circle.loading.icon
.content
.header Initial resources not loaded...
p Loading resources globally required before continuing with the application.
/button.basic.button{ action 'debug'} debug
= outlet 'modal'