[PR #3311] [MERGED] ♻️ (typescript) moving account component to TS #4792

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3311
Author: @MatissJanis
Created: 8/24/2024
Status: Merged
Merged: 9/3/2024
Merged by: @MatissJanis

Base: masterHead: matiss/ts-account


📝 Commits (4)

  • 81fc724 ♻️ (typescript) moving account component to TS
  • c96f809 Patch linter
  • ad7ef05 Patches
  • fe4389e Merge branch 'master' into matiss/ts-account

📊 Changes

15 files changed (+405 additions, -177 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -0)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+363 -160)
📝 packages/desktop-client/src/components/filters/FiltersStack.tsx (+1 -1)
📝 packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx (+2 -2)
📝 packages/desktop-client/src/hooks/useSelected.tsx (+3 -3)
📝 packages/loot-core/src/client/data-hooks/filters.ts (+1 -1)
📝 packages/loot-core/src/client/queries.ts (+2 -2)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+5 -1)
📝 packages/loot-core/src/client/state-types/queries.d.ts (+4 -4)
📝 packages/loot-core/src/types/models/rule.d.ts (+2 -1)
📝 packages/loot-core/src/types/models/transaction-filter.d.ts (+4 -2)
📝 packages/loot-core/src/types/models/transaction.d.ts (+2 -0)
📝 packages/loot-core/src/types/prefs.d.ts (+1 -0)
upcoming-release-notes/3311.md (+6 -0)
📝 yarn.lock (+8 -0)

📄 Description

https://github.com/actualbudget/actual/issues/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/3311 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/24/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/ts-account` --- ### 📝 Commits (4) - [`81fc724`](https://github.com/actualbudget/actual/commit/81fc724a97fc61c028257bc97b5f76d6f54e12f3) :recycle: (typescript) moving account component to TS - [`c96f809`](https://github.com/actualbudget/actual/commit/c96f80962ed923100dbfad26990f99aba7d4bb7a) Patch linter - [`ad7ef05`](https://github.com/actualbudget/actual/commit/ad7ef05fbad5251094781ce79f9488a675d705e2) Patches - [`fe4389e`](https://github.com/actualbudget/actual/commit/fe4389e24bf672d1eba3c7d0e49d2996335a164d) Merge branch 'master' into matiss/ts-account ### 📊 Changes **15 files changed** (+405 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -0) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+363 -160) 📝 `packages/desktop-client/src/components/filters/FiltersStack.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx` (+2 -2) 📝 `packages/desktop-client/src/hooks/useSelected.tsx` (+3 -3) 📝 `packages/loot-core/src/client/data-hooks/filters.ts` (+1 -1) 📝 `packages/loot-core/src/client/queries.ts` (+2 -2) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+5 -1) 📝 `packages/loot-core/src/client/state-types/queries.d.ts` (+4 -4) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+2 -1) 📝 `packages/loot-core/src/types/models/transaction-filter.d.ts` (+4 -2) 📝 `packages/loot-core/src/types/models/transaction.d.ts` (+2 -0) 📝 `packages/loot-core/src/types/prefs.d.ts` (+1 -0) ➕ `upcoming-release-notes/3311.md` (+6 -0) 📝 `yarn.lock` (+8 -0) </details> ### 📄 Description https://github.com/actualbudget/actual/issues/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 21:01:21 -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#4792