[PR #720] [CLOSED] feat: add stepper component #1138

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/720
Author: @G3root
Created: 12/3/2023
Status: Closed

Base: mainHead: stepper-component


📝 Commits (5)

📊 Changes

12 files changed (+410 additions, -449 deletions)

View changed files

📝 apps/marketing/src/app/(marketing)/singleplayer/client.tsx (+14 -48)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx (+22 -77)
📝 packages/ui/primitives/document-flow/add-fields.tsx (+24 -34)
📝 packages/ui/primitives/document-flow/add-signature.tsx (+84 -95)
📝 packages/ui/primitives/document-flow/add-signers.tsx (+17 -35)
📝 packages/ui/primitives/document-flow/add-subject.tsx (+21 -33)
📝 packages/ui/primitives/document-flow/add-title.tsx (+15 -29)
📝 packages/ui/primitives/document-flow/document-flow-root.tsx (+2 -98)
packages/ui/primitives/stepper/index.ts (+3 -0)
packages/ui/primitives/stepper/step.tsx (+133 -0)
packages/ui/primitives/stepper/stepper-context.ts (+29 -0)
packages/ui/primitives/stepper/stepper.tsx (+46 -0)

📄 Description

fixes #708


🔄 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/720 **Author:** [@G3root](https://github.com/G3root) **Created:** 12/3/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `stepper-component` --- ### 📝 Commits (5) - [`0de7d7b`](https://github.com/documenso/documenso/commit/0de7d7bb8df79dc6f8836affc518c470396f90d4) feat: add stepper component - [`8d6fe58`](https://github.com/documenso/documenso/commit/8d6fe58b75ab2d1c09b363942e9588db6387760a) feat: use the new stepper component - [`e8abf6e`](https://github.com/documenso/documenso/commit/e8abf6eb8e5d2210d09ef961172bc1721ac91794) fix: add can go next - [`dbf5a7e`](https://github.com/documenso/documenso/commit/dbf5a7e334e9d50cf2978ca06285ae25629d31fd) refactor: cleanup unused - [`1e868b9`](https://github.com/documenso/documenso/commit/1e868b9d7388340f0abed678054e014fa018b93d) refactor: logic ### 📊 Changes **12 files changed** (+410 additions, -449 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/src/app/(marketing)/singleplayer/client.tsx` (+14 -48) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx` (+22 -77) 📝 `packages/ui/primitives/document-flow/add-fields.tsx` (+24 -34) 📝 `packages/ui/primitives/document-flow/add-signature.tsx` (+84 -95) 📝 `packages/ui/primitives/document-flow/add-signers.tsx` (+17 -35) 📝 `packages/ui/primitives/document-flow/add-subject.tsx` (+21 -33) 📝 `packages/ui/primitives/document-flow/add-title.tsx` (+15 -29) 📝 `packages/ui/primitives/document-flow/document-flow-root.tsx` (+2 -98) ➕ `packages/ui/primitives/stepper/index.ts` (+3 -0) ➕ `packages/ui/primitives/stepper/step.tsx` (+133 -0) ➕ `packages/ui/primitives/stepper/stepper-context.ts` (+29 -0) ➕ `packages/ui/primitives/stepper/stepper.tsx` (+46 -0) </details> ### 📄 Description fixes #708 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:00 +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#1138
No description provided.