[PR #1725] [CLOSED] Wild differences for some reason #1815

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1725
Author: @stonespren
Created: 3/26/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • 5e22f65 fix: send fieldMeta with Fields
  • 11feeac Merge branch 'documenso:main' into main
  • 7ad1e7f fix: fieldMeta only on template, not templates
  • c586782 Merge branch 'documenso:main' into main
  • 42d8489 feat: updateFields api endpoint
  • 2984af7 feat: add text align option to fields (#1610)
  • c6fb101 fix: admin leaderboard query sorting (#1548)
  • 70a3ac0 fix: tidy document invite email render logic (#1597)
  • bcef847 feat: bulk send templates via csv (#1578)
  • 7e4faef chore: add cancelled webhook event (#1608)

📊 Changes

135 files changed (+16656 additions, -3437 deletions)

View changed files

📝 README.md (+1 -1)
📝 apps/documentation/pages/developers/_meta.json (+1 -1)
📝 apps/documentation/pages/developers/embedding/_meta.json (+2 -1)
📝 apps/documentation/pages/developers/embedding/css-variables.mdx (+77 -0)
📝 apps/documentation/pages/developers/embedding/index.mdx (+14 -11)
📝 apps/documentation/pages/developers/embedding/preact.mdx (+3 -3)
📝 apps/documentation/pages/developers/embedding/react.mdx (+3 -3)
📝 apps/documentation/pages/developers/embedding/solid.mdx (+3 -3)
📝 apps/documentation/pages/developers/embedding/svelte.mdx (+3 -3)
📝 apps/documentation/pages/developers/embedding/vue.mdx (+3 -3)
apps/documentation/pages/developers/embedding/web-components.mdx (+89 -0)
📝 apps/documentation/pages/developers/public-api/index.mdx (+30 -3)
📝 apps/documentation/pages/developers/public-api/reference.mdx (+90 -0)
📝 apps/documentation/pages/developers/webhooks.mdx (+92 -1)
📝 apps/documentation/pages/users/signing-documents/index.mdx (+7 -6)
📝 apps/web/package.json (+1 -1)
📝 apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx (+32 -5)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx (+8 -1)
📝 apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/move-document-dialog.tsx (+1 -1)

...and 80 more files

📄 Description


name: Pull Request
about: Submit changes to the project for review and inclusion

Description

Changes Made

  • Change 1
  • Change 2
  • ...

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes


🔄 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/1725 **Author:** [@stonespren](https://github.com/stonespren) **Created:** 3/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`5e22f65`](https://github.com/documenso/documenso/commit/5e22f6575165bb800fbfc96972168e08481d93f9) fix: send fieldMeta with Fields - [`11feeac`](https://github.com/documenso/documenso/commit/11feeac8673c26dd8e5d943cfa55dc428ccff501) Merge branch 'documenso:main' into main - [`7ad1e7f`](https://github.com/documenso/documenso/commit/7ad1e7fbc44094a991bd67a5a467f560951422a2) fix: fieldMeta only on template, not templates - [`c586782`](https://github.com/documenso/documenso/commit/c58678278a0fb8455ae3f87122553461675b9b9b) Merge branch 'documenso:main' into main - [`42d8489`](https://github.com/documenso/documenso/commit/42d84898a02a51183939e0c93eb730cc89bbd1fa) feat: updateFields api endpoint - [`2984af7`](https://github.com/documenso/documenso/commit/2984af769cc12ae695b433683a035fb4e38787ea) feat: add text align option to fields (#1610) - [`c6fb101`](https://github.com/documenso/documenso/commit/c6fb101a99f5de68a6b6f2ee8e6bca269910ecee) fix: admin leaderboard query sorting (#1548) - [`70a3ac0`](https://github.com/documenso/documenso/commit/70a3ac0525c4a6189eec7771297dadf1847c898a) fix: tidy document invite email render logic (#1597) - [`bcef847`](https://github.com/documenso/documenso/commit/bcef84787dc90da9e29f3e26caddc06a5a82965b) feat: bulk send templates via csv (#1578) - [`7e4faef`](https://github.com/documenso/documenso/commit/7e4faef95fd315832e5631a5222012de44d205e3) chore: add cancelled webhook event (#1608) ### 📊 Changes **135 files changed** (+16656 additions, -3437 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `apps/documentation/pages/developers/_meta.json` (+1 -1) 📝 `apps/documentation/pages/developers/embedding/_meta.json` (+2 -1) 📝 `apps/documentation/pages/developers/embedding/css-variables.mdx` (+77 -0) 📝 `apps/documentation/pages/developers/embedding/index.mdx` (+14 -11) 📝 `apps/documentation/pages/developers/embedding/preact.mdx` (+3 -3) 📝 `apps/documentation/pages/developers/embedding/react.mdx` (+3 -3) 📝 `apps/documentation/pages/developers/embedding/solid.mdx` (+3 -3) 📝 `apps/documentation/pages/developers/embedding/svelte.mdx` (+3 -3) 📝 `apps/documentation/pages/developers/embedding/vue.mdx` (+3 -3) ➕ `apps/documentation/pages/developers/embedding/web-components.mdx` (+89 -0) 📝 `apps/documentation/pages/developers/public-api/index.mdx` (+30 -3) 📝 `apps/documentation/pages/developers/public-api/reference.mdx` (+90 -0) 📝 `apps/documentation/pages/developers/webhooks.mdx` (+92 -1) 📝 `apps/documentation/pages/users/signing-documents/index.mdx` (+7 -6) 📝 `apps/web/package.json` (+1 -1) 📝 `apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx` (+32 -5) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx` (+8 -1) 📝 `apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/move-document-dialog.tsx` (+1 -1) _...and 80 more files_ </details> ### 📄 Description --- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description <!--- Describe the changes introduced by this pull request. --> <!--- Explain what problem it solves or what feature/fix it adds. --> ## Related Issue <!--- If this pull request is related to a specific issue, reference it here using #issue_number. --> <!--- For example, "Fixes #123" or "Addresses #456". --> ## Changes Made <!--- Provide a summary of the changes made in this pull request. --> <!--- Include any relevant technical details or architecture changes. --> - Change 1 - Change 2 - ... ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> --- <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:11 +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#1815
No description provided.