[PR #459] [MERGED] Move the “…” menu to the budget name #3152

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/459
Author: @j-f1
Created: 1/13/2023
Status: Merged
Merged: 1/17/2023
Merged by: @MatissJanis

Base: masterHead: ellipsis-menu-to-budget-name


📝 Commits (6)

  • 7807dcb Move the “…” menu to the budget name
  • aaf509f chevron → triangle to match other pop-up menus
  • 50d7d7d Fix broken settings link
  • 7eb30a4 Merge branch 'master' into ellipsis-menu-to-budget-name
  • 5795f8f Merge branch 'master' into ellipsis-menu-to-budget-name
  • b52a5ed Remove “help” menu item in non-browser envs

📊 Changes

2 files changed (+53 additions, -60 deletions)

View changed files

📝 packages/desktop-client/src/components/SidebarWithData.js (+53 -3)
📝 packages/loot-design/src/components/sidebar.js (+0 -57)

📄 Description

Rationale:

  • this further differentiates the “…” menu in the account view from the budget file menu
  • this matches lots of other UIs where top-level actions go under the name of the thing (including Discord)
  • renaming a budget isn’t a very common action[citation needed], so making it require an extra click isn’t too bad (and arguably it’s more discoverable now that you can get to it by clicking on the visible down arrow indicator and then choosing the “rename” option
Screenshot_2023-01-13 17 38 45

🔄 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/459 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 1/13/2023 **Status:** ✅ Merged **Merged:** 1/17/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `ellipsis-menu-to-budget-name` --- ### 📝 Commits (6) - [`7807dcb`](https://github.com/actualbudget/actual/commit/7807dcb909657d06b6e2a8745a72f2d374c42496) Move the “…” menu to the budget name - [`aaf509f`](https://github.com/actualbudget/actual/commit/aaf509fa0f7ca9792ff21615db80047849f1c06a) chevron → triangle to match other pop-up menus - [`50d7d7d`](https://github.com/actualbudget/actual/commit/50d7d7d24d526e722c6526f5fcdb0defef8d613b) Fix broken settings link - [`7eb30a4`](https://github.com/actualbudget/actual/commit/7eb30a4c4fc42f60bd25b0554e7bfedf8b7b800a) Merge branch 'master' into ellipsis-menu-to-budget-name - [`5795f8f`](https://github.com/actualbudget/actual/commit/5795f8f6a3ac013f9f80024084ab87417440ad98) Merge branch 'master' into ellipsis-menu-to-budget-name - [`b52a5ed`](https://github.com/actualbudget/actual/commit/b52a5ed57fcdad7ca5f28ad3ceb75431d94f97e6) Remove “help” menu item in non-browser envs ### 📊 Changes **2 files changed** (+53 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/SidebarWithData.js` (+53 -3) 📝 `packages/loot-design/src/components/sidebar.js` (+0 -57) </details> ### 📄 Description Rationale: - this further differentiates the “…” menu in the account view from the budget file menu - this matches lots of other UIs where top-level actions go under the name of the thing (including Discord) - renaming a budget isn’t a very common action<sup>[*citation needed*]</sup>, so making it require an extra click isn’t too bad (and arguably it’s more discoverable now that you can get to it by clicking on the visible down arrow indicator and then choosing the “rename” option <img width="239" alt="Screenshot_2023-01-13 17 38 45" src="https://user-images.githubusercontent.com/25517624/212432001-416c6bef-b31f-4b6a-ac7e-b3afb8f4c2ab.png"> --- <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:37:14 -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#3152