Big initialization rework in order to be able to facilitate preloaded backend settings
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user