documenso/apps/remix/app/components/embed/authoring
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
..
configure-document-advanced-settings.tsx feat: support embedded authoring for creation (#1741) 2025-04-11 00:20:39 +10:00
configure-document-context.tsx feat: support embedded authoring for creation (#1741) 2025-04-11 00:20:39 +10:00
configure-document-recipients.tsx feat: embed authoring part two (#1768) 2025-05-01 23:32:56 +10:00
configure-document-upload.tsx chore: add docs for authoring 2025-04-14 11:31:54 +10:00
configure-document-view.tsx feat: embed authoring part two (#1768) 2025-05-01 23:32:56 +10:00
configure-document-view.types.ts feat: embed authoring part two (#1768) 2025-05-01 23:32:56 +10:00
configure-fields-view.tsx fix: element visible race condition (#1996) 2025-08-26 11:08:43 +10:00
configure-fields-view.types.ts feat: embed authoring part two (#1768) 2025-05-01 23:32:56 +10:00
field-advanced-settings-drawer.tsx feat: embed authoring part two (#1768) 2025-05-01 23:32:56 +10:00