[PR #460] [CLOSED] remove the “…” menu on account pages, split actions between account name menu + balance menu #3153

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/460
Author: @j-f1
Created: 1/13/2023
Status: Closed

Base: masterHead: account-header-reorg


📝 Commits (10+)

  • c975bc7 Move “…” menu on account screen to the account name
  • db99d86 Re-align budget name with balance
  • 897e5ac Align budget name + balance with Date column + Import button
  • 7c1977b less obtrusive ExpandArrow
  • 8156919 Move balance actions to the balance button
  • cc9e370 rename to “Export All Transactions” for clarity
  • 73ea9e5 Inline AccountMenu + CategoryMenu
  • 30bff5f Improve menu layout
  • 8c103cf Match dropdown arrow layouts
  • fac00a1 Hide/Show Running Balance {+ Column}

📊 Changes

1 file changed (+149 additions, -139 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.js (+149 -139)

📄 Description

Screenshot_2023-01-13 18 48 27 Screenshot_2023-01-13 18 50 15

I definitely want to try this out for a bit on my end before merging to see how it feels, but the idea is to move the actions to more contextually relevant locations, and make it more clear that they’re available. In particular, the balance now shows a dropdown arrow that makes the option to toggle the cleared/uncleared totals visible without having to first hover over the balance to see that it is interactive.


🔄 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/460 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 1/13/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `account-header-reorg` --- ### 📝 Commits (10+) - [`c975bc7`](https://github.com/actualbudget/actual/commit/c975bc7c7783e1cc90c6d20cc4cdaed1cbad9fc5) Move “…” menu on account screen to the account name - [`db99d86`](https://github.com/actualbudget/actual/commit/db99d8646814bccdb7d66b71cbcc16902c00c247) Re-align budget name with balance - [`897e5ac`](https://github.com/actualbudget/actual/commit/897e5ac2d7cfee79120fb0bcd303636d4184396e) Align budget name + balance with Date column + Import button - [`7c1977b`](https://github.com/actualbudget/actual/commit/7c1977b253519b3ed995f5d570147f78e6d23564) less obtrusive ExpandArrow - [`8156919`](https://github.com/actualbudget/actual/commit/815691950bc9a3f9c93f725825f0ec72a3ff4bcf) Move balance actions to the balance button - [`cc9e370`](https://github.com/actualbudget/actual/commit/cc9e3706ad5ffd02ba52f6e1e452fab99a98dc71) rename to “Export All Transactions” for clarity - [`73ea9e5`](https://github.com/actualbudget/actual/commit/73ea9e562bb9691f80debadcdf5e3afc8cab72ad) Inline AccountMenu + CategoryMenu - [`30bff5f`](https://github.com/actualbudget/actual/commit/30bff5f2bac05a3e3dcfe8eaa67274ddf6c8a442) Improve menu layout - [`8c103cf`](https://github.com/actualbudget/actual/commit/8c103cf3ea5858860de25dc364a95eb94f88c363) Match dropdown arrow layouts - [`fac00a1`](https://github.com/actualbudget/actual/commit/fac00a1b3503c93bb41b6e2281156a8ddf3f6a4a) Hide/Show Running Balance {+ Column} ### 📊 Changes **1 file changed** (+149 additions, -139 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.js` (+149 -139) </details> ### 📄 Description <img width="281" alt="Screenshot_2023-01-13 18 48 27" src="https://user-images.githubusercontent.com/25517624/212438396-a7e7399b-a4d7-476f-a560-75eb39bc602d.png"> <img width="273" alt="Screenshot_2023-01-13 18 50 15" src="https://user-images.githubusercontent.com/25517624/212438523-b0aa97fe-a09b-4236-a198-6125d7252fff.png"> I definitely want to try this out for a bit on my end before merging to see how it feels, but the idea is to move the actions to more contextually relevant locations, and make it more clear that they’re available. In particular, the balance now shows a dropdown arrow that makes the option to toggle the cleared/uncleared totals visible without having to first hover over the balance to see that it is interactive. --- <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: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#3153