[PR #769] [MERGED] ♻️ (TransactionsTable) port to react hooks #45134

Closed
opened 2026-04-26 07:08:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/react-hooks


📝 Commits (10+)

📊 Changes

6 files changed (+192 additions, -270 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/TransactionsTable.js (+120 -170)
📝 packages/desktop-client/src/components/accounts/TransactionsTable.test.js (+48 -81)
packages/desktop-client/src/hooks/usePrevious.js (+11 -0)
📝 packages/loot-design/src/components/table.js (+7 -4)
📝 packages/loot-design/src/setupTests.js (+0 -15)
upcoming-release-notes/769.md (+6 -0)

📄 Description

Ported TransactionsTable to react hook. This hopefully solves the test flakiness issue 🤞


🔄 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/769 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/17/2023 **Status:** ✅ Merged **Merged:** 3/17/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/react-hooks` --- ### 📝 Commits (10+) - [`9c8c746`](https://github.com/actualbudget/actual/commit/9c8c7461ecc49ae0524872d99b3aa9fd3b0b6100) :recycle: (TransactionsTable) port to react hooks - [`21a0859`](https://github.com/actualbudget/actual/commit/21a08599dd15964acfea5451f1dfd3d8c20ac56b) Release notes - [`1d9ebff`](https://github.com/actualbudget/actual/commit/1d9ebff539f9d134a9bfe8fb2b6928f8d0ca43ca) More debug info - [`1973aee`](https://github.com/actualbudget/actual/commit/1973aeec762a760e874887813f8d12279ae4afd0) :facepalm: - [`4ae2ab1`](https://github.com/actualbudget/actual/commit/4ae2ab1abb139a6f7e192859f015cadc90628caf) Make transaction lookups more optimal - [`985fb43`](https://github.com/actualbudget/actual/commit/985fb4381ffd6a40a8d0df339f59919f0634cf37) Remove no longer needed /act/ workarounds - [`6bbe473`](https://github.com/actualbudget/actual/commit/6bbe4739cd366b2a1bcca0f15ba2a69a57ffd5da) Change click target - [`bc26d24`](https://github.com/actualbudget/actual/commit/bc26d249b981e62dd0ff97ed5022a8b6acfc1738) onEdit change? - [`25d4a42`](https://github.com/actualbudget/actual/commit/25d4a4284f13ce24772cb74470192edd91edd26b) oops - [`d6fc21c`](https://github.com/actualbudget/actual/commit/d6fc21c1175f69768ab4efb78ffd3795b7e23aba) Merge branch 'master' into matiss/react-hooks ### 📊 Changes **6 files changed** (+192 additions, -270 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.js` (+120 -170) 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.test.js` (+48 -81) ➕ `packages/desktop-client/src/hooks/usePrevious.js` (+11 -0) 📝 `packages/loot-design/src/components/table.js` (+7 -4) 📝 `packages/loot-design/src/setupTests.js` (+0 -15) ➕ `upcoming-release-notes/769.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 --> Ported `TransactionsTable` to react hook. This hopefully solves the test flakiness issue 🤞 --- <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-26 07:08:30 -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#45134