[PR #1535] [MERGED] Port App and FatalError components to TS and functional components #3802

Closed
opened 2026-02-28 20:47:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1535
Author: @joel-jeremy
Created: 8/17/2023
Status: Merged
Merged: 8/19/2023
Merged by: @joel-jeremy

Base: masterHead: functional-app-tsx


📝 Commits (6)

📊 Changes

8 files changed (+400 additions, -349 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -0)
packages/desktop-client/src/components/App.js (+0 -162)
packages/desktop-client/src/components/App.tsx (+179 -0)
📝 packages/desktop-client/src/components/AppBackground.tsx (+6 -1)
packages/desktop-client/src/components/FatalError.js (+0 -186)
packages/desktop-client/src/components/FatalError.tsx (+196 -0)
upcoming-release-notes/1535.md (+6 -0)
📝 yarn.lock (+12 -0)

📄 Description

Related to https://github.com/actualbudget/actual/issues/1483


🔄 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/1535 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 8/17/2023 **Status:** ✅ Merged **Merged:** 8/19/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `functional-app-tsx` --- ### 📝 Commits (6) - [`2392146`](https://github.com/actualbudget/actual/commit/239214631a8ff2f65859584c3e31ab90372a98b3) Port app to functional component and tsx - [`4d60781`](https://github.com/actualbudget/actual/commit/4d6078111e68fcbd9d63a8d2f45362bea1ce81ac) FatalError functional component + tsx - [`57b1a3d`](https://github.com/actualbudget/actual/commit/57b1a3d15fa070fbecbf5cb155f7cd72b6ab0925) Release notes - [`88ffaaa`](https://github.com/actualbudget/actual/commit/88ffaaa59ab442431e2bdbd7caa13d5cb26f6404) Exports cleanup - [`f1dae4c`](https://github.com/actualbudget/actual/commit/f1dae4c9a36abd84267525abd892e871a0587d92) App cleanup - [`2695293`](https://github.com/actualbudget/actual/commit/26952930a93fc6bdff05830cf7d9486171e94eb7) Address PR comments ### 📊 Changes **8 files changed** (+400 additions, -349 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -0) ➖ `packages/desktop-client/src/components/App.js` (+0 -162) ➕ `packages/desktop-client/src/components/App.tsx` (+179 -0) 📝 `packages/desktop-client/src/components/AppBackground.tsx` (+6 -1) ➖ `packages/desktop-client/src/components/FatalError.js` (+0 -186) ➕ `packages/desktop-client/src/components/FatalError.tsx` (+196 -0) ➕ `upcoming-release-notes/1535.md` (+6 -0) 📝 `yarn.lock` (+12 -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 --> Related to https://github.com/actualbudget/actual/issues/1483 --- <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 20:47:01 -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#3802