[PR #3595] [CLOSED] [WIP] v24.10.1 #4944

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3595
Author: @MatissJanis
Created: 10/7/2024
Status: Closed

Base: masterHead: release/v24.10.1


📝 Commits (6)

  • c456596 [Mobile] Update to Budgeted to match the column name in mobile budget table (#3573)
  • 4a1e151 [Mobile] Fix budget list on mobile auto selecting a budget file under the Switch budget file menu (#3574)
  • 2e56935 🐛 (reports) fix reports page having empty blocks (#3566)
  • 888d2e9 (synced-prefs) preloading in redux state to improve perf (#3544)
  • 8a342a0 Bump version to v24.10.1
  • 7bbeaf6 Remove used release notes

📊 Changes

21 files changed (+163 additions, -120 deletions)

View changed files

📝 packages/api/package.json (+1 -1)
packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Envelope-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-2-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Envelope-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-3-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Tracking-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-1-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Tracking-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-2-chromium-linux.png (+0 -0)
packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Tracking-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/package.json (+1 -1)
📝 packages/desktop-client/src/components/manager/BudgetList.tsx (+44 -50)
📝 packages/desktop-client/src/components/modals/EnvelopeBudgetMenuModal.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/TrackingBudgetMenuModal.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/Overview.tsx (+20 -10)
📝 packages/desktop-client/src/hooks/useSyncedPref.ts (+10 -17)
📝 packages/desktop-client/src/hooks/useSyncedPrefs.ts (+11 -28)
📝 packages/desktop-electron/package.json (+1 -1)
📝 packages/loot-core/src/client/actions/prefs.ts (+24 -1)
📝 packages/loot-core/src/client/actions/sync.ts (+5 -3)
📝 packages/loot-core/src/client/constants.ts (+1 -0)
📝 packages/loot-core/src/client/reducers/prefs.ts (+14 -4)
📝 packages/loot-core/src/client/state-types/prefs.d.ts (+14 -2)
📝 packages/loot-core/src/server/preferences/app.ts (+13 -0)

...and 1 more files

📄 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/3595 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/7/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `release/v24.10.1` --- ### 📝 Commits (6) - [`c456596`](https://github.com/actualbudget/actual/commit/c4565964170b70aab5c5ef03a045cf0b8fc996da) [Mobile] Update to Budgeted to match the column name in mobile budget table (#3573) - [`4a1e151`](https://github.com/actualbudget/actual/commit/4a1e1511bce3e006856b65ca046b0b30af0c35f4) [Mobile] Fix budget list on mobile auto selecting a budget file under the Switch budget file menu (#3574) - [`2e56935`](https://github.com/actualbudget/actual/commit/2e569355bc6fc72bb40253c64da883d986f33dba) :bug: (reports) fix reports page having empty blocks (#3566) - [`888d2e9`](https://github.com/actualbudget/actual/commit/888d2e9ccebeaf5a12e1333358279253a454fb2b) :zap: (synced-prefs) preloading in redux state to improve perf (#3544) - [`8a342a0`](https://github.com/actualbudget/actual/commit/8a342a0ef07014188fb1e439cb234acf89d236d0) Bump version to v24.10.1 - [`7bbeaf6`](https://github.com/actualbudget/actual/commit/7bbeaf6672d39c8cd91795edd51440a9b889c783) Remove used release notes ### 📊 Changes **21 files changed** (+163 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/package.json` (+1 -1) ➕ `packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Envelope-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-2-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Envelope-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-3-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Tracking-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-1-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Tracking-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-2-chromium-linux.png` (+0 -0) ➕ `packages/desktop-client/e2e/budget.mobile.test.js-snapshots/Mobile-Budget-Tracking-checks-that-clicking-the-budgeted-cell-opens-the-budget-menu-modal-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `packages/desktop-client/src/components/manager/BudgetList.tsx` (+44 -50) 📝 `packages/desktop-client/src/components/modals/EnvelopeBudgetMenuModal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/TrackingBudgetMenuModal.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/Overview.tsx` (+20 -10) 📝 `packages/desktop-client/src/hooks/useSyncedPref.ts` (+10 -17) 📝 `packages/desktop-client/src/hooks/useSyncedPrefs.ts` (+11 -28) 📝 `packages/desktop-electron/package.json` (+1 -1) 📝 `packages/loot-core/src/client/actions/prefs.ts` (+24 -1) 📝 `packages/loot-core/src/client/actions/sync.ts` (+5 -3) 📝 `packages/loot-core/src/client/constants.ts` (+1 -0) 📝 `packages/loot-core/src/client/reducers/prefs.ts` (+14 -4) 📝 `packages/loot-core/src/client/state-types/prefs.d.ts` (+14 -2) 📝 `packages/loot-core/src/server/preferences/app.ts` (+13 -0) _...and 1 more files_ </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:03:36 -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#4944