[PR #3942] [MERGED] 🐛 fix misaligned gocardless credential popover #5129

Closed
opened 2026-02-28 21:06:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/fix-3854


📝 Commits (2)

  • b970ff9 🐛 fix misaligned gocardless credential popover
  • f724974 Patch linter

📊 Changes

3 files changed (+23 additions, -35 deletions)

View changed files

📝 packages/desktop-client/src/components/modals/CreateAccountModal.tsx (+16 -34)
📝 packages/loot-core/src/types/server-handlers.d.ts (+1 -1)
upcoming-release-notes/3942.md (+6 -0)

📄 Description

Closes #3854

Additionally..

  • made the file strict TS compliant
  • removed the need to use refs and isOpen state handling - since we are now using React-aria buttons - we can leverage the power of DialogTrigger - which removes the need for ref

🔄 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/3942 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/8/2024 **Status:** ✅ Merged **Merged:** 12/9/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-3854` --- ### 📝 Commits (2) - [`b970ff9`](https://github.com/actualbudget/actual/commit/b970ff91130ceaf3e962696e293b292a9f844dcd) :bug: fix misaligned gocardless credential popover - [`f724974`](https://github.com/actualbudget/actual/commit/f724974b4324a975c297363c11b0190cc1774e1b) Patch linter ### 📊 Changes **3 files changed** (+23 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/modals/CreateAccountModal.tsx` (+16 -34) 📝 `packages/loot-core/src/types/server-handlers.d.ts` (+1 -1) ➕ `upcoming-release-notes/3942.md` (+6 -0) </details> ### 📄 Description Closes #3854 Additionally.. - made the file strict TS compliant - removed the need to use `ref`s and `isOpen` state handling - since we are now using React-aria buttons - we can leverage the power of `DialogTrigger` - which removes the need for `ref` --- <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 21:06:27 -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#5129