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
The Trash page now says how many documents are in the trash (#249).
With 569 trashed documents it showed 50 (its selector's default) and
nothing said more existed, so Empty trash's "500 or more" read as a bug. GET /api/v1/documents/trash now returns the exact total in an X-Total-Count header; the page drops the 50/100/200/500 selector, always
lists the 500 most recently deleted, and says "Showing the 500 most
recently deleted of 569" when capped; the Empty-trash confirmation states
the exact number and its progress total starts there instead of growing
pass by pass. No schema change.