[PR #2676] [MERGED] Fix some additional incorrect types #53755

Closed
opened 2026-04-30 22:42:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2676
Author: @twk3
Created: 4/27/2024
Status: Merged
Merged: 5/4/2024
Merged by: @twk3

Base: masterHead: twk3/ts-api-fixes-round-4


📝 Commits (2)

📊 Changes

7 files changed (+22 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/ThemeSelector.tsx (+1 -0)
📝 packages/desktop-client/src/style/theme.tsx (+5 -1)
📝 packages/loot-core/src/types/models/index.d.ts (+1 -0)
📝 packages/loot-core/src/types/models/transaction.d.ts (+5 -1)
📝 packages/loot-core/src/types/prefs.d.ts (+3 -1)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -1)
upcoming-release-notes/2676.md (+6 -0)

📄 Description

  • This is part of working towards having enough correct types to be able to run tsc on our packed api without error.
  • Working towards being able to ship types for the api in the package

Related to https://github.com/actualbudget/actual/pull/2559


🔄 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/2676 **Author:** [@twk3](https://github.com/twk3) **Created:** 4/27/2024 **Status:** ✅ Merged **Merged:** 5/4/2024 **Merged by:** [@twk3](https://github.com/twk3) **Base:** `master` ← **Head:** `twk3/ts-api-fixes-round-4` --- ### 📝 Commits (2) - [`4b7bc80`](https://github.com/actualbudget/actual/commit/4b7bc80b5415a8b1d6165787d37c7cebe60ff323) Fix some additional incorrect types - [`27c1732`](https://github.com/actualbudget/actual/commit/27c17324a912ccfc914a49e76ea1e24aaf585dea) Add release not ### 📊 Changes **7 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/ThemeSelector.tsx` (+1 -0) 📝 `packages/desktop-client/src/style/theme.tsx` (+5 -1) 📝 `packages/loot-core/src/types/models/index.d.ts` (+1 -0) 📝 `packages/loot-core/src/types/models/transaction.d.ts` (+5 -1) 📝 `packages/loot-core/src/types/prefs.d.ts` (+3 -1) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -1) ➕ `upcoming-release-notes/2676.md` (+6 -0) </details> ### 📄 Description - This is part of working towards having enough correct types to be able to run tsc on our packed api without error. - Working towards being able to ship types for the api in the package Related to https://github.com/actualbudget/actual/pull/2559 --- <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-30 22:42:17 -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#53755