[PR #2690] [MERGED] [Mobile] Fix mobile account notes modal not retrieving correct notes #11513

Closed
opened 2026-04-10 21:02:29 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2690
Author: @joel-jeremy
Created: 5/1/2024
Status: Merged
Merged: 5/2/2024
Merged by: @joel-jeremy

Base: masterHead: fix-mobile-not-showing-correct-notes


📝 Commits (3)

  • b02ad93 Fix mobile notes modal not retrieving correct notes
  • b31da4a Release notes
  • 21e2dbf Revert useState initial value

📊 Changes

10 files changed (+30 additions, -42 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+2 -2)
📝 packages/desktop-client/src/components/Notes.tsx (+1 -4)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx (+2 -2)
📝 packages/desktop-client/src/components/mobile/budget/index.tsx (+3 -3)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+2 -3)
📝 packages/desktop-client/src/components/modals/NotesModal.tsx (+4 -4)
📝 packages/desktop-client/src/components/modals/ReportBudgetMonthMenuModal.tsx (+4 -11)
📝 packages/desktop-client/src/components/modals/RolloverBudgetMonthMenuModal.tsx (+4 -11)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+2 -2)
upcoming-release-notes/2690.md (+6 -0)

📄 Description

Fix mobile notes modal not retrieving correct notes


🔄 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/2690 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 5/1/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `fix-mobile-not-showing-correct-notes` --- ### 📝 Commits (3) - [`b02ad93`](https://github.com/actualbudget/actual/commit/b02ad939f3fb6ad38117ef0ddf59864de908932e) Fix mobile notes modal not retrieving correct notes - [`b31da4a`](https://github.com/actualbudget/actual/commit/b31da4ac6df3fe3ab1ef7d887f240606f252b935) Release notes - [`21e2dbf`](https://github.com/actualbudget/actual/commit/21e2dbfa3b17a8cdc2d145839cd400c5d311da48) Revert useState initial value ### 📊 Changes **10 files changed** (+30 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/Notes.tsx` (+1 -4) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx` (+2 -2) 📝 `packages/desktop-client/src/components/mobile/budget/index.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+2 -3) 📝 `packages/desktop-client/src/components/modals/NotesModal.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/modals/ReportBudgetMonthMenuModal.tsx` (+4 -11) 📝 `packages/desktop-client/src/components/modals/RolloverBudgetMonthMenuModal.tsx` (+4 -11) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+2 -2) ➕ `upcoming-release-notes/2690.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 --> Fix mobile notes modal not retrieving correct notes --- <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-10 21:02:29 -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#11513