[PR #1911] [MERGED] feat: horizontal checkboxes #1924

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1911
Author: @Mythie
Created: 7/19/2025
Status: Merged
Merged: 7/19/2025
Merged by: @Mythie

Base: mainHead: feat/horizontal-checkboxes


📝 Commits (2)

  • 7327bfd feat: horizontal checkboxes
  • d977209 fix: remove console logs

📊 Changes

10 files changed (+169 additions, -42 deletions)

View changed files

📝 apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx (+15 -2)
📝 packages/lib/client-only/hooks/use-element-bounds.ts (+6 -6)
📝 packages/lib/server-only/pdf/insert-field-in-pdf.ts (+62 -18)
📝 packages/lib/server-only/template/create-document-from-template.ts (+1 -0)
📝 packages/lib/types/field-meta.ts (+1 -0)
📝 packages/ui/components/field/field.tsx (+16 -5)
📝 packages/ui/primitives/document-flow/field-content.tsx (+27 -8)
📝 packages/ui/primitives/document-flow/field-item-advanced-settings.tsx (+1 -0)
📝 packages/ui/primitives/document-flow/field-item.tsx (+9 -3)
📝 packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx (+31 -0)

📄 Description

Adds the ability to have checkboxes align horizontally wrapping when they would go off the PDF


🔄 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/1911 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 7/19/2025 **Status:** ✅ Merged **Merged:** 7/19/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/horizontal-checkboxes` --- ### 📝 Commits (2) - [`7327bfd`](https://github.com/documenso/documenso/commit/7327bfd4f5a0628cda5bad0b010c2442a0bc657b) feat: horizontal checkboxes - [`d977209`](https://github.com/documenso/documenso/commit/d9772095da348e382f3ba66fc9f2359b88a20fab) fix: remove console logs ### 📊 Changes **10 files changed** (+169 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx` (+15 -2) 📝 `packages/lib/client-only/hooks/use-element-bounds.ts` (+6 -6) 📝 `packages/lib/server-only/pdf/insert-field-in-pdf.ts` (+62 -18) 📝 `packages/lib/server-only/template/create-document-from-template.ts` (+1 -0) 📝 `packages/lib/types/field-meta.ts` (+1 -0) 📝 `packages/ui/components/field/field.tsx` (+16 -5) 📝 `packages/ui/primitives/document-flow/field-content.tsx` (+27 -8) 📝 `packages/ui/primitives/document-flow/field-item-advanced-settings.tsx` (+1 -0) 📝 `packages/ui/primitives/document-flow/field-item.tsx` (+9 -3) 📝 `packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx` (+31 -0) </details> ### 📄 Description Adds the ability to have checkboxes align horizontally wrapping when they would go off the PDF --- <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:40 +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#1924
No description provided.