[PR #4409] [MERGED] [TypeScript] Add types to SpreadsheetProvider #19729

Closed
opened 2026-04-14 21:15:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4409
Author: @joel-jeremy
Created: 2/19/2025
Status: Merged
Merged: 2/20/2025
Merged by: @joel-jeremy

Base: masterHead: ts-SpreadsheetProvider


📝 Commits (4)

📊 Changes

11 files changed (+124 additions, -74 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/envelope/HoldMenu.tsx (+5 -17)
📝 packages/desktop-client/src/components/spreadsheet/useSheetValue.ts (+17 -18)
📝 packages/loot-core/package.json (+1 -1)
📝 packages/loot-core/src/client/SpreadsheetProvider.tsx (+59 -23)
📝 packages/loot-core/src/platform/server/sqlite/unicodeLike.ts (+2 -3)
📝 packages/loot-core/src/server/db/index.ts (+3 -3)
📝 packages/loot-core/src/server/main.ts (+4 -1)
📝 packages/loot-core/src/types/server-handlers.d.ts (+13 -7)
📝 packages/loot-core/webpack/webpack.browser.config.js (+6 -0)
upcoming-release-notes/4409.md (+6 -0)
📝 yarn.lock (+8 -1)

📄 Description


🔄 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/4409 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 2/19/2025 **Status:** ✅ Merged **Merged:** 2/20/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `ts-SpreadsheetProvider` --- ### 📝 Commits (4) - [`069cd06`](https://github.com/actualbudget/actual/commit/069cd063b4202851c9c6c1288628e24e4b359803) [TypeScript] SpreadsheetProvider - [`0ac6032`](https://github.com/actualbudget/actual/commit/0ac603283364eb387fbaa05a089b3947811a5061) Cleanup - [`4f960d3`](https://github.com/actualbudget/actual/commit/4f960d32f7282870d077fbbdc6dabc6a08c7cc20) Release notes - [`5dd6e19`](https://github.com/actualbudget/actual/commit/5dd6e197c46cb6d890b3a80ff865ba9bf0035a2d) Update upcoming-release-notes/4409.md ### 📊 Changes **11 files changed** (+124 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/envelope/HoldMenu.tsx` (+5 -17) 📝 `packages/desktop-client/src/components/spreadsheet/useSheetValue.ts` (+17 -18) 📝 `packages/loot-core/package.json` (+1 -1) 📝 `packages/loot-core/src/client/SpreadsheetProvider.tsx` (+59 -23) 📝 `packages/loot-core/src/platform/server/sqlite/unicodeLike.ts` (+2 -3) 📝 `packages/loot-core/src/server/db/index.ts` (+3 -3) 📝 `packages/loot-core/src/server/main.ts` (+4 -1) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+13 -7) 📝 `packages/loot-core/webpack/webpack.browser.config.js` (+6 -0) ➕ `upcoming-release-notes/4409.md` (+6 -0) 📝 `yarn.lock` (+8 -1) </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 --> --- <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-14 21:15:18 -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#19729