[PR #2906] [CLOSED] [WIP] Open source contribution, [Maintenance] Typescript migration #1483 #11638

Closed
opened 2026-04-10 21:06:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2906
Author: @VejayPersaud
Created: 6/19/2024
Status: Closed

Base: masterHead: Open-source-Contribution


📝 Commits (9)

  • 2dd5146 Migrated browser-server.js to TypeScript and removed the old JavaScript file
  • 73e758f Removed the old JavaScript file browser-server.js
  • 6005caf Merge branch 'actualbudget:master' into Open-source-Contribution
  • b748cfa Changed browser-server.js to browser-server.ts for the backendWorkerURL
  • 0cb77da Merge branch 'Open-source-Contribution' of https://github.com/VejayPersaud/actual into Open-source-Contribution
  • b1b7530 Merge branch 'actualbudget:master' into Open-source-Contribution
  • d5fd44a Merge branch 'actualbudget:master' into Open-source-Contribution
  • 976bb52 Create 1483.md
  • cb1a18d [Maintenance] Typescript migration #1483

📊 Changes

3 files changed (+26 additions, -26 deletions)

View changed files

📝 packages/desktop-client/src/browser-preload.browser.js (+1 -1)
📝 packages/desktop-client/src/browser-server.ts (+19 -25)
upcoming-release-notes/1483.md (+6 -0)

📄 Description

  • Migrates browser-server.js to browser-server.ts
  • Updates a filename reference in browser-preload.browser.js in backendWorkerUrl variable
  • Adds the issue markdown to the upcoming-release-notes folder in the root directory

🔄 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/actualbudget/actual/pull/2906 **Author:** [@VejayPersaud](https://github.com/VejayPersaud) **Created:** 6/19/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Open-source-Contribution` --- ### 📝 Commits (9) - [`2dd5146`](https://github.com/actualbudget/actual/commit/2dd5146a50e0f41532fc1fcd192108ee90d89d47) Migrated browser-server.js to TypeScript and removed the old JavaScript file - [`73e758f`](https://github.com/actualbudget/actual/commit/73e758fbd872bc64b508214fb56f9bc130ccb110) Removed the old JavaScript file browser-server.js - [`6005caf`](https://github.com/actualbudget/actual/commit/6005cafce4da2a78b4013babae1a45ccd09257d9) Merge branch 'actualbudget:master' into Open-source-Contribution - [`b748cfa`](https://github.com/actualbudget/actual/commit/b748cfa99d5335381abffcf8cb7f6242e370a029) Changed browser-server.js to browser-server.ts for the backendWorkerURL - [`0cb77da`](https://github.com/actualbudget/actual/commit/0cb77dae96152562784226689577d6a19ddf63c2) Merge branch 'Open-source-Contribution' of https://github.com/VejayPersaud/actual into Open-source-Contribution - [`b1b7530`](https://github.com/actualbudget/actual/commit/b1b75304cca059dfd98b2ab0d52e185aaccbeab6) Merge branch 'actualbudget:master' into Open-source-Contribution - [`d5fd44a`](https://github.com/actualbudget/actual/commit/d5fd44a9cc97fa2060606341eb8d850963245a5d) Merge branch 'actualbudget:master' into Open-source-Contribution - [`976bb52`](https://github.com/actualbudget/actual/commit/976bb5236060346b7085e4b99b3eef4490ccc048) Create 1483.md - [`cb1a18d`](https://github.com/actualbudget/actual/commit/cb1a18d0d55f1f9fd948be18135cfcf124eb6771) [Maintenance] Typescript migration #1483 ### 📊 Changes **3 files changed** (+26 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/browser-preload.browser.js` (+1 -1) 📝 `packages/desktop-client/src/browser-server.ts` (+19 -25) ➕ `upcoming-release-notes/1483.md` (+6 -0) </details> ### 📄 Description - Migrates browser-server.js to browser-server.ts - Updates a filename reference in browser-preload.browser.js in backendWorkerUrl variable - Adds the issue markdown to the upcoming-release-notes folder in the root directory --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-10 21:06:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#11638