mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
* Create a UI to test socket connection * Add Clock Delta to the measurements * Add colors to DiagnosticItem * Update icon * Add more info to the diagnostics screen * Add logs in backend on debug messages, disconnections and connection * Add last received ping info * Reorder DiagnosticItems * Remove "warning" text color (too light) * Replace Phosphor icons by Material Icons GitOrigin-RevId: 6a015b4928cd19849ff287cf254f671840ed44af
21 lines
512 B
Plaintext
21 lines
512 B
Plaintext
extends ../../layout-marketing
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressGoogleAnalytics = true
|
|
- bootstrap5PageStatus = 'enabled'
|
|
- isWebsiteRedesign = 'true'
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/socket-diagnostics'
|
|
|
|
block append meta
|
|
|
|
block content
|
|
main.content.content-alt#main-content
|
|
#socket-diagnostics
|
|
|
|
block prepend foot-scripts
|
|
script(type="text/javascript", nonce=scriptNonce, src=(wsUrl || '/socket.io') + '/socket.io.js', defer=deferScripts)
|