Fetch all Jitsi report rows
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -540,6 +540,10 @@ The page now reads cached `activity_log` rows from IndexedDB first, renders that
|
||||
then refreshes from the API in the background. That keeps the report usable even when the network
|
||||
round-trip is slow.
|
||||
|
||||
Both the cache path and the API refresh now page through the full matching activity-log set in
|
||||
`created_on DESC` order before building the report. That avoids the old "first 500 rows" behavior
|
||||
that could hide newer sessions if the log table grew large.
|
||||
|
||||
### Jitsi URL Builder
|
||||
|
||||
Collapsible panel, visible to `trusted_access` users only. Generates properly-formatted Jitsi meeting URLs for IDAA rooms. Component: `ae_idaa_comp__jitsi_url_builder.svelte`.
|
||||
|
||||
Reference in New Issue
Block a user