[PR #3833] [MERGED] release tracking budget feature #5083

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3833
Author: @MatissJanis
Created: 11/14/2024
Status: Merged
Merged: 11/18/2024
Merged by: @MatissJanis

Base: masterHead: matiss/release-reportBudget


📝 Commits (10+)

  • 3d8527d release tracking budget feature
  • 849e95a Remove unused imports
  • cf241ea Patch e2e tests
  • 8992ef6 Update VRT
  • 31224ec Merge branch 'master' into matiss/release-reportBudget
  • 5cae1bb Update VRT
  • 7f1981d Merge branch 'master' into matiss/release-reportBudget
  • 591762e Make VRT more stable by closing bottom nav
  • 5fae5eb Update VRT
  • ef4de7c Merge branch 'master' into matiss/release-reportBudget

📊 Changes

13 files changed (+52 additions, -81 deletions)

View changed files

📝 packages/desktop-client/e2e/page-models/settings-page.js (+0 -17)
📝 packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+44 -40)
📝 packages/desktop-client/src/components/settings/Experimental.tsx (+1 -20)
📝 packages/desktop-client/src/components/settings/index.tsx (+1 -2)
📝 packages/desktop-client/src/hooks/useFeatureFlag.ts (+0 -1)
📝 packages/loot-core/src/types/prefs.d.ts (+0 -1)
upcoming-release-notes/3833.md (+6 -0)

📄 Description

Solves #2999


🔄 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/3833 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/18/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/release-reportBudget` --- ### 📝 Commits (10+) - [`3d8527d`](https://github.com/actualbudget/actual/commit/3d8527def0fb7c97df4c0d7df4344d4b9cd76e21) :sparkles: release tracking budget feature - [`849e95a`](https://github.com/actualbudget/actual/commit/849e95a3aacc810135b9eb24570972d03d16bd66) Remove unused imports - [`cf241ea`](https://github.com/actualbudget/actual/commit/cf241ea44d518a11fee1c9a97715fb37fef0dee9) Patch e2e tests - [`8992ef6`](https://github.com/actualbudget/actual/commit/8992ef66d38a194d1f76cb29ee08cfdf71b2f46f) Update VRT - [`31224ec`](https://github.com/actualbudget/actual/commit/31224ecc98c45ba13fe225fbed01114c3dded03c) Merge branch 'master' into matiss/release-reportBudget - [`5cae1bb`](https://github.com/actualbudget/actual/commit/5cae1bbd1811868c03412398479355f3c094c83f) Update VRT - [`7f1981d`](https://github.com/actualbudget/actual/commit/7f1981d6afc85831676b598127ee2dbf9178d8cf) Merge branch 'master' into matiss/release-reportBudget - [`591762e`](https://github.com/actualbudget/actual/commit/591762e8c542453798af82b45b2d4db3a6bb97c6) Make VRT more stable by closing bottom nav - [`5fae5eb`](https://github.com/actualbudget/actual/commit/5fae5ebf03ca5860777b8a7a1f1dc622e1e8e03a) Update VRT - [`ef4de7c`](https://github.com/actualbudget/actual/commit/ef4de7c0a4eec0096b31c4cfc9b27604b48900c7) Merge branch 'master' into matiss/release-reportBudget ### 📊 Changes **13 files changed** (+52 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/page-models/settings-page.js` (+0 -17) 📝 `packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/settings.mobile.test.js-snapshots/Mobile-Settings-checks-that-settings-page-can-be-opened-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+44 -40) 📝 `packages/desktop-client/src/components/settings/Experimental.tsx` (+1 -20) 📝 `packages/desktop-client/src/components/settings/index.tsx` (+1 -2) 📝 `packages/desktop-client/src/hooks/useFeatureFlag.ts` (+0 -1) 📝 `packages/loot-core/src/types/prefs.d.ts` (+0 -1) ➕ `upcoming-release-notes/3833.md` (+6 -0) </details> ### 📄 Description Solves #2999 --- <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:05:42 -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#5083