[PR #755] [MERGED] 🔥 remove Debugger, perf-deets and codemirror #3305

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/755
Author: @MatissJanis
Created: 3/14/2023
Status: Merged
Merged: 3/16/2023
Merged by: @MatissJanis

Base: masterHead: matiss/remove-debugger


📝 Commits (4)

  • fbec6b3 🔥 remove Debugger, perf-deets and codemirror
  • 570adff Merge branch 'master' into matiss/remove-debugger
  • 823c5ba Add release notes
  • 210e122 Remove more things

📊 Changes

17 files changed (+26 additions, -810 deletions)

View changed files

📝 packages/desktop-client/package.json (+0 -2)
📝 packages/desktop-client/src/browser-preload.browser.js (+0 -44)
📝 packages/desktop-client/src/browser-server.js (+9 -17)
packages/desktop-client/src/components/Debugger.js (+0 -314)
📝 packages/desktop-client/src/components/FinancesApp.js (+0 -2)
📝 packages/loot-core/jest.web.config.js (+1 -4)
📝 packages/loot-core/package.json (+0 -1)
📝 packages/loot-core/src/platform/server/asyncStorage/index.web.js (+1 -6)
📝 packages/loot-core/src/platform/server/fs/index.web.js (+0 -5)
📝 packages/loot-core/src/platform/server/indexeddb/index.web.js (+0 -8)
📝 packages/loot-core/src/platform/server/sqlite/index.web.js (+0 -2)
📝 packages/loot-core/src/server/budget/goaltemplates.js (+0 -2)
📝 packages/loot-core/src/server/main.js (+0 -18)
📝 packages/loot-core/webpack/webpack.browser.config.js (+0 -5)
📝 packages/loot-core/webpack/webpack.desktop.config.js (+0 -3)
upcoming-release-notes/755.md (+6 -0)
📝 yarn.lock (+9 -377)

📄 Description

Removing

  • Debugger
  • perf-deeets
  • codemirror

🔄 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/755 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/14/2023 **Status:** ✅ Merged **Merged:** 3/16/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/remove-debugger` --- ### 📝 Commits (4) - [`fbec6b3`](https://github.com/actualbudget/actual/commit/fbec6b3a08db5cda029c268b3a8d3786ff0a5275) :fire: remove Debugger, perf-deets and codemirror - [`570adff`](https://github.com/actualbudget/actual/commit/570adff49fa80504b4998613ec805c30306928d6) Merge branch 'master' into matiss/remove-debugger - [`823c5ba`](https://github.com/actualbudget/actual/commit/823c5ba5cc4e7676b6ee98428030fbe628b52eec) Add release notes - [`210e122`](https://github.com/actualbudget/actual/commit/210e12279551da3cbb3ad57ce110e172ffe50c8d) Remove more things ### 📊 Changes **17 files changed** (+26 additions, -810 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+0 -2) 📝 `packages/desktop-client/src/browser-preload.browser.js` (+0 -44) 📝 `packages/desktop-client/src/browser-server.js` (+9 -17) ➖ `packages/desktop-client/src/components/Debugger.js` (+0 -314) 📝 `packages/desktop-client/src/components/FinancesApp.js` (+0 -2) 📝 `packages/loot-core/jest.web.config.js` (+1 -4) 📝 `packages/loot-core/package.json` (+0 -1) 📝 `packages/loot-core/src/platform/server/asyncStorage/index.web.js` (+1 -6) 📝 `packages/loot-core/src/platform/server/fs/index.web.js` (+0 -5) 📝 `packages/loot-core/src/platform/server/indexeddb/index.web.js` (+0 -8) 📝 `packages/loot-core/src/platform/server/sqlite/index.web.js` (+0 -2) 📝 `packages/loot-core/src/server/budget/goaltemplates.js` (+0 -2) 📝 `packages/loot-core/src/server/main.js` (+0 -18) 📝 `packages/loot-core/webpack/webpack.browser.config.js` (+0 -5) 📝 `packages/loot-core/webpack/webpack.desktop.config.js` (+0 -3) ➕ `upcoming-release-notes/755.md` (+6 -0) 📝 `yarn.lock` (+9 -377) </details> ### 📄 Description Removing - Debugger - `perf-deeets` - `codemirror` --- <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:39:38 -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#3305