Loading screen on editor / source init state
This commit is contained in:
@@ -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
|
||||
|
@@ -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...
|
||||
|
@@ -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...
|
||||
|
@@ -29,3 +29,8 @@ block content
|
||||
|
||||
include ../modals/create.pug
|
||||
include ../modals/move.pug
|
||||
|
||||
block outside
|
||||
#page-loader
|
||||
i
|
||||
span Loading source...
|
||||
|
Reference in New Issue
Block a user