[PR #1705] [CLOSED] feat: deleted documents bin #1805

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1705
Author: @ephraimduncan
Created: 3/13/2025
Status: Closed

Base: mainHead: feat/bin-tab


📝 Commits (4)

  • 27cd8f9 feat: deleted documents bin
  • c560b9e feat: add restore deleted document dialog
  • 201dc0f Merge branch 'main' into feat/bin-tab
  • c3d3b93 fix: build errors

📊 Changes

27 files changed (+1793 additions, -139 deletions)

View changed files

📝 apps/remix/app/components/dialogs/document-delete-dialog.tsx (+10 -1)
apps/remix/app/components/dialogs/document-restore-dialog.tsx (+119 -0)
📝 apps/remix/app/components/general/document-signing/document-signing-recipient-provider.tsx (+0 -5)
📝 apps/remix/app/components/general/document/document-history-sheet.tsx (+1 -0)
📝 apps/remix/app/components/general/document/document-page-view-information.tsx (+14 -1)
📝 apps/remix/app/components/general/document/document-status.tsx (+12 -6)
📝 apps/remix/app/components/tables/documents-table-action-dropdown.tsx (+25 -5)
📝 apps/remix/app/components/tables/documents-table-empty-state.tsx (+6 -1)
📝 apps/remix/app/components/tables/documents-table.tsx (+6 -8)
📝 apps/remix/app/routes/_authenticated+/documents._index.tsx (+7 -3)
📝 packages/lib/server-only/admin/get-documents-stats.ts (+1 -0)
📝 packages/lib/server-only/document/find-documents.ts (+68 -8)
📝 packages/lib/server-only/document/get-stats.ts (+67 -5)
packages/lib/server-only/document/restore-document.ts (+108 -0)
📝 packages/lib/translations/de/web.po (+215 -16)
📝 packages/lib/translations/en/web.po (+213 -14)
📝 packages/lib/translations/es/web.po (+217 -17)
📝 packages/lib/translations/fr/web.po (+215 -16)
📝 packages/lib/translations/it/web.po (+217 -17)
📝 packages/lib/translations/pl/web.po (+215 -16)

...and 7 more files

📄 Description

No description provided


🔄 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/1705 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 3/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/bin-tab` --- ### 📝 Commits (4) - [`27cd8f9`](https://github.com/documenso/documenso/commit/27cd8f9c259d12575d1aea91ac0c276cbd1c1a96) feat: deleted documents bin - [`c560b9e`](https://github.com/documenso/documenso/commit/c560b9e9e330f20a758d09be1a2c6f60d21c1f64) feat: add restore deleted document dialog - [`201dc0f`](https://github.com/documenso/documenso/commit/201dc0f3fa1d3335255bb0bbdc60ea5201931182) Merge branch 'main' into feat/bin-tab - [`c3d3b93`](https://github.com/documenso/documenso/commit/c3d3b934c4609849373dfcaa4de5e2255cb57223) fix: build errors ### 📊 Changes **27 files changed** (+1793 additions, -139 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/dialogs/document-delete-dialog.tsx` (+10 -1) ➕ `apps/remix/app/components/dialogs/document-restore-dialog.tsx` (+119 -0) 📝 `apps/remix/app/components/general/document-signing/document-signing-recipient-provider.tsx` (+0 -5) 📝 `apps/remix/app/components/general/document/document-history-sheet.tsx` (+1 -0) 📝 `apps/remix/app/components/general/document/document-page-view-information.tsx` (+14 -1) 📝 `apps/remix/app/components/general/document/document-status.tsx` (+12 -6) 📝 `apps/remix/app/components/tables/documents-table-action-dropdown.tsx` (+25 -5) 📝 `apps/remix/app/components/tables/documents-table-empty-state.tsx` (+6 -1) 📝 `apps/remix/app/components/tables/documents-table.tsx` (+6 -8) 📝 `apps/remix/app/routes/_authenticated+/documents._index.tsx` (+7 -3) 📝 `packages/lib/server-only/admin/get-documents-stats.ts` (+1 -0) 📝 `packages/lib/server-only/document/find-documents.ts` (+68 -8) 📝 `packages/lib/server-only/document/get-stats.ts` (+67 -5) ➕ `packages/lib/server-only/document/restore-document.ts` (+108 -0) 📝 `packages/lib/translations/de/web.po` (+215 -16) 📝 `packages/lib/translations/en/web.po` (+213 -14) 📝 `packages/lib/translations/es/web.po` (+217 -17) 📝 `packages/lib/translations/fr/web.po` (+215 -16) 📝 `packages/lib/translations/it/web.po` (+217 -17) 📝 `packages/lib/translations/pl/web.po` (+215 -16) _...and 7 more files_ </details> ### 📄 Description _No description provided_ --- <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:08 +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#1805
No description provided.