[PR #3066] [MERGED] :electron: security.js and preload.js ➡️ .ts #4661

Closed
opened 2026-02-28 20:59:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3066
Author: @MikesGlitch
Created: 7/16/2024
Status: Merged
Merged: 7/17/2024
Merged by: @MatissJanis

Base: masterHead: ts/electron-security-and-prelod


📝 Commits (4)

  • f81b853 move security and preload js to ts and fix theme bug when triggered via console
  • 22e3b7f release notes
  • d5d89c6 cleanup type
  • 4f435b7 Update packages/desktop-electron/preload.ts

📊 Changes

4 files changed (+72 additions, -33 deletions)

View changed files

📝 packages/desktop-electron/index.ts (+37 -11)
📝 packages/desktop-electron/preload.ts (+25 -12)
📝 packages/desktop-electron/security.ts (+4 -10)
upcoming-release-notes/3066.md (+6 -0)

📄 Description

Updated security.js and preload.js to Typescript and fixed Theme not setting correctly when set via dev console

#1483


🔄 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/3066 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `ts/electron-security-and-prelod` --- ### 📝 Commits (4) - [`f81b853`](https://github.com/actualbudget/actual/commit/f81b853efd9943eb1eb0d14f38e4ce49364a99e7) move security and preload js to ts and fix theme bug when triggered via console - [`22e3b7f`](https://github.com/actualbudget/actual/commit/22e3b7f28355c616e1430b6c36781e687cbb3aa3) release notes - [`d5d89c6`](https://github.com/actualbudget/actual/commit/d5d89c6d5f02b0cca0241608347ff57d6a94ac41) cleanup type - [`4f435b7`](https://github.com/actualbudget/actual/commit/4f435b7f54ae920345f17bbe0809503b0b58380a) Update packages/desktop-electron/preload.ts ### 📊 Changes **4 files changed** (+72 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-electron/index.ts` (+37 -11) 📝 `packages/desktop-electron/preload.ts` (+25 -12) 📝 `packages/desktop-electron/security.ts` (+4 -10) ➕ `upcoming-release-notes/3066.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Updated security.js and preload.js to Typescript and fixed Theme not setting correctly when set via dev console #1483 --- <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-02-28 20:59:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4661