[PR #3611] [MERGED] Remove spending report feature flag #4955

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3611
Author: @carkom
Created: 10/9/2024
Status: Merged
Merged: 10/23/2024
Merged by: @carkom

Base: masterHead: SpendingFeature


📝 Commits (7)

📊 Changes

12 files changed (+23 additions, -53 deletions)

View changed files

📝 packages/desktop-client/e2e/reports.test.js (+1 -1)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/reports/Overview.tsx (+5 -28)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+1 -14)
📝 packages/desktop-client/src/components/settings/Experimental.tsx (+0 -7)
📝 packages/desktop-client/src/hooks/useFeatureFlag.ts (+0 -1)
📝 packages/loot-core/migrations/1722804019000_create_dashboard_table.js (+2 -1)
📝 packages/loot-core/src/shared/dashboard.ts (+8 -0)
📝 packages/loot-core/src/types/prefs.d.ts (+0 -1)
upcoming-release-notes/3611.md (+6 -0)

📄 Description

I think this is ready for release. No further feedback has come in on it in a while.


🔄 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/3611 **Author:** [@carkom](https://github.com/carkom) **Created:** 10/9/2024 **Status:** ✅ Merged **Merged:** 10/23/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `SpendingFeature` --- ### 📝 Commits (7) - [`473ade7`](https://github.com/actualbudget/actual/commit/473ade7f436f83df9dad0a28d38a6172d1ac8909) Remove feature flag - [`99b84a0`](https://github.com/actualbudget/actual/commit/99b84a0ddb3a3ec2877c93bff037c3d7f8b572b4) notes - [`c561e0c`](https://github.com/actualbudget/actual/commit/c561e0c4b1b1d93ff3d9fb06c3e9acd2dd6087cb) Merge branch 'master' into SpendingFeature - [`1dc6576`](https://github.com/actualbudget/actual/commit/1dc657624c9629ef56bcbf3ed91eec000a593486) Merge branch 'master' into SpendingFeature - [`c62aafb`](https://github.com/actualbudget/actual/commit/c62aafbc2bfcdb23fbad8c419b3c7ff7092cd713) Merge branch 'master' into SpendingFeature - [`77128a0`](https://github.com/actualbudget/actual/commit/77128a0124c06c1e1e50647a42b0f729d7f00c01) defualt show spending graph - [`f0a0407`](https://github.com/actualbudget/actual/commit/f0a04078daea382f077933f0b588363037c4505f) VRT ### 📊 Changes **12 files changed** (+23 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/reports.test.js` (+1 -1) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/reports/Overview.tsx` (+5 -28) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+1 -14) 📝 `packages/desktop-client/src/components/settings/Experimental.tsx` (+0 -7) 📝 `packages/desktop-client/src/hooks/useFeatureFlag.ts` (+0 -1) 📝 `packages/loot-core/migrations/1722804019000_create_dashboard_table.js` (+2 -1) 📝 `packages/loot-core/src/shared/dashboard.ts` (+8 -0) 📝 `packages/loot-core/src/types/prefs.d.ts` (+0 -1) ➕ `upcoming-release-notes/3611.md` (+6 -0) </details> ### 📄 Description I think this is ready for release. No further feedback has come in on it in a while. --- <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:03:46 -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#4955