[PR #2081] [MERGED] [TS migration] MobileBudget tsx #38537

Closed
opened 2026-04-23 11:35:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2081
Author: @joel-jeremy
Created: 12/13/2023
Status: Merged
Merged: 1/6/2024
Merged by: @joel-jeremy

Base: masterHead: mobile-budget-functional-component


📝 Commits (6)

📊 Changes

9 files changed (+526 additions, -501 deletions)

View changed files

📝 packages/desktop-client/src/components/SyncRefresh.tsx (+2 -2)
packages/desktop-client/src/components/budget/MobileBudget.jsx (+0 -479)
packages/desktop-client/src/components/budget/MobileBudget.tsx (+477 -0)
📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+12 -6)
📝 packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts (+1 -3)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+17 -0)
📝 packages/loot-core/src/types/models/category-group.d.ts (+2 -0)
📝 packages/loot-core/src/types/server-handlers.d.ts (+9 -11)
upcoming-release-notes/2081.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/2081 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 12/13/2023 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `mobile-budget-functional-component` --- ### 📝 Commits (6) - [`3be8f75`](https://github.com/actualbudget/actual/commit/3be8f75c360075e40669079218565bccda5c1218) MobileBudget tsx - [`8f843e2`](https://github.com/actualbudget/actual/commit/8f843e262a7e8d5a63bbcc0ebe0f915cbc191981) Release notes - [`c6db812`](https://github.com/actualbudget/actual/commit/c6db812e0f76ebaca84d01f232d418b346ddefd8) Fix type error - [`b302d08`](https://github.com/actualbudget/actual/commit/b302d0865124bc92d592ad88134734f278d531c7) Update upcoming-release-notes/2081.md - [`05ae1b2`](https://github.com/actualbudget/actual/commit/05ae1b26fa105765d66d81ad13f0dface6a1960b) SyncRefresh.tsx - [`b9fb422`](https://github.com/actualbudget/actual/commit/b9fb422b2242fe70515ce22fc4aa7148ace04b67) Remove loadCategories ### 📊 Changes **9 files changed** (+526 additions, -501 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/SyncRefresh.tsx` (+2 -2) ➖ `packages/desktop-client/src/components/budget/MobileBudget.jsx` (+0 -479) ➕ `packages/desktop-client/src/components/budget/MobileBudget.tsx` (+477 -0) 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+12 -6) 📝 `packages/desktop-client/src/components/reports/spreadsheets/grouped-spreadsheet.ts` (+1 -3) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+17 -0) 📝 `packages/loot-core/src/types/models/category-group.d.ts` (+2 -0) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+9 -11) ➕ `upcoming-release-notes/2081.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-23 11:35:23 -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#38537