[PR #1781] [MERGED] Inline mobile category and group edit #3953

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1781
Author: @joel-jeremy
Created: 10/10/2023
Status: Merged
Merged: 10/28/2023
Merged by: @joel-jeremy

Base: masterHead: inline-mobile-edits


📝 Commits (10+)

  • 3d550b0 Inline mobile category and group edit
  • 341d71b Release notes
  • 44dcf26 Allow one edit at any time
  • 0b21942 Mobile: long press to edit category/group
  • 4b46137 Mobile: set userSelect: 'none'
  • d6a5c60 Move getLongPressEvents
  • 9a9883b Add role to prevent tap-to-search
  • 2bab6ce Add role to text
  • 8c30441 Prevent default on longpress
  • ee126ea Add tabIndex to disable tap-to-search

📊 Changes

6 files changed (+570 additions, -359 deletions)

View changed files

📝 packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/budget/MobileBudget.js (+1 -1)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+555 -350)
📝 packages/desktop-client/src/components/budget/util.ts (+1 -1)
📝 packages/desktop-client/src/components/util/AmountInput.js (+7 -7)
upcoming-release-notes/1781.md (+6 -0)

📄 Description

Inline mobile category / group edit


🔄 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/1781 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/28/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `inline-mobile-edits` --- ### 📝 Commits (10+) - [`3d550b0`](https://github.com/actualbudget/actual/commit/3d550b021298dfbf3862e114b38fae13e756c71e) Inline mobile category and group edit - [`341d71b`](https://github.com/actualbudget/actual/commit/341d71bc41343dd4335e6eb7e8df0b1ec0af2d9d) Release notes - [`44dcf26`](https://github.com/actualbudget/actual/commit/44dcf2676125404b50f4a7263aa7d6ca5abb59b0) Allow one edit at any time - [`0b21942`](https://github.com/actualbudget/actual/commit/0b21942aaaa4530855f14895d36cd9f4360b7cab) Mobile: long press to edit category/group - [`4b46137`](https://github.com/actualbudget/actual/commit/4b46137dd04b4a9e3f286484300926e184e91236) Mobile: set userSelect: 'none' - [`d6a5c60`](https://github.com/actualbudget/actual/commit/d6a5c60cce65d81691352b3f30dc0ce1b215705a) Move getLongPressEvents - [`9a9883b`](https://github.com/actualbudget/actual/commit/9a9883b9edb9bfe4b2021fe5bb48188e59c133da) Add role to prevent tap-to-search - [`2bab6ce`](https://github.com/actualbudget/actual/commit/2bab6ced36e66e2b5274a6860cda3a1d1c4f7169) Add role to text - [`8c30441`](https://github.com/actualbudget/actual/commit/8c30441c89c839981e902a248d56af6fb559b41b) Prevent default on longpress - [`ee126ea`](https://github.com/actualbudget/actual/commit/ee126eafb996d0d301f1f4b496b07600f44fe6a9) Add tabIndex to disable tap-to-search ### 📊 Changes **6 files changed** (+570 additions, -359 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/mobile.test.js-snapshots/Mobile-loads-the-budget-page-with-budgeted-amounts-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/budget/MobileBudget.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+555 -350) 📝 `packages/desktop-client/src/components/budget/util.ts` (+1 -1) 📝 `packages/desktop-client/src/components/util/AmountInput.js` (+7 -7) ➕ `upcoming-release-notes/1781.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 --> Inline mobile category / group edit --- <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:49:21 -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#3953