documenso/apps/remix/app/components/general/direct-template
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
..
direct-template-configure-form.tsx feat: password reauthentication for documents and recipients (#1827) 2025-06-07 00:27:19 +10:00
direct-template-page.tsx fix: optional fields being required in direct links (#1752) 2025-04-21 16:34:29 +10:00
direct-template-signing-auth-page.tsx feat: migrate nextjs to rr7 2025-02-13 14:10:38 +11:00
direct-template-signing-form.tsx fix: element visible race condition (#1996) 2025-08-26 11:08:43 +10:00