[PR #6272] [MERGED] Make category group rows clickable in mobile budget view #32346

Closed
opened 2026-04-18 08:24:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6272
Author: @KaiBelmo
Created: 11/29/2025
Status: Merged
Merged: 12/13/2025
Merged by: @youngcw

Base: masterHead: feat/mobile-clickable-category-rows


📝 Commits (5)

  • 59c22e5 fix(mobile): Ensure background color fills entire viewport
  • 816c143 feat(mobile): Make entire income group row clickable to toggle collapse
  • 1ac203c feat(mobile): Make entire expense group row clickable to toggle collapse
  • 560ab7b chore(release): add release note
  • a7ec9a6 [autofix.ci] apply automated fixes

📊 Changes

4 files changed (+13 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.tsx (+1 -0)
📝 packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx (+3 -2)
📝 packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx (+3 -2)
upcoming-release-notes/6272.md (+6 -0)

📄 Description

Fixes #6149

Description

This PR improves mobile usability by allowing users to expand/collapse a budget category group by tapping anywhere on the row, instead of only the arrow icon. This creates a larger touch target and a more intuitive interaction on mobile devices.
actual

Changes

  • Made entire category group row clickable (mobile)
  • Preserved arrow button functionality
  • Added visual feedback (cursor: pointer)

Release Notes

enhancement: Category group rows are now fully tappable in mobile budget view for improved usability.


🔄 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/6272 **Author:** [@KaiBelmo](https://github.com/KaiBelmo) **Created:** 11/29/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `feat/mobile-clickable-category-rows` --- ### 📝 Commits (5) - [`59c22e5`](https://github.com/actualbudget/actual/commit/59c22e5c65db781c3221a2310935cc12d901f0e9) fix(mobile): Ensure background color fills entire viewport - [`816c143`](https://github.com/actualbudget/actual/commit/816c1431734a6cfe92a2bcab64d89611babd2580) feat(mobile): Make entire income group row clickable to toggle collapse - [`1ac203c`](https://github.com/actualbudget/actual/commit/1ac203c4f7abd9b25173ea4e0fc07c14a8861483) feat(mobile): Make entire expense group row clickable to toggle collapse - [`560ab7b`](https://github.com/actualbudget/actual/commit/560ab7be30cada4e87c7934cf100d2f9d44a7002) chore(release): add release note - [`a7ec9a6`](https://github.com/actualbudget/actual/commit/a7ec9a6b9cc3697942617fed7d12d288049b684c) [autofix.ci] apply automated fixes ### 📊 Changes **4 files changed** (+13 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/mobile/budget/ExpenseGroupListItem.tsx` (+3 -2) 📝 `packages/desktop-client/src/components/mobile/budget/IncomeGroup.tsx` (+3 -2) ➕ `upcoming-release-notes/6272.md` (+6 -0) </details> ### 📄 Description Fixes #6149 ## Description This PR improves mobile usability by allowing users to expand/collapse a budget category group by tapping anywhere on the row, instead of only the arrow icon. This creates a larger touch target and a more intuitive interaction on mobile devices. ![actual](https://github.com/user-attachments/assets/1b66f6c5-0f96-4ce0-adae-20e8e74e215e) ## Changes - Made entire category group row clickable (mobile) - Preserved arrow button functionality - Added visual feedback (`cursor: pointer`) ## Release Notes enhancement: Category group rows are now fully tappable in mobile budget view for improved usability. --- <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-18 08:24:26 -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#32346