[PR #282] [CLOSED] refactor: Updated JS files to TS #847

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/282
Author: @adithyaakrishna
Created: 8/19/2023
Status: Closed

Base: mainHead: feat/more-typeScript


📝 Commits (2)

  • 42ce274 refactor: updated javascript files to typescript
  • 50cac6c fix: removed extra spacing

📊 Changes

8 files changed (+198 additions, -227 deletions)

View changed files

📝 apps/web/components/editor/editable-field.tsx (+3 -2)
apps/web/components/editor/pdf-viewer.jsx (+0 -168)
apps/web/components/editor/pdf-viewer.tsx (+133 -0)
📝 apps/web/components/editor/signable-field.tsx (+3 -2)
📝 apps/web/pages/404.tsx (+0 -0)
📝 apps/web/pages/500.tsx (+0 -0)
packages/signing/PDFArrayCustom.js (+0 -55)
packages/signing/PDFArrayCustom.ts (+59 -0)

📄 Description

Description:

  • This PR updates a couple of remaining .jsx files to .tsx
    • 404.tsx
    • 500.tsx
    • pdf-viewer.tsx
    • PDFArrayCustom.ts
  • Also, updates PDFArrayCustom.ts from Class Components to Functional Components

🔄 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/282 **Author:** [@adithyaakrishna](https://github.com/adithyaakrishna) **Created:** 8/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/more-typeScript` --- ### 📝 Commits (2) - [`42ce274`](https://github.com/documenso/documenso/commit/42ce274c8a83ce98669c07404f4e45a517893568) refactor: updated javascript files to typescript - [`50cac6c`](https://github.com/documenso/documenso/commit/50cac6c66ee252dadddbb445c9529d642b949db7) fix: removed extra spacing ### 📊 Changes **8 files changed** (+198 additions, -227 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/editor/editable-field.tsx` (+3 -2) ➖ `apps/web/components/editor/pdf-viewer.jsx` (+0 -168) ➕ `apps/web/components/editor/pdf-viewer.tsx` (+133 -0) 📝 `apps/web/components/editor/signable-field.tsx` (+3 -2) 📝 `apps/web/pages/404.tsx` (+0 -0) 📝 `apps/web/pages/500.tsx` (+0 -0) ➖ `packages/signing/PDFArrayCustom.js` (+0 -55) ➕ `packages/signing/PDFArrayCustom.ts` (+59 -0) </details> ### 📄 Description **Description:** - This PR updates a couple of remaining `.jsx` files to `.tsx` - `404.tsx` - `500.tsx` - `pdf-viewer.tsx` - `PDFArrayCustom.ts` - Also, updates `PDFArrayCustom.ts` from Class Components to Functional Components --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:30:44 +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#847
No description provided.