[PR #375] [CLOSED] refactor: Improve types and add missing types for better code organization #923

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/375
Author: @Dhoni77
Created: 9/14/2023
Status: Closed

Base: mainHead: refactor/types


📝 Commits (1)

  • 413ca42 refactor: Improve and added new types

📊 Changes

43 files changed (+360 additions, -211 deletions)

View changed files

📝 apps/web/components/editor/editable-field.tsx (+7 -14)
📝 apps/web/components/editor/field-type-selector.tsx (+4 -4)
📝 apps/web/components/editor/pdf-editor.tsx (+12 -11)
📝 apps/web/components/editor/pdf-signer.tsx (+4 -4)
📝 apps/web/components/editor/recipient-selector.tsx (+11 -7)
📝 apps/web/components/editor/signable-field.tsx (+2 -2)
📝 apps/web/components/editor/signature-dialog.tsx (+11 -4)
📝 apps/web/components/layout.tsx (+1 -1)
📝 apps/web/components/login.tsx (+9 -5)
📝 apps/web/components/logo.tsx (+1 -1)
📝 apps/web/components/navigation.tsx (+5 -7)
📝 apps/web/components/settings.tsx (+10 -12)
📝 apps/web/pages/api/documents/[id]/sign.ts (+7 -6)
📝 apps/web/pages/api/users/index.ts (+2 -3)
📝 apps/web/pages/dashboard.tsx (+26 -18)
📝 apps/web/pages/documents.tsx (+29 -26)
📝 apps/web/pages/documents/[id]/recipients.tsx (+34 -20)
📝 apps/web/pages/documents/[id]/signed.tsx (+20 -17)
📝 apps/web/pages/login.tsx (+4 -2)
📝 packages/features/editor/createField.ts (+14 -5)

...and 23 more files

📄 Description

This pr adds or improves existing types present in the application.


🔄 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/375 **Author:** [@Dhoni77](https://github.com/Dhoni77) **Created:** 9/14/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `refactor/types` --- ### 📝 Commits (1) - [`413ca42`](https://github.com/documenso/documenso/commit/413ca426989a1d6c55ab3a90fba12a3a934d55ac) refactor: Improve and added new types ### 📊 Changes **43 files changed** (+360 additions, -211 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/editor/editable-field.tsx` (+7 -14) 📝 `apps/web/components/editor/field-type-selector.tsx` (+4 -4) 📝 `apps/web/components/editor/pdf-editor.tsx` (+12 -11) 📝 `apps/web/components/editor/pdf-signer.tsx` (+4 -4) 📝 `apps/web/components/editor/recipient-selector.tsx` (+11 -7) 📝 `apps/web/components/editor/signable-field.tsx` (+2 -2) 📝 `apps/web/components/editor/signature-dialog.tsx` (+11 -4) 📝 `apps/web/components/layout.tsx` (+1 -1) 📝 `apps/web/components/login.tsx` (+9 -5) 📝 `apps/web/components/logo.tsx` (+1 -1) 📝 `apps/web/components/navigation.tsx` (+5 -7) 📝 `apps/web/components/settings.tsx` (+10 -12) 📝 `apps/web/pages/api/documents/[id]/sign.ts` (+7 -6) 📝 `apps/web/pages/api/users/index.ts` (+2 -3) 📝 `apps/web/pages/dashboard.tsx` (+26 -18) 📝 `apps/web/pages/documents.tsx` (+29 -26) 📝 `apps/web/pages/documents/[id]/recipients.tsx` (+34 -20) 📝 `apps/web/pages/documents/[id]/signed.tsx` (+20 -17) 📝 `apps/web/pages/login.tsx` (+4 -2) 📝 `packages/features/editor/createField.ts` (+14 -5) _...and 23 more files_ </details> ### 📄 Description This pr adds or improves existing types present in the application. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:03 +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#923
No description provided.