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(control-plane): show pending uploaded documents from server operations (#2420)
Render in-flight and failed file uploads in the Documents view by deriving
them from the server's file_convert_retain operations — no client-side store
or client-generated document ids.
- surface document_id + original_filename on the operations list endpoint
(already stored in the operation's result_metadata)
- documents-view derives pending/failed rows from those operations, deduped
against the real document list by document_id, and polls while in-flight
- bridge the brief window where an operation reports completed before the
document becomes visible in listDocuments, so the row never flickers
Supersedes #2346 (client-side sessionStorage approach). Closes#2314.
0 commit comments