[PR #3326] [MERGED] Add UncategorizedButton to mobile budget view #4798

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3326
Author: @tim-smart
Created: 8/29/2024
Status: Merged
Merged: 9/25/2024
Merged by: @joel-jeremy

Base: masterHead: mobile-uncat


📝 Commits (1)

  • 9cd9cb9 Add UncategorizedButton to mobile budget view

📊 Changes

11 files changed (+312 additions, -181 deletions)

View changed files

packages/desktop-client/package.tgz (+0 -0)
📝 packages/desktop-client/src/components/common/Link.tsx (+9 -7)
packages/desktop-client/src/components/mobile/accounts/Account.jsx (+0 -68)
packages/desktop-client/src/components/mobile/accounts/Account.tsx (+45 -0)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+121 -34)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+39 -1)
📝 packages/desktop-client/src/components/mobile/transactions/AddTransactionButton.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx (+86 -67)
📝 packages/desktop-client/src/hooks/usePreviewTransactions.ts (+4 -2)
📝 packages/loot-core/src/client/query-helpers.ts (+1 -1)
upcoming-release-notes/3326.md (+6 -0)

📄 Description

No description provided


🔄 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/3326 **Author:** [@tim-smart](https://github.com/tim-smart) **Created:** 8/29/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-uncat` --- ### 📝 Commits (1) - [`9cd9cb9`](https://github.com/actualbudget/actual/commit/9cd9cb9f35235888417df78b8829d3d2399c7a94) Add UncategorizedButton to mobile budget view ### 📊 Changes **11 files changed** (+312 additions, -181 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/package.tgz` (+0 -0) 📝 `packages/desktop-client/src/components/common/Link.tsx` (+9 -7) ➖ `packages/desktop-client/src/components/mobile/accounts/Account.jsx` (+0 -68) ➕ `packages/desktop-client/src/components/mobile/accounts/Account.tsx` (+45 -0) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+121 -34) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+39 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/AddTransactionButton.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListWithBalances.jsx` (+86 -67) 📝 `packages/desktop-client/src/hooks/usePreviewTransactions.ts` (+4 -2) 📝 `packages/loot-core/src/client/query-helpers.ts` (+1 -1) ➕ `upcoming-release-notes/3326.md` (+6 -0) </details> ### 📄 Description _No description provided_ --- <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:26 -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#4798