[PR #2536] [MERGED] Mobile auto decimal #38785

Closed
opened 2026-04-23 11:47:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2536
Author: @ilar
Created: 3/31/2024
Status: Merged
Merged: 4/4/2024
Merged by: @youngcw

Base: masterHead: mobile-auto-decimal


📝 Commits (8)

  • 2144d16 Format the input field when entering transaction value, automatically populate decimal position.
  • 4c3b40c Add note.
  • 8eaae1f Fix linting issues.
  • 84a8b8b Turn off autoDecimal if we're hiding decimals anyway.
  • c4a16be Merge branch 'actualbudget:master' into mobile-auto-decimal
  • 82e38c6 Shorten changelog.
  • dec936b Merge branch 'mobile-auto-decimal' of github.com:ilar/actual into mobile-auto-decimal
  • aff8679 Merge branch 'master' into mobile-auto-decimal

📊 Changes

2 files changed (+19 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.jsx (+13 -1)
upcoming-release-notes/2536.md (+6 -0)

📄 Description

This PR is to add the functionality from #1509 for mobile transactions, as well as display formatting while in the process of editing to improve readability.

The functionality from 1509 is intended to prevent typos and speed up/ease input on phones by pre-populating the decimal in the third position from the right, much as other budget software does like YNAB does.

As I am unfamiliar with the codebase, I am unsure how well this internationalizes and welcome feedback- I don't know what I don't know, in this case.


🔄 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/2536 **Author:** [@ilar](https://github.com/ilar) **Created:** 3/31/2024 **Status:** ✅ Merged **Merged:** 4/4/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `mobile-auto-decimal` --- ### 📝 Commits (8) - [`2144d16`](https://github.com/actualbudget/actual/commit/2144d16c16fbe9fff98edbc9ac14d90154cefcdd) Format the input field when entering transaction value, automatically populate decimal position. - [`4c3b40c`](https://github.com/actualbudget/actual/commit/4c3b40c0a6f4df2e0c07a2419694a592346441f8) Add note. - [`8eaae1f`](https://github.com/actualbudget/actual/commit/8eaae1f54a5ec6a1e737102446840f3db230ac0f) Fix linting issues. - [`84a8b8b`](https://github.com/actualbudget/actual/commit/84a8b8ba5027111aa428296c0560ec602b58644f) Turn off autoDecimal if we're hiding decimals anyway. - [`c4a16be`](https://github.com/actualbudget/actual/commit/c4a16be71c61bc1ca07337e88556c5d6338f6417) Merge branch 'actualbudget:master' into mobile-auto-decimal - [`82e38c6`](https://github.com/actualbudget/actual/commit/82e38c689c305887c0fed0ffed844d086d611dd5) Shorten changelog. - [`dec936b`](https://github.com/actualbudget/actual/commit/dec936b2ec12d7450dcd3c01bc1defc33b430ddb) Merge branch 'mobile-auto-decimal' of github.com:ilar/actual into mobile-auto-decimal - [`aff8679`](https://github.com/actualbudget/actual/commit/aff86798ac87967cadfab7d38ed6494e01c4186e) Merge branch 'master' into mobile-auto-decimal ### 📊 Changes **2 files changed** (+19 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.jsx` (+13 -1) ➕ `upcoming-release-notes/2536.md` (+6 -0) </details> ### 📄 Description This PR is to add the functionality from #1509 for mobile transactions, as well as display formatting while in the process of editing to improve readability. The functionality from 1509 is intended to prevent typos and speed up/ease input on phones by pre-populating the decimal in the third position from the right, much as other budget software does like YNAB does. As I am unfamiliar with the codebase, I am unsure how well this internationalizes and welcome feedback- I don't know what I don't know, in this case. --- <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-23 11:47:28 -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#38785