[PR #1401] [CLOSED] feat: sign next document sheet for logged in users #1607

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1401
Author: @ephraimduncan
Created: 10/15/2024
Status: Closed

Base: archive/nextjsHead: power-signer


📝 Commits (10+)

  • eb96f31 feat: power signing mode
  • b3ade01 chore: use shadcn sheets
  • 733a300 fix: merge conflicts
  • 95b95a2 Merge branch 'main' into power-signer
  • 0e426dd fix: merge conflicts
  • 066f886 chore: remove duplicate property
  • b3f2ab7 fix: translations
  • 807e65d chore: delete translations
  • 5210256 fix: translations conflicts
  • adcdf2d Merge branch 'main' into power-signer

📊 Changes

8 files changed (+10127 additions, -15564 deletions)

View changed files

📝 apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (+21 -7)
📝 package-lock.json (+9848 -15556)
packages/lib/server-only/user/get-next-inbox-document-count.ts (+0 -0)
packages/lib/server-only/user/get-next-inbox-document.ts (+46 -0)
packages/ui/components/document/document-next-inbox-item-button.tsx (+0 -0)
packages/ui/components/document/document-status.tsx (+79 -0)
packages/ui/components/document/next-inbox-item-button.tsx (+131 -0)
📝 packages/ui/package.json (+2 -1)

📄 Description

https://github.com/user-attachments/assets/96194024-e404-46b2-97b6-74fcc5b47426

Summary by CodeRabbit

Release Notes

  • New Features

    • Introduced a new NextInboxItemButton component for managing documents awaiting user action.
    • Added functionality to fetch and display the next inbox document for users.
    • Enhanced CompletedSigningPage with improved user authentication handling and document access.
  • Improvements

    • Updated German, English, French, and Spanish translations for various user interface elements to improve clarity and consistency, including new entries for document statuses and actions.
    • Comprehensive updates to translation files to remove outdated entries and introduce new keys for better localization.
  • Chores

    • Added a new configuration for TypeScript formatting in the editor settings.

🔄 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/1401 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 10/15/2024 **Status:** ❌ Closed **Base:** `archive/nextjs` ← **Head:** `power-signer` --- ### 📝 Commits (10+) - [`eb96f31`](https://github.com/documenso/documenso/commit/eb96f315b67d48158c385ce18e319a4418f8a64d) feat: power signing mode - [`b3ade01`](https://github.com/documenso/documenso/commit/b3ade016e19655478031f492df20fa1bf0b84b5d) chore: use shadcn sheets - [`733a300`](https://github.com/documenso/documenso/commit/733a300c931ec43106d1313887e1c4ad85dc5c06) fix: merge conflicts - [`95b95a2`](https://github.com/documenso/documenso/commit/95b95a26145eb66b17e88bc717459dbb820ddfd5) Merge branch 'main' into power-signer - [`0e426dd`](https://github.com/documenso/documenso/commit/0e426dd1d1997d86132691d366a048f86170b10e) fix: merge conflicts - [`066f886`](https://github.com/documenso/documenso/commit/066f88653e02905ab57db6952669cb35efa45cdc) chore: remove duplicate property - [`b3f2ab7`](https://github.com/documenso/documenso/commit/b3f2ab7f95e905656654bc1a010e8362e8030379) fix: translations - [`807e65d`](https://github.com/documenso/documenso/commit/807e65d7e6d8876334ddff9a2711fc85f576e115) chore: delete translations - [`5210256`](https://github.com/documenso/documenso/commit/5210256ae16f04b08c97b45d0ce56c8ae100fa29) fix: translations conflicts - [`adcdf2d`](https://github.com/documenso/documenso/commit/adcdf2df58809d76bbbe5c8d156dca77e1aca8a0) Merge branch 'main' into power-signer ### 📊 Changes **8 files changed** (+10127 additions, -15564 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(signing)/sign/[token]/complete/page.tsx` (+21 -7) 📝 `package-lock.json` (+9848 -15556) ➕ `packages/lib/server-only/user/get-next-inbox-document-count.ts` (+0 -0) ➕ `packages/lib/server-only/user/get-next-inbox-document.ts` (+46 -0) ➕ `packages/ui/components/document/document-next-inbox-item-button.tsx` (+0 -0) ➕ `packages/ui/components/document/document-status.tsx` (+79 -0) ➕ `packages/ui/components/document/next-inbox-item-button.tsx` (+131 -0) 📝 `packages/ui/package.json` (+2 -1) </details> ### 📄 Description https://github.com/user-attachments/assets/96194024-e404-46b2-97b6-74fcc5b47426 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced a new `NextInboxItemButton` component for managing documents awaiting user action. - Added functionality to fetch and display the next inbox document for users. - Enhanced `CompletedSigningPage` with improved user authentication handling and document access. - **Improvements** - Updated German, English, French, and Spanish translations for various user interface elements to improve clarity and consistency, including new entries for document statuses and actions. - Comprehensive updates to translation files to remove outdated entries and introduce new keys for better localization. - **Chores** - Added a new configuration for TypeScript formatting in the editor settings. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:59 +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#1607
No description provided.