mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
Add connection and SyncTex alerts GitOrigin-RevId: 5004a0d356d0a0355d125516a18db1f57e617a7f
33 lines
876 B
Plaintext
33 lines
876 B
Plaintext
extends ../layout
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressSkipToContent = true
|
|
- metadata.robotsNoindexNofollow = true
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/ide'
|
|
|
|
block css
|
|
each file in entrypointStyles('ide')
|
|
link(rel='stylesheet', href=file)
|
|
|
|
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')
|