[PR #31] [MERGED] Make dialog into a component #718

Closed
opened 2026-02-26 18:48:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/31
Author: @ephraimduncan
Created: 3/28/2023
Status: Merged
Merged: 3/28/2023
Merged by: @ElTimuro

Base: mainHead: doc-82


📝 Commits (4)

  • f8f941a add inital component to @documenso/ui
  • 16f6da0 Move dialog into a seperate component
  • a9befd3 Use dynamic values for title and icon for dialog
  • b3e89b1 Add types to Dialog component

📊 Changes

4 files changed (+139 additions, -142 deletions)

View changed files

📝 apps/web/pages/documents/[id]/recipients.tsx (+32 -142)
packages/ui/components/dialog/Dialog.tsx (+105 -0)
packages/ui/components/dialog/index.ts (+1 -0)
📝 packages/ui/index.ts (+1 -0)

📄 Description

Fixes #22


🔄 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/31 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 3/28/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@ElTimuro](https://github.com/ElTimuro) **Base:** `main` ← **Head:** `doc-82` --- ### 📝 Commits (4) - [`f8f941a`](https://github.com/documenso/documenso/commit/f8f941a9cdeb05a770b109a09cdeb169afb62448) add inital component to @documenso/ui - [`16f6da0`](https://github.com/documenso/documenso/commit/16f6da01c0a12b3fe4fee776eb48f7e44ac89dc1) Move dialog into a seperate component - [`a9befd3`](https://github.com/documenso/documenso/commit/a9befd342cc1a198e5d705d4c4290391c949469e) Use dynamic values for title and icon for dialog - [`b3e89b1`](https://github.com/documenso/documenso/commit/b3e89b16bcc870cd3cd7d12fc0f06e2b3d18cc47) Add types to Dialog component ### 📊 Changes **4 files changed** (+139 additions, -142 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/pages/documents/[id]/recipients.tsx` (+32 -142) ➕ `packages/ui/components/dialog/Dialog.tsx` (+105 -0) ➕ `packages/ui/components/dialog/index.ts` (+1 -0) 📝 `packages/ui/index.ts` (+1 -0) </details> ### 📄 Description Fixes #22 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:48:37 +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#718
No description provided.