documenso/packages/ui/components/document
Lucas Smith 4012022f55
fix: element visible race condition (#1996)
On larger documents we could accidentally start trying to render fields
while not all pages of the PDF have loaded due to us checking for a
single page existing. This would cause an error to be thrown, hard
locking those documents.

This change resolves this by grabbing the highest page number from the
given fields and using it for the visibility check instead.
2025-08-26 11:08:43 +10:00
..
document-dialog.tsx fix: remove lazy pdf loader 2025-02-26 21:48:06 +11:00
document-download-button.tsx feat: migrate nextjs to rr7 2025-02-13 14:10:38 +11:00
document-email-checkboxes.tsx feat: migrate nextjs to rr7 2025-02-13 14:10:38 +11:00
document-global-auth-access-select.tsx feat: password reauthentication for documents and recipients (#1827) 2025-06-07 00:27:19 +10:00
document-global-auth-action-select.tsx feat: password reauthentication for documents and recipients (#1827) 2025-06-07 00:27:19 +10:00
document-read-only-fields.tsx fix: element visible race condition (#1996) 2025-08-26 11:08:43 +10:00
document-send-email-message-helper.tsx feat: migrate nextjs to rr7 2025-02-13 14:10:38 +11:00
document-share-button.tsx feat: migrate nextjs to rr7 2025-02-13 14:10:38 +11:00
document-signature-settings-tooltip.tsx fix: clicking on tooltip icon submit parent form (#1915) 2025-07-23 14:28:02 +10:00
document-visibility-select.tsx fix: move permission check outside the document visibility component (#1543) 2024-12-17 17:03:08 +11:00