mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
719da5fbd8
IDE page: connection manager and loading screen GitOrigin-RevId: 2cbc8c09aeb36a14eae66da78b267c7a830fb71a
28 lines
791 B
Text
28 lines
791 B
Text
extends ../layout
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressSkipToContent = true
|
|
- metadata.robotsNoindexNofollow = true
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/ide'
|
|
|
|
block content
|
|
main#ide-root
|
|
.loading-screen
|
|
.loading-screen-brand-container
|
|
.loading-screen-brand(style="height: 20%;")
|
|
h3.loading-screen-label #{translate("loading")}
|
|
span.loading-screen-ellip .
|
|
span.loading-screen-ellip .
|
|
span.loading-screen-ellip .
|
|
|
|
block append meta
|
|
include ./editor/meta
|
|
|
|
block prepend foot-scripts
|
|
each file in (useOpenTelemetry ? entrypointScripts("tracing") : [])
|
|
script(type="text/javascript", nonce=scriptNonce, src=file)
|
|
script(type="text/javascript", nonce=scriptNonce, src=(wsUrl || '/socket.io') + '/socket.io.js')
|