[PR #5808] [MERGED] feat: show full decimals while editing #6134

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5808
Author: @csenel
Created: 9/28/2025
Status: Merged
Merged: 10/5/2025
Merged by: @matt-fidd

Base: masterHead: show-decimal-while-editing


📝 Commits (3)

📊 Changes

4 files changed (+34 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.tsx (+9 -0)
📝 packages/desktop-client/src/components/transactions/table/utils.ts (+4 -3)
📝 packages/loot-core/src/shared/util.ts (+15 -0)
upcoming-release-notes/5808.md (+6 -0)

📄 Description

Fixes https://github.com/actualbudget/actual/issues/3053

Depending on hide decimals setting, the decimals were removed from the input cell. Instead, we can keep the decimals if they exist and show/hide them using formatter.


🔄 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/5808 **Author:** [@csenel](https://github.com/csenel) **Created:** 9/28/2025 **Status:** ✅ Merged **Merged:** 10/5/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `show-decimal-while-editing` --- ### 📝 Commits (3) - [`5645f49`](https://github.com/actualbudget/actual/commit/5645f4911e8a7e826fec3b8658ec4ad9a9f893e0) show full decimals while editing - [`262d8be`](https://github.com/actualbudget/actual/commit/262d8be882715d25f93e4c333fa2d9c43d40cf92) add changes - [`0a48376`](https://github.com/actualbudget/actual/commit/0a483765a8c2b3f04e8731eaa373ffb68b957595) handle null ### 📊 Changes **4 files changed** (+34 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.tsx` (+9 -0) 📝 `packages/desktop-client/src/components/transactions/table/utils.ts` (+4 -3) 📝 `packages/loot-core/src/shared/util.ts` (+15 -0) ➕ `upcoming-release-notes/5808.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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Fixes https://github.com/actualbudget/actual/issues/3053 Depending on hide decimals setting, the decimals were removed from the input cell. Instead, we can keep the decimals if they exist and show/hide them using formatter. --- <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:24:26 -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#6134