[PR #296] [MERGED] feat: add inbox #856

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/296
Author: @dguyen
Created: 8/24/2023
Status: Merged
Merged: 8/30/2023
Merged by: @Mythie

Base: feat/refreshHead: feat/inbox


📝 Commits (5)

📊 Changes

28 files changed (+816 additions, -285 deletions)

View changed files

📝 apps/web/package.json (+2 -0)
📝 apps/web/src/app/(dashboard)/dashboard/page.tsx (+3 -3)
apps/web/src/app/(dashboard)/documents/data-table-action-button.tsx (+65 -0)
apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx (+133 -0)
📝 apps/web/src/app/(dashboard)/documents/data-table.tsx (+24 -3)
📝 apps/web/src/app/(dashboard)/documents/page.tsx (+29 -54)
📝 apps/web/src/components/(dashboard)/layout/desktop-nav.tsx (+3 -1)
📝 apps/web/src/components/(dashboard)/layout/header.tsx (+3 -6)
📝 apps/web/src/components/formatter/document-status.tsx (+21 -9)
apps/web/src/hooks/use-debounced-value.ts (+18 -0)
📝 apps/web/tailwind.config.js (+1 -0)
📝 package-lock.json (+2 -0)
packages/email/template-components/template-document-completed.tsx (+71 -0)
packages/email/template-components/template-document-invite.tsx (+59 -0)
packages/email/template-components/template-document-pending.tsx (+52 -0)
packages/email/template-components/template-footer.tsx (+22 -0)
📝 packages/email/templates/document-completed.tsx (+19 -72)
📝 packages/email/templates/document-invite.tsx (+22 -51)
📝 packages/email/templates/document-pending.tsx (+16 -50)
📝 packages/lib/server-only/document/find-documents.ts (+108 -17)

...and 8 more files

📄 Description

Added an inbox page to display all incoming documents that require signing by the current user.


🔄 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/296 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/30/2023 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `feat/refresh` ← **Head:** `feat/inbox` --- ### 📝 Commits (5) - [`8fd9730`](https://github.com/documenso/documenso/commit/8fd9730e2b0417bc486ed3f1de82c8758d78c198) feat: add inbox - [`1f8d5e4`](https://github.com/documenso/documenso/commit/1f8d5e45e156aac12e518acb55ff429c73abd3f2) feat: onepage inbox - [`68a5a9d`](https://github.com/documenso/documenso/commit/68a5a9da1e12f2bd6ea23fd2f59228e4c93738a0) feat: add data table actions - [`9f93af6`](https://github.com/documenso/documenso/commit/9f93af613490f223683bf0277d97e773fd081745) fix: remove unused code - [`8c4120f`](https://github.com/documenso/documenso/commit/8c4120f0a2abf0b61cb609535d5eab9a92992ab9) fix: remove further unused code ### 📊 Changes **28 files changed** (+816 additions, -285 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/package.json` (+2 -0) 📝 `apps/web/src/app/(dashboard)/dashboard/page.tsx` (+3 -3) ➕ `apps/web/src/app/(dashboard)/documents/data-table-action-button.tsx` (+65 -0) ➕ `apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx` (+133 -0) 📝 `apps/web/src/app/(dashboard)/documents/data-table.tsx` (+24 -3) 📝 `apps/web/src/app/(dashboard)/documents/page.tsx` (+29 -54) 📝 `apps/web/src/components/(dashboard)/layout/desktop-nav.tsx` (+3 -1) 📝 `apps/web/src/components/(dashboard)/layout/header.tsx` (+3 -6) 📝 `apps/web/src/components/formatter/document-status.tsx` (+21 -9) ➕ `apps/web/src/hooks/use-debounced-value.ts` (+18 -0) 📝 `apps/web/tailwind.config.js` (+1 -0) 📝 `package-lock.json` (+2 -0) ➕ `packages/email/template-components/template-document-completed.tsx` (+71 -0) ➕ `packages/email/template-components/template-document-invite.tsx` (+59 -0) ➕ `packages/email/template-components/template-document-pending.tsx` (+52 -0) ➕ `packages/email/template-components/template-footer.tsx` (+22 -0) 📝 `packages/email/templates/document-completed.tsx` (+19 -72) 📝 `packages/email/templates/document-invite.tsx` (+22 -51) 📝 `packages/email/templates/document-pending.tsx` (+16 -50) 📝 `packages/lib/server-only/document/find-documents.ts` (+108 -17) _...and 8 more files_ </details> ### 📄 Description Added an inbox page to display all incoming documents that require signing by the current user. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:47 +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#856
No description provided.