[PR #6110] [MERGED] Allow categories to be added via a plus button in the group header #48151

Closed
opened 2026-04-26 10:05:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6110
Author: @NikxDa
Created: 11/10/2025
Status: Merged
Merged: 11/15/2025
Merged by: @matt-fidd

Base: masterHead: feature/add-category-button


📝 Commits (8)

  • a9a77c5 Allow category to be added from sidebar group
  • 2edc932 [autofix.ci] apply automated fixes
  • 3edd2e4 Merge branch 'master' into feature/add-category-button
  • c79bd56 Merge branch 'master' into feature/add-category-button
  • 98bc1f0 Small add category adjustments
  • c4fc2e4 Merge branch 'feature/add-category-button' of https://github.com/NikxDa/actual into feature/add-category-button
  • 06fb3f1 Update VRT screenshots
  • 4953a3c Merge branch 'master' into feature/add-category-button

📊 Changes

7 files changed (+45 additions, -6 deletions)

View changed files

📝 packages/component-library/src/Tooltip.tsx (+10 -1)
📝 packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/NotesButton.tsx (+1 -0)
📝 packages/desktop-client/src/components/budget/SidebarGroup.tsx (+28 -5)
upcoming-release-notes/6110.md (+6 -0)

📄 Description

This adds a plus button to the budget table's group header which can be used to add new categories.

https://github.com/user-attachments/assets/6b966fa9-fa08-4d23-ba36-447923e032e7

Closes #1989 closes #1123


🔄 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/6110 **Author:** [@NikxDa](https://github.com/NikxDa) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 11/15/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `feature/add-category-button` --- ### 📝 Commits (8) - [`a9a77c5`](https://github.com/actualbudget/actual/commit/a9a77c53a9bb2027bce686a6575948e9d8c09d91) Allow category to be added from sidebar group - [`2edc932`](https://github.com/actualbudget/actual/commit/2edc9326e16c54536824ac5c4ad822a181b5af52) [autofix.ci] apply automated fixes - [`3edd2e4`](https://github.com/actualbudget/actual/commit/3edd2e4676ddfeff5fbd8636f221fd933e8a2a63) Merge branch 'master' into feature/add-category-button - [`c79bd56`](https://github.com/actualbudget/actual/commit/c79bd5634f355e795a82af92053bbc80c9363e0c) Merge branch 'master' into feature/add-category-button - [`98bc1f0`](https://github.com/actualbudget/actual/commit/98bc1f083dd9f5b78c0788c0d9c03b565a27368e) Small add category adjustments - [`c4fc2e4`](https://github.com/actualbudget/actual/commit/c4fc2e4b0905454d189dcac36e3d8c46fa7f74a5) Merge branch 'feature/add-category-button' of https://github.com/NikxDa/actual into feature/add-category-button - [`06fb3f1`](https://github.com/actualbudget/actual/commit/06fb3f16b5d5272aa5c71feadb4f280800bae1ae) Update VRT screenshots - [`4953a3c`](https://github.com/actualbudget/actual/commit/4953a3cac0a689e9f798b5401973fb578777a322) Merge branch 'master' into feature/add-category-button ### 📊 Changes **7 files changed** (+45 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/src/Tooltip.tsx` (+10 -1) 📝 `packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/budget/SidebarGroup.tsx` (+28 -5) ➕ `upcoming-release-notes/6110.md` (+6 -0) </details> ### 📄 Description This adds a plus button to the budget table's group header which can be used to add new categories. https://github.com/user-attachments/assets/6b966fa9-fa08-4d23-ba36-447923e032e7 Closes #1989 closes #1123 --- <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-26 10:05:44 -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#48151