[PR #2599] [MERGED] [Mobile] Fix account notes not retrieving correctly in mobile #11449

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2599
Author: @joel-jeremy
Created: 4/14/2024
Status: Merged
Merged: 4/16/2024
Merged by: @joel-jeremy

Base: masterHead: fix-mobile-account-notes


📝 Commits (4)

📊 Changes

7 files changed (+31 additions, -52 deletions)

View changed files

📝 packages/desktop-client/src/components/NotesButton.tsx (+2 -8)
📝 packages/desktop-client/src/components/modals/AccountMenuModal.tsx (+2 -12)
📝 packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx (+3 -11)
📝 packages/desktop-client/src/components/modals/CategoryMenuModal.tsx (+3 -12)
📝 packages/desktop-client/src/components/modals/Notes.tsx (+2 -9)
packages/desktop-client/src/hooks/useNotes.ts (+13 -0)
upcoming-release-notes/2599.md (+6 -0)

📄 Description


🔄 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/2599 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 4/14/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `fix-mobile-account-notes` --- ### 📝 Commits (4) - [`6fa7600`](https://github.com/actualbudget/actual/commit/6fa7600344df63d7dce0f47b4b92f834ffb586f2) Fix account notes not retrieving correctly - [`c258bfc`](https://github.com/actualbudget/actual/commit/c258bfc3217e6abe39cfe1be94f1584ad0cbe1b6) Release notes - [`23c2e70`](https://github.com/actualbudget/actual/commit/23c2e70d7b68cb6ab85593e6aadb399bd1d825c1) Update release notes - [`4e26ed5`](https://github.com/actualbudget/actual/commit/4e26ed53785e9c5fc1bcb11e9a2611a03b2ac8df) Fix type errors ### 📊 Changes **7 files changed** (+31 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+2 -8) 📝 `packages/desktop-client/src/components/modals/AccountMenuModal.tsx` (+2 -12) 📝 `packages/desktop-client/src/components/modals/CategoryGroupMenuModal.tsx` (+3 -11) 📝 `packages/desktop-client/src/components/modals/CategoryMenuModal.tsx` (+3 -12) 📝 `packages/desktop-client/src/components/modals/Notes.tsx` (+2 -9) ➕ `packages/desktop-client/src/hooks/useNotes.ts` (+13 -0) ➕ `upcoming-release-notes/2599.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 --> --- <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:01:01 -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#11449