[PR #729] [CLOSED] feat: auto-scroll to next open-field while signing document #1145

Closed
opened 2026-02-26 19:32:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/729
Author: @ksushant6566
Created: 12/5/2023
Status: Closed

Base: mainHead: jump-to-sign


📝 Commits (6)

📊 Changes

5 files changed (+19 additions, -10 deletions)

View changed files

📝 apps/web/src/app/(signing)/sign/[token]/date-field.tsx (+2 -2)
📝 apps/web/src/app/(signing)/sign/[token]/email-field.tsx (+2 -2)
📝 apps/web/src/app/(signing)/sign/[token]/form.tsx (+1 -0)
📝 apps/web/src/app/(signing)/sign/[token]/name-field.tsx (+2 -2)
📝 apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx (+12 -4)

📄 Description

resolves #710.

The complete button now takes the user to the next open-field. When all fields are done, opens confirmation dialog as usual.
attaching a loom below.

Edit: added a conditional on complete button to say Skip to next field when there are open fields and Complete otherwise.

https://www.loom.com/share/bb554acaa2b947139cd125e482910dd7?sid=85e37cd8-7f9a-4ce1-8a67-d3a82f5ea14b


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/729 **Author:** [@ksushant6566](https://github.com/ksushant6566) **Created:** 12/5/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jump-to-sign` --- ### 📝 Commits (6) - [`4899082`](https://github.com/documenso/documenso/commit/48990828926dfd248463570e0c70546914b6b444) feat: auto-scroll to next open-field while signing document - [`e97d0d6`](https://github.com/documenso/documenso/commit/e97d0d617799dedb50fe0ebfc163dadd17cf0ab1) Merge branch 'main' into jump-to-sign - [`16c316f`](https://github.com/documenso/documenso/commit/16c316f39fba57f312bbe80dc0d57aab8d85c71c) Merge branch 'main' into jump-to-sign - [`22e8b6a`](https://github.com/documenso/documenso/commit/22e8b6a5ff0d8fca1cc61f68881434d413de8270) chore: refactor to use existing function validateFieldsInserted function - [`db02777`](https://github.com/documenso/documenso/commit/db02777facb3864275ca4f95605640ce44816b68) fix: trigger tooltip for next open field - [`e1c0ce9`](https://github.com/documenso/documenso/commit/e1c0ce928f88d2b342efc96624fb138043dd9d7d) Merge branch 'main' of https://github.com/documenso/documenso into jump-to-sign ### 📊 Changes **5 files changed** (+19 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(signing)/sign/[token]/date-field.tsx` (+2 -2) 📝 `apps/web/src/app/(signing)/sign/[token]/email-field.tsx` (+2 -2) 📝 `apps/web/src/app/(signing)/sign/[token]/form.tsx` (+1 -0) 📝 `apps/web/src/app/(signing)/sign/[token]/name-field.tsx` (+2 -2) 📝 `apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx` (+12 -4) </details> ### 📄 Description resolves #710. The complete button now takes the user to the next open-field. When all fields are done, opens confirmation dialog as usual. attaching a loom below. Edit: added a conditional on complete button to say `Skip to next field` when there are open fields and `Complete` otherwise. https://www.loom.com/share/bb554acaa2b947139cd125e482910dd7?sid=85e37cd8-7f9a-4ce1-8a67-d3a82f5ea14b --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1145
No description provided.