[PR #234] [MERGED] Allow enter to create new transaction when focused on cleared column #3075

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/234
Author: @ezfe
Created: 9/1/2022
Status: Merged
Merged: 9/1/2022
Merged by: @TomAFrench

Base: masterHead: fix-enter-login-screen


📝 Commits (1)

  • 6109d95 Allow enter to create new transaction when focused on cleared column

📊 Changes

1 file changed (+2 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/TransactionsTable.js (+2 -1)

📄 Description

This addresses #226

Currently only the credit/debit columns can be focused to press enter and add a transaction, but if you tab past them to the cleared column it stands to reason you'd want to add it at that point too.


🔄 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/234 **Author:** [@ezfe](https://github.com/ezfe) **Created:** 9/1/2022 **Status:** ✅ Merged **Merged:** 9/1/2022 **Merged by:** [@TomAFrench](https://github.com/TomAFrench) **Base:** `master` ← **Head:** `fix-enter-login-screen` --- ### 📝 Commits (1) - [`6109d95`](https://github.com/actualbudget/actual/commit/6109d95f02ed15e661b21d28f99669dd5191cb44) Allow `enter` to create new transaction when focused on `cleared` column ### 📊 Changes **1 file changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/TransactionsTable.js` (+2 -1) </details> ### 📄 Description This addresses #226 Currently only the `credit`/`debit` columns can be focused to press enter and add a transaction, but if you tab past them to the `cleared` column it stands to reason you'd want to add it at that point too. --- <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:35:56 -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#3075