You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(viewer): graceful pagination when backend returns @odata.count=0
The custom -data service endpoint returns @odata.count:0 rather than
the real total. Fall back to page-size heuristic: Next is enabled when
a full page was returned (data.length >= top), disabled on a short page.
Record count shows 'X-Y rows' without total when count unavailable.
Also add inline script SHA hash to CSP so theme-init IIFE is permitted.
0 commit comments