[PR #1791] [MERGED] feat: implement Drag-n-Drop for templates #1849

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1791
Author: @catalinpit
Created: 5/12/2025
Status: Merged
Merged: 8/7/2025
Merged by: @Mythie

Base: mainHead: feat/drag-n-drop-templates


📝 Commits (5)

  • 607c8f8 feat: implement TemplateDropZoneWrapper for PDF uploads in templates page
  • 3467a84 fix: update toast messages for template upload in TemplateDropZoneWrapper
  • 72ea707 chore: update tests
  • 06cdfec fix: team is required
  • 5c2d1b3 fix: remove invalid navigate path

📊 Changes

3 files changed (+173 additions, -39 deletions)

View changed files

apps/remix/app/components/general/template/template-drop-zone-wrapper.tsx (+129 -0)
📝 apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates._index.tsx (+42 -38)
📝 packages/app-tests/e2e/folders/team-account-folders.spec.ts (+2 -1)

📄 Description

https://github.com/user-attachments/assets/117b174c-ed18-41cd-844f-2795b27f973a


🔄 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/1791 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/drag-n-drop-templates` --- ### 📝 Commits (5) - [`607c8f8`](https://github.com/documenso/documenso/commit/607c8f8f6dddf347d80299ac1c7d7da0742a2004) feat: implement TemplateDropZoneWrapper for PDF uploads in templates page - [`3467a84`](https://github.com/documenso/documenso/commit/3467a84d1da72417549eeb2688e52758bc70032f) fix: update toast messages for template upload in TemplateDropZoneWrapper - [`72ea707`](https://github.com/documenso/documenso/commit/72ea7077a79ab6e5b49ca14832fd13203f95c221) chore: update tests - [`06cdfec`](https://github.com/documenso/documenso/commit/06cdfec2ed6d3b03a34e020dddc754703ea2cd70) fix: team is required - [`5c2d1b3`](https://github.com/documenso/documenso/commit/5c2d1b3124c9a33469583ae373625298b1bf20ae) fix: remove invalid navigate path ### 📊 Changes **3 files changed** (+173 additions, -39 deletions) <details> <summary>View changed files</summary> ➕ `apps/remix/app/components/general/template/template-drop-zone-wrapper.tsx` (+129 -0) 📝 `apps/remix/app/routes/_authenticated+/t.$teamUrl+/templates._index.tsx` (+42 -38) 📝 `packages/app-tests/e2e/folders/team-account-folders.spec.ts` (+2 -1) </details> ### 📄 Description https://github.com/user-attachments/assets/117b174c-ed18-41cd-844f-2795b27f973a --- <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:20 +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#1849
No description provided.