[PR #5598] [MERGED] [Redux] Rename queriesSlice to transactionsSlice #6022

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5598
Author: @joel-jeremy
Created: 8/21/2025
Status: Merged
Merged: 8/22/2025
Merged by: @joel-jeremy

Base: masterHead: split-up-queriesSlice-transactions


📝 Commits (7)

  • b093c1f Move getAccountsById to accountsSlice
  • 9a8ff70 [autofix.ci] apply automated fixes
  • 0e61e88 [Redux] Rename queriesSlice to transactionsSlice
  • 165c8e1 Fix import
  • 57551ef Release notes
  • 0418072 Remove nonexistent saved state
  • dc825df [autofix.ci] apply automated fixes

📊 Changes

12 files changed (+208 additions, -209 deletions)

View changed files

📝 packages/desktop-client/src/accounts/accountsSlice.ts (+92 -1)
📝 packages/desktop-client/src/components/accounts/Account.tsx (+5 -3)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+4 -2)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/ImportTransactionsModal/ImportTransactionsModal.jsx (+4 -4)
📝 packages/desktop-client/src/components/util/GenericInput.jsx (+1 -3)
📝 packages/desktop-client/src/index.tsx (+4 -2)
packages/desktop-client/src/queries/queriesSlice.ts (+0 -183)
📝 packages/desktop-client/src/redux/mock.tsx (+5 -5)
📝 packages/desktop-client/src/redux/store.ts (+5 -5)
packages/desktop-client/src/transactions/transactionsSlice.ts (+79 -0)
upcoming-release-notes/5598.md (+6 -0)

📄 Description

https://github.com/actualbudget/actual/pull/5597 needs to be merged first


🔄 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/5598 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 8/21/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `split-up-queriesSlice-transactions` --- ### 📝 Commits (7) - [`b093c1f`](https://github.com/actualbudget/actual/commit/b093c1f464df9b80d4ce81ff0a4ec5a71c2226c1) Move getAccountsById to accountsSlice - [`9a8ff70`](https://github.com/actualbudget/actual/commit/9a8ff704a91950b2f4f9cc06fa7e17d8f70d1ba8) [autofix.ci] apply automated fixes - [`0e61e88`](https://github.com/actualbudget/actual/commit/0e61e889ae3b6cca923fcc13457701dbb4dfb5e6) [Redux] Rename queriesSlice to transactionsSlice - [`165c8e1`](https://github.com/actualbudget/actual/commit/165c8e1b8ecfe6e28743c98609d2705f1445c82a) Fix import - [`57551ef`](https://github.com/actualbudget/actual/commit/57551efe9eee060fa491015d6e93d069ba550335) Release notes - [`0418072`](https://github.com/actualbudget/actual/commit/0418072489d86d3ccd79bd19135a7fe6d568e332) Remove nonexistent saved state - [`dc825df`](https://github.com/actualbudget/actual/commit/dc825df90f97cd66109613e13cba5c703bd5dace) [autofix.ci] apply automated fixes ### 📊 Changes **12 files changed** (+208 additions, -209 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/accounts/accountsSlice.ts` (+92 -1) 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+5 -3) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+4 -2) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/ImportTransactionsModal/ImportTransactionsModal.jsx` (+4 -4) 📝 `packages/desktop-client/src/components/util/GenericInput.jsx` (+1 -3) 📝 `packages/desktop-client/src/index.tsx` (+4 -2) ➖ `packages/desktop-client/src/queries/queriesSlice.ts` (+0 -183) 📝 `packages/desktop-client/src/redux/mock.tsx` (+5 -5) 📝 `packages/desktop-client/src/redux/store.ts` (+5 -5) ➕ `packages/desktop-client/src/transactions/transactionsSlice.ts` (+79 -0) ➕ `upcoming-release-notes/5598.md` (+6 -0) </details> ### 📄 Description https://github.com/actualbudget/actual/pull/5597 needs to be merged first <!-- 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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <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:22:41 -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#6022