[PR #2441] [MERGED] Show a modal to confirm unlinking accounts #34498

Closed
opened 2026-04-20 21:39:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2441
Author: @psybers
Created: 3/8/2024
Status: Merged
Merged: 3/9/2024
Merged by: @MatissJanis

Base: masterHead: confirm-unlink


📝 Commits (4)

📊 Changes

4 files changed (+78 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+10 -0)
📝 packages/desktop-client/src/components/accounts/Account.jsx (+6 -1)
packages/desktop-client/src/components/modals/ConfirmUnlinkAccount.tsx (+56 -0)
upcoming-release-notes/2441.md (+6 -0)

📄 Description

This PR fixes #2440 by adding a modal that shows whenever someone clicks "Unlink account" from the account menu. The modal will confirm if they want to unlink and provide and option to cancel.


🔄 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/2441 **Author:** [@psybers](https://github.com/psybers) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 3/9/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `confirm-unlink` --- ### 📝 Commits (4) - [`1ee72ba`](https://github.com/actualbudget/actual/commit/1ee72baf6bc58340e4c4c75ca4b2cdf22ee67c57) Show a modal to confirm unlinking accounts - [`67dbf2f`](https://github.com/actualbudget/actual/commit/67dbf2fa05227e2f5292ce5e4724d7f9f7a8d730) add release note - [`b17d8cf`](https://github.com/actualbudget/actual/commit/b17d8cfba217232a619b8bb73e27240635c94aaf) fix linter - [`8a2cdc6`](https://github.com/actualbudget/actual/commit/8a2cdc67ebe3c32585cb778ff8b9f50d38fb8fa6) Use TS strict mode ### 📊 Changes **4 files changed** (+78 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+10 -0) 📝 `packages/desktop-client/src/components/accounts/Account.jsx` (+6 -1) ➕ `packages/desktop-client/src/components/modals/ConfirmUnlinkAccount.tsx` (+56 -0) ➕ `upcoming-release-notes/2441.md` (+6 -0) </details> ### 📄 Description This PR fixes #2440 by adding a modal that shows whenever someone clicks "Unlink account" from the account menu. The modal will confirm if they want to unlink and provide and option to cancel. --- <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-20 21:39:11 -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#34498