[PR #422] [MERGED] feat: add document share button to marketing #963

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/422
Author: @dguyen
Created: 9/25/2023
Status: Merged
Merged: 10/13/2023
Merged by: @dguyen

Base: feat/refreshHead: feat/marketing-share-document


📝 Commits (4)

  • 73a4450 feat: add marketing document share button
  • f964cda fix: update share link
  • 37a2ae8 fix: update share link
  • cf84844 Merge branch 'feat/refresh' into feat/marketing-share-document

📊 Changes

10 files changed (+39 additions, -57 deletions)

View changed files

📝 apps/marketing/src/app/layout.tsx (+4 -1)
📝 apps/marketing/src/components/(marketing)/password-reveal.tsx (+1 -2)
📝 apps/marketing/src/components/(marketing)/single-player-mode/single-player-mode-success.tsx (+7 -8)
apps/marketing/src/pages/api/trpc/[trpc].ts (+8 -0)
📝 apps/web/src/app/(dashboard)/documents/data-table-action-button.tsx (+2 -3)
📝 apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx (+2 -3)
📝 apps/web/src/app/(signing)/sign/[token]/complete/page.tsx (+2 -3)
apps/web/src/hooks/use-copy-to-clipboard.ts (+0 -28)
📝 packages/lib/client-only/hooks/use-copy-to-clipboard.ts (+0 -0)
📝 packages/ui/components/document/document-share-button.tsx (+13 -9)

📄 Description

Changes:

  • Add the template share document button to the marketing website
  • Added TRPC to marketing website
  • Updated SPM success page with share button and minor UI tweaks

🔄 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/422 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 9/25/2023 **Status:** ✅ Merged **Merged:** 10/13/2023 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `feat/refresh` ← **Head:** `feat/marketing-share-document` --- ### 📝 Commits (4) - [`73a4450`](https://github.com/documenso/documenso/commit/73a445035c3ab9277ad21986f9f9e2f84d960c02) feat: add marketing document share button - [`f964cda`](https://github.com/documenso/documenso/commit/f964cda8ec583b440f79142b25a9145f5dd98fa8) fix: update share link - [`37a2ae8`](https://github.com/documenso/documenso/commit/37a2ae87a6a09a1c5c46532a12079c2263571f5f) fix: update share link - [`cf84844`](https://github.com/documenso/documenso/commit/cf84844d9b63ccc5dd6532980ebc69f0aff90870) Merge branch 'feat/refresh' into feat/marketing-share-document ### 📊 Changes **10 files changed** (+39 additions, -57 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/layout.tsx` (+4 -1) 📝 `apps/marketing/src/components/(marketing)/password-reveal.tsx` (+1 -2) 📝 `apps/marketing/src/components/(marketing)/single-player-mode/single-player-mode-success.tsx` (+7 -8) ➕ `apps/marketing/src/pages/api/trpc/[trpc].ts` (+8 -0) 📝 `apps/web/src/app/(dashboard)/documents/data-table-action-button.tsx` (+2 -3) 📝 `apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx` (+2 -3) 📝 `apps/web/src/app/(signing)/sign/[token]/complete/page.tsx` (+2 -3) ➖ `apps/web/src/hooks/use-copy-to-clipboard.ts` (+0 -28) 📝 `packages/lib/client-only/hooks/use-copy-to-clipboard.ts` (+0 -0) 📝 `packages/ui/components/document/document-share-button.tsx` (+13 -9) </details> ### 📄 Description Changes: - Add the template share document button to the marketing website - Added TRPC to marketing website - Updated SPM success page with share button and minor UI tweaks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:14 +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#963
No description provided.