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
AJAX handler now supports both data modes — sheets_cell (read cell value) and sheets_rows (count rows) were both routing to get_cell_value(), causing row-count mode to always return 0
JS passes source and range as separate params — PHP backend now correctly dispatches to count_rows() when source is sheets_rows
Resilient refresh — on AJAX failure (network error, expired nonce, API error), the bar keeps its last known value instead of resetting to 0%