[PR #2507] [MERGED] [Mobile] Budget file quick switch #46160

Closed
opened 2026-04-26 08:15:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2507
Author: @joel-jeremy
Created: 3/26/2024
Status: Merged
Merged: 5/7/2024
Merged by: @joel-jeremy

Base: masterHead: mobile-budget-file-quick-switch-mode


📝 Commits (10+)

📊 Changes

9 files changed (+241 additions, -74 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+5 -0)
📝 packages/desktop-client/src/components/manager/BudgetList.jsx (+153 -73)
📝 packages/desktop-client/src/components/mobile/budget/index.tsx (+5 -0)
packages/desktop-client/src/components/modals/BudgetListModal.tsx (+43 -0)
📝 packages/desktop-client/src/components/modals/BudgetPageMenuModal.tsx (+14 -0)
📝 packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx (+1 -1)
📝 packages/loot-core/src/client/actions/budgets.ts (+12 -0)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+2 -0)
upcoming-release-notes/2507.md (+6 -0)

📄 Description

On top of https://github.com/actualbudget/actual/pull/2501.

Added:

  • Quickly switch to another budget file without needing to close current one

🔄 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/2507 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-budget-file-quick-switch-mode` --- ### 📝 Commits (10+) - [`eccfb50`](https://github.com/actualbudget/actual/commit/eccfb50e214f905429008da7df45f2f9c504ddd4) Update autocomplete types - [`b9fb522`](https://github.com/actualbudget/actual/commit/b9fb522c75bb2271112036e3f2e832d476de1025) Remote optional type - [`1182c0d`](https://github.com/actualbudget/actual/commit/1182c0d26e31dddfc45f2319ad9a0585062e46c3) Improve SingleInputModal - [`d614971`](https://github.com/actualbudget/actual/commit/d614971c5ded60b44be6ebc8f4b761e71eedbd1c) Fix lint error - [`33fdba0`](https://github.com/actualbudget/actual/commit/33fdba03ffcf588cc98aa82006493ff093018e3a) Mobile budget file quick switch mode - [`9b3f605`](https://github.com/actualbudget/actual/commit/9b3f605f19b328730a6180e844e7d8be45ce9ab0) Release notes - [`ae23768`](https://github.com/actualbudget/actual/commit/ae237685b963c5638c516881b9b2523443af3911) Updates - [`3138037`](https://github.com/actualbudget/actual/commit/3138037f0f197e0809b561071276ab2f99b56516) Fix typecheck error - [`5f8f04d`](https://github.com/actualbudget/actual/commit/5f8f04dde155d5f72086cd25e5ec8a19ce339099) Fix paddings - [`83499df`](https://github.com/actualbudget/actual/commit/83499dfafd7693acd193e796ba49e3f1dd367374) Update modal ### 📊 Changes **9 files changed** (+241 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+5 -0) 📝 `packages/desktop-client/src/components/manager/BudgetList.jsx` (+153 -73) 📝 `packages/desktop-client/src/components/mobile/budget/index.tsx` (+5 -0) ➕ `packages/desktop-client/src/components/modals/BudgetListModal.tsx` (+43 -0) 📝 `packages/desktop-client/src/components/modals/BudgetPageMenuModal.tsx` (+14 -0) 📝 `packages/desktop-client/src/components/modals/ScheduledTransactionMenuModal.tsx` (+1 -1) 📝 `packages/loot-core/src/client/actions/budgets.ts` (+12 -0) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+2 -0) ➕ `upcoming-release-notes/2507.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> On top of https://github.com/actualbudget/actual/pull/2501. Added: - Quickly switch to another budget file without needing to close current one --- <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-26 08:15:09 -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#46160