[PR #3790] [CLOSED] [WIP] [Proof of Concept] Virtual calculator keyboard on mobile transaction edit page #5059

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3790
Author: @joel-jeremy
Created: 11/4/2024
Status: Closed

Base: masterHead: mobile-calculator-keyboard


📝 Commits (9)

📊 Changes

10 files changed (+293 additions, -19 deletions)

View changed files

📝 packages/component-library/src/theme.ts (+7 -0)
📝 packages/desktop-client/package.json (+1 -0)
📝 packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx (+77 -6)
packages/desktop-client/src/components/util/AmountKeyboard.tsx (+135 -0)
📝 packages/desktop-client/src/style/themes/dark.ts (+6 -0)
📝 packages/desktop-client/src/style/themes/development.ts (+6 -0)
📝 packages/desktop-client/src/style/themes/light.ts (+6 -0)
📝 packages/desktop-client/src/style/themes/midnight.ts (+6 -0)
📝 packages/loot-core/src/shared/arithmetic.ts (+38 -13)
📝 yarn.lock (+11 -0)

📄 Description

POC for implementing a virtual keyboard on mobile which contains math operators (+, -, ×, ÷) to possibly support doing some calculations on the amount inputs (similar to how we can use math operators in desktop transactions page's amount fields).

Feedback or ideas are welcome!

https://github.com/actualbudget/actual/issues/1556


🔄 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/3790 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 11/4/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mobile-calculator-keyboard` --- ### 📝 Commits (9) - [`204d4e9`](https://github.com/actualbudget/actual/commit/204d4e93942523f6bd9c2f78d7887028f48846c1) Mobile calculator keyboard - [`ad7d902`](https://github.com/actualbudget/actual/commit/ad7d90228e895001867cabf31658d6c6dcae2e7a) Change symbols - [`dfdf17c`](https://github.com/actualbudget/actual/commit/dfdf17c4d21c7d3528e0a6b60bf6fc6689ebdc07) Fix math multiply and divide button styles - [`db09dd7`](https://github.com/actualbudget/actual/commit/db09dd7b6fba8a0d9f33012f2a28c93a7c855c18) Adjust font - [`1fcba85`](https://github.com/actualbudget/actual/commit/1fcba8571ad4b0dc9914b8da81ab5a868656d7a7) Styling - [`2d23a09`](https://github.com/actualbudget/actual/commit/2d23a09f03d73512f5454224e5ca12bce2a50d0c) Updates - [`6d7cf52`](https://github.com/actualbudget/actual/commit/6d7cf52feea5ff8deeb953e0587f95162bdc193a) Updates - [`dfd34d6`](https://github.com/actualbudget/actual/commit/dfd34d6c9a698edb0b21e63d0503622662b139b8) Fix typecheck errors - [`e1156ef`](https://github.com/actualbudget/actual/commit/e1156efc6fc5ac9cf582854b9893867681fbfb4e) [autofix.ci] apply automated fixes ### 📊 Changes **10 files changed** (+293 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/src/theme.ts` (+7 -0) 📝 `packages/desktop-client/package.json` (+1 -0) 📝 `packages/desktop-client/src/components/mobile/transactions/FocusableAmountInput.tsx` (+77 -6) ➕ `packages/desktop-client/src/components/util/AmountKeyboard.tsx` (+135 -0) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+6 -0) 📝 `packages/desktop-client/src/style/themes/development.ts` (+6 -0) 📝 `packages/desktop-client/src/style/themes/light.ts` (+6 -0) 📝 `packages/desktop-client/src/style/themes/midnight.ts` (+6 -0) 📝 `packages/loot-core/src/shared/arithmetic.ts` (+38 -13) 📝 `yarn.lock` (+11 -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 --> POC for implementing a virtual keyboard on mobile which contains math operators (+, -, ×, ÷) to possibly support doing some calculations on the amount inputs (similar to how we can use math operators in desktop transactions page's amount fields). Feedback or ideas are welcome! https://github.com/actualbudget/actual/issues/1556 --- <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:05:20 -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#5059