Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -725,6 +725,7 @@ function connectionBadgeLabel(realtimeEnabled, realtimeStatus) {
return 'Realtime disconnected'
}
if (typeof document !== 'undefined') {
const el = document.getElementById('messages-root')
if (el) {
@@ -744,5 +745,6 @@ if (el) {
/>,
)
}
}
export default MessagesPage