[PR #1468] [MERGED] (export) adding error handling & improving dev-exp for electron #3762

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1468
Author: @MatissJanis
Created: 8/5/2023
Status: Merged
Merged: 8/17/2023
Merged by: @MatissJanis

Base: masterHead: matiss/export-improvements


📝 Commits (3)

  • 99e6f9b (export) adding error handling & improving dev-exp for electron
  • 0f94ed9 Release notes
  • 71bb367 Release notes

📊 Changes

6 files changed (+61 additions, -12 deletions)

View changed files

📝 package.json (+1 -0)
📝 packages/desktop-client/src/components/settings/Export.tsx (+35 -5)
📝 packages/desktop-electron/index.js (+9 -5)
📝 packages/loot-core/src/server/main.ts (+9 -1)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -1)
upcoming-release-notes/1468.md (+6 -0)

📄 Description

Improving error handling for export functionality. Now it will no longer crash the websocket server if export fails. Instead it shows a user-friendly error message.

Screenshot 2023-08-05 at 21 26 22

Also some small dev-exp improvements.


🔄 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/1468 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/5/2023 **Status:** ✅ Merged **Merged:** 8/17/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/export-improvements` --- ### 📝 Commits (3) - [`99e6f9b`](https://github.com/actualbudget/actual/commit/99e6f9b428c0ddb93e3eb02199dbaa7294081d14) :sparkles: (export) adding error handling & improving dev-exp for electron - [`0f94ed9`](https://github.com/actualbudget/actual/commit/0f94ed9bcc700d75df1883cfdb35b4d8e8453b73) Release notes - [`71bb367`](https://github.com/actualbudget/actual/commit/71bb36748666889c081578146c39754b337a05f5) Release notes ### 📊 Changes **6 files changed** (+61 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -0) 📝 `packages/desktop-client/src/components/settings/Export.tsx` (+35 -5) 📝 `packages/desktop-electron/index.js` (+9 -5) 📝 `packages/loot-core/src/server/main.ts` (+9 -1) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -1) ➕ `upcoming-release-notes/1468.md` (+6 -0) </details> ### 📄 Description Improving error handling for export functionality. Now it will no longer crash the websocket server if export fails. Instead it shows a user-friendly error message. <img width="609" alt="Screenshot 2023-08-05 at 21 26 22" src="https://github.com/actualbudget/actual/assets/886567/ab26705e-c843-48ba-84c3-5b4cffbda212"> Also some small dev-exp improvements. --- <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:46:19 -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#3762