[PR #5597] [MERGED] [Redux] Move tags states from queriesSlice to tagsSlice #6021

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/5597
Author: @joel-jeremy
Created: 8/21/2025
Status: Merged
Merged: 8/21/2025
Merged by: @joel-jeremy

Base: masterHead: split-up-queriesSlice-tags


📝 Commits (6)

  • 20593bb Update packages/desktop-client/src/queries/queriesSlice.ts
  • 0c48ee0 [autofix.ci] apply automated fixes
  • b2571b8 Move getAccountsById to accountsSlice
  • 92c8f29 [autofix.ci] apply automated fixes
  • 35fb990 [Redux] Move tags states from queriesSlice to tagsSlice
  • 3d4802f Fix lint + release notes

📊 Changes

13 files changed (+209 additions, -167 deletions)

View changed files

📝 packages/desktop-client/src/components/tags/ManageTags.tsx (+1 -1)
📝 packages/desktop-client/src/components/tags/TagCreationRow.tsx (+3 -3)
📝 packages/desktop-client/src/components/tags/TagEditor.tsx (+3 -3)
📝 packages/desktop-client/src/components/tags/TagRow.tsx (+3 -3)
📝 packages/desktop-client/src/components/tags/TagsList.tsx (+2 -2)
📝 packages/desktop-client/src/hooks/useTags.ts (+3 -3)
📝 packages/desktop-client/src/queries/queriesSlice.ts (+3 -144)
📝 packages/desktop-client/src/redux/mock.tsx (+5 -0)
📝 packages/desktop-client/src/redux/store.ts (+5 -0)
packages/desktop-client/src/tags/tagsSlice.ts (+165 -0)
📝 packages/loot-core/src/server/tags/app.ts (+9 -7)
📝 packages/loot-core/src/types/models/tags.ts (+1 -1)
upcoming-release-notes/5597.md (+6 -0)

📄 Description

https://github.com/actualbudget/actual/pull/5593 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/5597 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 8/21/2025 **Status:** ✅ Merged **Merged:** 8/21/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `split-up-queriesSlice-tags` --- ### 📝 Commits (6) - [`20593bb`](https://github.com/actualbudget/actual/commit/20593bba9384609f708481bb50887370a43d4643) Update packages/desktop-client/src/queries/queriesSlice.ts - [`0c48ee0`](https://github.com/actualbudget/actual/commit/0c48ee0a081cb1dcfaaea19178afa0864a362e0e) [autofix.ci] apply automated fixes - [`b2571b8`](https://github.com/actualbudget/actual/commit/b2571b84c20dcd0b4c2a15b37a36df1bba75bbb4) Move getAccountsById to accountsSlice - [`92c8f29`](https://github.com/actualbudget/actual/commit/92c8f29b863e4b0d3021897fe02afbd07160a79f) [autofix.ci] apply automated fixes - [`35fb990`](https://github.com/actualbudget/actual/commit/35fb99035bf668df13f1eece7b5024b9000f3f7b) [Redux] Move tags states from queriesSlice to tagsSlice - [`3d4802f`](https://github.com/actualbudget/actual/commit/3d4802f316597f1f3cf14888f0686f62b9a0e19b) Fix lint + release notes ### 📊 Changes **13 files changed** (+209 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/tags/ManageTags.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/tags/TagCreationRow.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/tags/TagEditor.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/tags/TagRow.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/tags/TagsList.tsx` (+2 -2) 📝 `packages/desktop-client/src/hooks/useTags.ts` (+3 -3) 📝 `packages/desktop-client/src/queries/queriesSlice.ts` (+3 -144) 📝 `packages/desktop-client/src/redux/mock.tsx` (+5 -0) 📝 `packages/desktop-client/src/redux/store.ts` (+5 -0) ➕ `packages/desktop-client/src/tags/tagsSlice.ts` (+165 -0) 📝 `packages/loot-core/src/server/tags/app.ts` (+9 -7) 📝 `packages/loot-core/src/types/models/tags.ts` (+1 -1) ➕ `upcoming-release-notes/5597.md` (+6 -0) </details> ### 📄 Description https://github.com/actualbudget/actual/pull/5593 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#6021