Files
overleaf-cep/services/web/app/views/project/editor/socket_diagnostics.pug
Antoine Clausse 7bef003c56 [real-time, web] Create a UI to test socket connection (#22907)
* 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
2025-01-17 09:05:49 +00:00

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)