Loading screen on editor / source init state

This commit is contained in:
NGPixel
2017-04-02 23:27:07 -04:00
parent 1ced194cd2
commit 1ba115a997
13 changed files with 150 additions and 237 deletions

View File

@@ -12,8 +12,6 @@ html(data-logic='configure')
// JS / CSS
script(type='text/javascript', src='/js/configure.min.js')
block head
body
#root
#header-container

View File

@@ -25,3 +25,8 @@ block content
include ../modals/editor-file.pug
include ../modals/editor-video.pug
include ../modals/editor-codeblock.pug
block outside
#page-loader
i
span Loading editor...

View File

@@ -25,3 +25,8 @@ block content
include ../modals/editor-file.pug
include ../modals/editor-video.pug
include ../modals/editor-codeblock.pug
block outside
#page-loader
i
span Loading editor...

View File

@@ -29,3 +29,8 @@ block content
include ../modals/create.pug
include ../modals/move.pug
block outside
#page-loader
i
span Loading source...