feat(desktop): report current user online clients
This commit is contained in:
@@ -53,7 +53,7 @@ const subsystemEntries = computed(() =>
|
||||
})),
|
||||
)
|
||||
|
||||
const clientCount = computed(() => snapshot.value?.clients.length ?? 0)
|
||||
const clientCount = computed(() => snapshot.value?.summary.onlineClients ?? 0)
|
||||
const appVersion = computed(() => snapshot.value?.app.version ?? '0.1.0')
|
||||
const hasServerSettingChanged = computed(
|
||||
() => normalizeServerURLInput(serverBaseURL.value) !== apiBaseURL.value,
|
||||
|
||||
Reference in New Issue
Block a user