[PR #4599] [MERGED] [Mobile] Drag and drop expense category groups to re-order #12529

Closed
opened 2026-04-10 21:32:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4599
Author: @joel-jeremy
Created: 3/11/2025
Status: Merged
Merged: 4/15/2025
Merged by: @joel-jeremy

Base: masterHead: mobile-expense-category-groups-dnd


📝 Commits (10+)

📊 Changes

9 files changed (+287 additions, -115 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+13 -21)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryList.tsx (+9 -2)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx (+1 -0)
packages/desktop-client/src/components/mobile/budget/ExpenseGroupList.tsx (+172 -0)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx (+71 -45)
📝 packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx (+14 -10)
packages/desktop-client/src/components/mobile/budget/ListItem.tsx (+0 -36)
📝 packages/loot-core/src/client/queries/queriesSlice.ts (+1 -1)
upcoming-release-notes/4599.md (+6 -0)

📄 Description

https://github.com/actualbudget/actual/pull/4484 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/4599 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-expense-category-groups-dnd` --- ### 📝 Commits (10+) - [`b2f14fb`](https://github.com/actualbudget/actual/commit/b2f14fbb597919433501e5cbdc891bba65dfb2be) Update to GridList - [`e6eead1`](https://github.com/actualbudget/actual/commit/e6eead1c5731fdfbc050cf6b46edf35ef590a2af) VRT - minimal diff between 2 rows - [`2b35bc0`](https://github.com/actualbudget/actual/commit/2b35bc0cba70132904303eb9768ed98e71943220) Implement a hidden drag button - [`3ba9093`](https://github.com/actualbudget/actual/commit/3ba90935c4146e840f71343e47666e71e5a4657c) Revert VRT - [`0d2ff03`](https://github.com/actualbudget/actual/commit/0d2ff031b649ae2e1c84bd222d914baa1d2f48ea) VRT - [`abd860c`](https://github.com/actualbudget/actual/commit/abd860c4dc074df5404c884e38da1994b0aad1b9) [Mobile] Drag and drop income categories to re-order - [`cd34661`](https://github.com/actualbudget/actual/commit/cd34661a43f2740d72ec6e49d6b032042379e1fa) Update drag preview - [`035e527`](https://github.com/actualbudget/actual/commit/035e5272487d7018e7925c917b8194937751b680) Release notes - [`b08ada5`](https://github.com/actualbudget/actual/commit/b08ada5e88a50157e82fb4c8d607b754f04435d5) Fix drag preview - [`4fca466`](https://github.com/actualbudget/actual/commit/4fca466154249da3cd59864632020e0fec31725f) Fix typecheck errors ### 📊 Changes **9 files changed** (+287 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+13 -21) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryList.tsx` (+9 -2) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseCategoryListItem.tsx` (+1 -0) ➕ `packages/desktop-client/src/components/mobile/budget/ExpenseGroupList.tsx` (+172 -0) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx` (+71 -45) 📝 `packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx` (+14 -10) ➖ `packages/desktop-client/src/components/mobile/budget/ListItem.tsx` (+0 -36) 📝 `packages/loot-core/src/client/queries/queriesSlice.ts` (+1 -1) ➕ `upcoming-release-notes/4599.md` (+6 -0) </details> ### 📄 Description <!-- 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 --> https://github.com/actualbudget/actual/pull/4484 needs to be merged first. --- <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-10 21:32:00 -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#12529