[PR #1815] [CLOSED] feat: add document processing status indicator #1866

Closed
opened 2026-02-26 20:31:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1815
Author: @ephraimduncan
Created: 5/29/2025
Status: Closed

Base: mainHead: feat/document-processing-status-indicator


📝 Commits (1)

📊 Changes

12 files changed (+210 additions, -25 deletions)

View changed files

apps/remix/app/components/general/document/document-processing-poll.tsx (+54 -0)
📝 apps/remix/app/components/general/document/document-status.tsx (+15 -2)
📝 apps/remix/app/components/tables/documents-table.tsx (+7 -2)
📝 apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx (+8 -1)
📝 apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx (+7 -1)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id._index.tsx (+5 -0)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents._index.tsx (+4 -2)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.f.$folderId._index.tsx (+3 -0)
📝 apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx (+60 -14)
📝 packages/lib/server-only/recipient/get-recipients-for-document.ts (+23 -0)
📝 packages/lib/utils/document.ts (+22 -1)
📝 packages/ui/components/document/document-dialog.tsx (+2 -2)

📄 Description

Demo

  • Add visual differentiation between documents waiting for signatures vs processing
  • Show loading spinner when document is processing after all signatures collected

🔄 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/1815 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 5/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/document-processing-status-indicator` --- ### 📝 Commits (1) - [`5f17288`](https://github.com/documenso/documenso/commit/5f17288af6e04f3b37389e2e8ce3198d0b04e4d7) fix: rebase ### 📊 Changes **12 files changed** (+210 additions, -25 deletions) <details> <summary>View changed files</summary> ➕ `apps/remix/app/components/general/document/document-processing-poll.tsx` (+54 -0) 📝 `apps/remix/app/components/general/document/document-status.tsx` (+15 -2) 📝 `apps/remix/app/components/tables/documents-table.tsx` (+7 -2) 📝 `apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx` (+8 -1) 📝 `apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx` (+7 -1) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.$id._index.tsx` (+5 -0) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents._index.tsx` (+4 -2) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/documents.f.$folderId._index.tsx` (+3 -0) 📝 `apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx` (+60 -14) 📝 `packages/lib/server-only/recipient/get-recipients-for-document.ts` (+23 -0) 📝 `packages/lib/utils/document.ts` (+22 -1) 📝 `packages/ui/components/document/document-dialog.tsx` (+2 -2) </details> ### 📄 Description ## Demo - Add visual differentiation between documents waiting for signatures vs processing - Show loading spinner when document is processing after all signatures collected --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:26 +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#1866
No description provided.