[PR #4625] [MERGED] Fix nested button error in budget file selection page #5492

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4625
Author: @joel-jeremy
Created: 3/14/2025
Status: Merged
Merged: 3/20/2025
Merged by: @joel-jeremy

Base: masterHead: fix-budget-list-nested-button-error


📝 Commits (2)

  • ceb335b Resolve nested button error by converting to GridList
  • e2e779c Release notes

📊 Changes

5 files changed (+133 additions, -96 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+2 -2)
📝 packages/desktop-client/src/components/manager/BudgetFileSelection.tsx (+120 -89)
📝 packages/desktop-client/src/components/manager/ManagementApp.tsx (+2 -2)
📝 packages/desktop-client/src/components/modals/BudgetListModal.tsx (+3 -3)
upcoming-release-notes/4625.md (+6 -0)

📄 Description

Fix this error in budget selection page:
image

I converted the budget list to be a GridList instead of buttons.


🔄 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/4625 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 3/14/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `fix-budget-list-nested-button-error` --- ### 📝 Commits (2) - [`ceb335b`](https://github.com/actualbudget/actual/commit/ceb335beaa325631df51cd2ec80268ab84146f23) Resolve nested button error by converting to GridList - [`e2e779c`](https://github.com/actualbudget/actual/commit/e2e779c6a6f05a73fcc213979a2ac34af9a5819a) Release notes ### 📊 Changes **5 files changed** (+133 additions, -96 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/manager/BudgetFileSelection.tsx` (+120 -89) 📝 `packages/desktop-client/src/components/manager/ManagementApp.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/modals/BudgetListModal.tsx` (+3 -3) ➕ `upcoming-release-notes/4625.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 --> Fix this error in budget selection page: ![image](https://github.com/user-attachments/assets/548aaeea-85e9-495f-9706-bada22ccd62e) I converted the budget list to be a GridList instead of buttons. --- <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:13:22 -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#5492