[PR #4146] [MERGED] Fix send types in a number of places (1/2) #5212

Closed
opened 2026-02-28 21:08:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4146
Author: @jfdoming
Created: 1/14/2025
Status: Merged
Merged: 1/15/2025
Merged by: @jfdoming

Base: masterHead: jfdoming/fix-send-types-1


📝 Commits (2)

  • 790953d Fix send types in a number of places
  • efb74a9 Add release notes

📊 Changes

11 files changed (+46 additions, -17 deletions)

View changed files

📝 packages/desktop-client/src/components/ServerContext.tsx (+7 -2)
📝 packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx (+3 -2)
📝 packages/desktop-client/src/components/admin/UserDirectory/UserDirectory.tsx (+18 -3)
📝 packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/CreateAccountModal.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/EditUser.tsx (+4 -2)
📝 packages/desktop-client/src/components/payees/ManagePayeesWithData.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/spreadsheets/calendar-spreadsheet.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts (+1 -1)
📝 packages/desktop-client/src/components/reports/spreadsheets/summary-spreadsheet.ts (+1 -1)
upcoming-release-notes/4146.md (+6 -0)

📄 Description

In https://github.com/actualbudget/actual/pull/4145 I'm attempting to remove any types from the send function. In doing so I uncovered a bunch of places where types were set incorrectly. This PR cleans up those types (split into 2 for readability).


🔄 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/4146 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `jfdoming/fix-send-types-1` --- ### 📝 Commits (2) - [`790953d`](https://github.com/actualbudget/actual/commit/790953dbec136dc39dc910435854cadc0d0ec2db) Fix `send` types in a number of places - [`efb74a9`](https://github.com/actualbudget/actual/commit/efb74a96826ad66d9ca1f2383303671cabaee3be) Add release notes ### 📊 Changes **11 files changed** (+46 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ServerContext.tsx` (+7 -2) 📝 `packages/desktop-client/src/components/admin/UserAccess/UserAccess.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/admin/UserDirectory/UserDirectory.tsx` (+18 -3) 📝 `packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/CreateAccountModal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/EditUser.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/payees/ManagePayeesWithData.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/spreadsheets/calendar-spreadsheet.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/spending-spreadsheet.ts` (+1 -1) 📝 `packages/desktop-client/src/components/reports/spreadsheets/summary-spreadsheet.ts` (+1 -1) ➕ `upcoming-release-notes/4146.md` (+6 -0) </details> ### 📄 Description In https://github.com/actualbudget/actual/pull/4145 I'm attempting to remove `any` types from the `send` function. In doing so I uncovered a bunch of places where types were set incorrectly. This PR cleans up those types (split into 2 for readability). --- <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 21:08:12 -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#5212