[PR #1232] [MERGED] Sort Transactions on Accounts Page #3612

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1232
Author: @carkom
Created: 6/30/2023
Status: Merged
Merged: 7/18/2023
Merged by: @MatissJanis

Base: masterHead: sortAccounts


📝 Commits (10+)

  • f6f1663 add arrows to header cells
  • 1b605f6 Add arrows to cells
  • f8b838b lint fixes
  • 06914fc Merge pull request #16 from actualbudget/master
  • 0198ab5 React version updates
  • a6729ee Update
  • 22e3f17 Merge branch 'actualbudget:master' into sortAccounts
  • 689cec6 Switch to sorting by actual name
  • d29593d adjust arrows and sort directions
  • 1db0b6b Merge branch 'actualbudget:master' into sortAccounts

📊 Changes

6 files changed (+378 additions, -22 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+152 -4)
📝 packages/desktop-client/src/components/accounts/Header.js (+16 -2)
📝 packages/desktop-client/src/components/table.tsx (+15 -0)
📝 packages/desktop-client/src/components/transactions/TransactionList.js (+6 -0)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.js (+183 -16)
upcoming-release-notes/1232.md (+6 -0)

📄 Description

This is a pretty simple and straight forward PR. I've added sorting to the transactions table.


🔄 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/1232 **Author:** [@carkom](https://github.com/carkom) **Created:** 6/30/2023 **Status:** ✅ Merged **Merged:** 7/18/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `sortAccounts` --- ### 📝 Commits (10+) - [`f6f1663`](https://github.com/actualbudget/actual/commit/f6f16639b1cab70429c808ada6974e5753dcd02e) add arrows to header cells - [`1b605f6`](https://github.com/actualbudget/actual/commit/1b605f69fa09a59b28d8c5667a09173aa86ca4b7) Add arrows to cells - [`f8b838b`](https://github.com/actualbudget/actual/commit/f8b838bb7f5c0093d3ee117451dece8b671dcb81) lint fixes - [`06914fc`](https://github.com/actualbudget/actual/commit/06914fc4642bb7952b7f07e14a1880c2d3353382) Merge pull request #16 from actualbudget/master - [`0198ab5`](https://github.com/actualbudget/actual/commit/0198ab50e495e7feddbc1f404fadd448d57c21a0) React version updates - [`a6729ee`](https://github.com/actualbudget/actual/commit/a6729ee4f768203e1f30bf1acdc37db2c25ca25a) Update - [`22e3f17`](https://github.com/actualbudget/actual/commit/22e3f173f96348048fdf9957455156c9aaa8ca89) Merge branch 'actualbudget:master' into sortAccounts - [`689cec6`](https://github.com/actualbudget/actual/commit/689cec67790dd91a2372146da91be6f89349328d) Switch to sorting by actual name - [`d29593d`](https://github.com/actualbudget/actual/commit/d29593dee6edb10255c65a1816f74d33fb6c5c30) adjust arrows and sort directions - [`1db0b6b`](https://github.com/actualbudget/actual/commit/1db0b6b879d8106fb6e2fd76d7fc06fde53a571e) Merge branch 'actualbudget:master' into sortAccounts ### 📊 Changes **6 files changed** (+378 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+152 -4) 📝 `packages/desktop-client/src/components/accounts/Header.js` (+16 -2) 📝 `packages/desktop-client/src/components/table.tsx` (+15 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionList.js` (+6 -0) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.js` (+183 -16) ➕ `upcoming-release-notes/1232.md` (+6 -0) </details> ### 📄 Description This is a pretty simple and straight forward PR. I've added sorting to the transactions table. --- <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:44:12 -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#3612