[PR #1683] [MERGED] feat: bulk add fields #1788

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1683
Author: @ephraimduncan
Created: 3/4/2025
Status: Merged
Merged: 5/14/2025
Merged by: @ephraimduncan

Base: mainHead: feat/bulk-add-fields


📝 Commits (8)

  • 10f6163 feat: duplicate fields on multiple pages
  • 347e7a0 Merge branch 'feat/rr7' into feat/bulk-add-fields
  • 067d67b Merge branch 'main' into feat/bulk-add-fields
  • 6c14687 Merge branch 'main' into feat/bulk-add-fields
  • 634bc77 Merge branch 'main' into feat/bulk-add-fields
  • 8a59a75 fix: add duplicate across all field-item usages
  • 6ec4208 fix: add titles for field item actions
  • 249ed2a Merge branch 'main' into feat/bulk-add-fields

📊 Changes

6 files changed (+153 additions, -62 deletions)

View changed files

📝 apps/remix/app/components/embed/authoring/configure-fields-view.tsx (+43 -17)
📝 apps/remix/app/components/tables/templates-table-action-dropdown.tsx (+0 -2)
📝 packages/ui/primitives/document-flow/add-fields.tsx (+42 -16)
📝 packages/ui/primitives/document-flow/field-item-advanced-settings.tsx (+2 -0)
📝 packages/ui/primitives/document-flow/field-item.tsx (+20 -2)
📝 packages/ui/primitives/template-flow/add-template-fields.tsx (+46 -25)

📄 Description

Demo

CleanShot 2025-03-04 at 02 17 47


🔄 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/1683 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 3/4/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@ephraimduncan](https://github.com/ephraimduncan) **Base:** `main` ← **Head:** `feat/bulk-add-fields` --- ### 📝 Commits (8) - [`10f6163`](https://github.com/documenso/documenso/commit/10f6163a007d337ace3c8731dc2edf281ba61b69) feat: duplicate fields on multiple pages - [`347e7a0`](https://github.com/documenso/documenso/commit/347e7a0b405333cba8f8077cab8fcf5d12067d6c) Merge branch 'feat/rr7' into feat/bulk-add-fields - [`067d67b`](https://github.com/documenso/documenso/commit/067d67b1b88e59555b806e663f38f1f7723b603a) Merge branch 'main' into feat/bulk-add-fields - [`6c14687`](https://github.com/documenso/documenso/commit/6c146873a9e44948cd64e7e5ab6218185d6b309d) Merge branch 'main' into feat/bulk-add-fields - [`634bc77`](https://github.com/documenso/documenso/commit/634bc77a029c49ba2271aac652eaf37fbefaff2f) Merge branch 'main' into feat/bulk-add-fields - [`8a59a75`](https://github.com/documenso/documenso/commit/8a59a759745117d337a1598f8f173805ce138809) fix: add duplicate across all field-item usages - [`6ec4208`](https://github.com/documenso/documenso/commit/6ec42082eb2d2eb388ab440b2490404279d06e39) fix: add titles for field item actions - [`249ed2a`](https://github.com/documenso/documenso/commit/249ed2a1b51c21c6e9a07c55fd7870887eb0d9d2) Merge branch 'main' into feat/bulk-add-fields ### 📊 Changes **6 files changed** (+153 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/embed/authoring/configure-fields-view.tsx` (+43 -17) 📝 `apps/remix/app/components/tables/templates-table-action-dropdown.tsx` (+0 -2) 📝 `packages/ui/primitives/document-flow/add-fields.tsx` (+42 -16) 📝 `packages/ui/primitives/document-flow/field-item-advanced-settings.tsx` (+2 -0) 📝 `packages/ui/primitives/document-flow/field-item.tsx` (+20 -2) 📝 `packages/ui/primitives/template-flow/add-template-fields.tsx` (+46 -25) </details> ### 📄 Description ## Demo ![CleanShot 2025-03-04 at 02 17 47](https://github.com/user-attachments/assets/2cffaee3-9933-49e9-bdab-eadfd4c35030) --- <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:04 +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#1788
No description provided.