[PR #3777] [MERGED] enhance: context menu on sidebar elements #5052

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3777
Author: @UnderKoen
Created: 11/3/2024
Status: Merged
Merged: 12/29/2024
Merged by: @matt-fidd

Base: masterHead: enhancement/context_menus/sidebar


📝 Commits (10+)

  • d7b4da9 enhance: context menu on sidebar account
  • a3b24da enhance: context menu on EditableBudgetName
  • 2c306e8 chore: release note
  • 69d7c27 chore: lint
  • e3b810f Update packages/desktop-client/src/components/sidebar/Sidebar.tsx
  • b4965f9 chore: fix margin
  • 7af5814 Merge remote-tracking branch 'origin/master' into enhancement/context_menus/sidebar
  • 5a4f6a5 fix: merge
  • 2afa941 Merge branch 'master' into enhancement/context_menus/sidebar
  • ca98b6a chore: use useContextMenu hook

📊 Changes

4 files changed (+119 additions, -8 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Link.tsx (+7 -0)
📝 packages/desktop-client/src/components/sidebar/Account.tsx (+95 -4)
📝 packages/desktop-client/src/components/sidebar/BudgetName.tsx (+11 -4)
upcoming-release-notes/3777.md (+6 -0)

📄 Description

Add context menu's on the sidebar account names and the budget name at the top left.


🔄 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/3777 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 11/3/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `enhancement/context_menus/sidebar` --- ### 📝 Commits (10+) - [`d7b4da9`](https://github.com/actualbudget/actual/commit/d7b4da96a70eeffcf47f87caa3d960e9bc80f9db) enhance: context menu on sidebar account - [`a3b24da`](https://github.com/actualbudget/actual/commit/a3b24dabe3027d2417537fd845c59253529659cb) enhance: context menu on EditableBudgetName - [`2c306e8`](https://github.com/actualbudget/actual/commit/2c306e8b96b71816dade2e4f5fb47198e03958f1) chore: release note - [`69d7c27`](https://github.com/actualbudget/actual/commit/69d7c2729fb05d55b9e7170733032def824dd2d6) chore: lint - [`e3b810f`](https://github.com/actualbudget/actual/commit/e3b810f6bd1cf6e4dbeafd8e53cbd9a1bab58033) Update packages/desktop-client/src/components/sidebar/Sidebar.tsx - [`b4965f9`](https://github.com/actualbudget/actual/commit/b4965f96cbc8113eb95193cccfbab639066edb71) chore: fix margin - [`7af5814`](https://github.com/actualbudget/actual/commit/7af5814ad62313e9d15631940de451e9041bf700) Merge remote-tracking branch 'origin/master' into enhancement/context_menus/sidebar - [`5a4f6a5`](https://github.com/actualbudget/actual/commit/5a4f6a510cd096c87d19b9f4e9a385ceb58ad979) fix: merge - [`2afa941`](https://github.com/actualbudget/actual/commit/2afa9415fef255f1797d94fa1f33c03e711e360a) Merge branch 'master' into enhancement/context_menus/sidebar - [`ca98b6a`](https://github.com/actualbudget/actual/commit/ca98b6aedf79461d7e59705ceb5d5858c00b2f16) chore: use useContextMenu hook ### 📊 Changes **4 files changed** (+119 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Link.tsx` (+7 -0) 📝 `packages/desktop-client/src/components/sidebar/Account.tsx` (+95 -4) 📝 `packages/desktop-client/src/components/sidebar/BudgetName.tsx` (+11 -4) ➕ `upcoming-release-notes/3777.md` (+6 -0) </details> ### 📄 Description Add context menu's on the sidebar account names and the budget name at the top left. --- <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:15 -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#5052