[PR #4694] [CLOSED] [WIP] 🗑️ [POC] done for pending transactions #12595

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4694
Author: @alecbakholdin
Created: 3/27/2025
Status: Closed

Base: masterHead: poc-pending-transactions


📝 Commits (1)

  • 4883eb0 POC done for pending transactions

📊 Changes

7 files changed (+149 additions, -26 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx (+78 -9)
📝 packages/desktop-client/src/components/transactions/TransactionList.jsx (+30 -2)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+26 -9)
📝 packages/loot-core/src/server/payees/app.ts (+6 -0)
📝 packages/loot-core/src/server/schedules/app.ts (+6 -3)
📝 packages/loot-core/src/shared/util.ts (+2 -2)
📝 packages/loot-core/src/types/models/rule.d.ts (+1 -1)

📄 Description

As the title suggests, this is a POC of a feature talked about in Discord. The code is not in a reviewable state but I wanted a preview deployment so I could share the POC with people and get feedback on design.


🔄 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/4694 **Author:** [@alecbakholdin](https://github.com/alecbakholdin) **Created:** 3/27/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `poc-pending-transactions` --- ### 📝 Commits (1) - [`4883eb0`](https://github.com/actualbudget/actual/commit/4883eb02036ab76710846712b350ccfbf36dbbcb) POC done for pending transactions ### 📊 Changes **7 files changed** (+149 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/CategoryAutocomplete.tsx` (+78 -9) 📝 `packages/desktop-client/src/components/transactions/TransactionList.jsx` (+30 -2) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+26 -9) 📝 `packages/loot-core/src/server/payees/app.ts` (+6 -0) 📝 `packages/loot-core/src/server/schedules/app.ts` (+6 -3) 📝 `packages/loot-core/src/shared/util.ts` (+2 -2) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+1 -1) </details> ### 📄 Description As the title suggests, this is a POC of a feature talked about in Discord. The code is not in a reviewable state but I wanted a preview deployment so I could share the POC with people and get feedback on design. --- <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:33:44 -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#12595