[PR #2368] [MERGED] Display rules with splits on rules page #30197

Closed
opened 2026-04-18 06:36:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2368
Author: @jfdoming
Created: 2/17/2024
Status: Merged
Merged: 2/21/2024
Merged by: @youngcw

Base: masterHead: jfdoming/rules-with-splits-rules-page-display


📝 Commits (4)

  • 6cbbef9 Show splits on rules page
  • e1f90cb Add ActionExpression for 'allocate'-type actions
  • 62c99be Add release notes
  • bd10ca1 Fix type errors

📊 Changes

8 files changed (+126 additions, -21 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/EditRule.jsx (+3 -6)
📝 packages/desktop-client/src/components/rules/ActionExpression.tsx (+31 -1)
📝 packages/desktop-client/src/components/rules/RuleRow.tsx (+55 -8)
📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+9 -1)
📝 packages/loot-core/src/server/rules/app.ts (+13 -5)
📝 packages/loot-core/src/shared/rules.ts (+8 -0)
📝 packages/loot-core/src/types/models/rule.d.ts (+1 -0)
upcoming-release-notes/2368.md (+6 -0)

📄 Description

This PR adds additional UI for the rules-with-splits experimental feature. This should make it easier to tell what a rule is doing when it has splits.

image

🔄 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/2368 **Author:** [@jfdoming](https://github.com/jfdoming) **Created:** 2/17/2024 **Status:** ✅ Merged **Merged:** 2/21/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `jfdoming/rules-with-splits-rules-page-display` --- ### 📝 Commits (4) - [`6cbbef9`](https://github.com/actualbudget/actual/commit/6cbbef9ce7157eb2729ee919527d9c4fa10f7b33) Show splits on rules page - [`e1f90cb`](https://github.com/actualbudget/actual/commit/e1f90cb25e8d5e44f5103c4aa55685d3add9e972) Add `ActionExpression` for 'allocate'-type actions - [`62c99be`](https://github.com/actualbudget/actual/commit/62c99be78c119c85c21590bf980533181d233625) Add release notes - [`bd10ca1`](https://github.com/actualbudget/actual/commit/bd10ca11167a11390f902694e07b7327a2039b80) Fix type errors ### 📊 Changes **8 files changed** (+126 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+3 -6) 📝 `packages/desktop-client/src/components/rules/ActionExpression.tsx` (+31 -1) 📝 `packages/desktop-client/src/components/rules/RuleRow.tsx` (+55 -8) 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+9 -1) 📝 `packages/loot-core/src/server/rules/app.ts` (+13 -5) 📝 `packages/loot-core/src/shared/rules.ts` (+8 -0) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+1 -0) ➕ `upcoming-release-notes/2368.md` (+6 -0) </details> ### 📄 Description This PR adds additional UI for the rules-with-splits experimental feature. This should make it easier to tell what a rule is doing when it has splits. <img width="1148" alt="image" src="https://github.com/actualbudget/actual/assets/9922514/06bf8228-6064-4495-8c14-a8cd3601d839"> --- <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-18 06:36:57 -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#30197