[PR #5085] [MERGED] show account historical balance change in side-nav hover tooltip #5748

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5085
Author: @MatissJanis
Created: 6/3/2025
Status: Merged
Merged: 6/13/2025
Merged by: @MatissJanis

Base: masterHead: matiss/side-nav-balance


📝 Commits (9)

  • 5a685da show account historical balance change in side-nav hover tooltip
  • 52d1725 Feedback: remove horizontal line
  • 24dd134 Feedback: use end-of-month numbers
  • 57ba89a Remove ResponsiveContainer
  • e2aacbe Change Area type from linear to monotone in NetWorthGraph component
  • a0d3b33 Update VRT
  • f6b61c4 Merge branch 'master' into matiss/side-nav-balance
  • 213ea3f Bump up chart width to match maxWidth of the tooltip
  • afc26a2 style: enhance Notes component with border and padding adjustments

📊 Changes

11 files changed (+162 additions, -3 deletions)

View changed files

📝 packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/sidebar/Account.tsx (+6 -2)
packages/desktop-client/src/components/sidebar/BalanceHistoryGraph.tsx (+149 -0)
upcoming-release-notes/5085.md (+6 -0)

📄 Description

Screenshot 2025-06-03 at 22 33 54

🔄 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/5085 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/13/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/side-nav-balance` --- ### 📝 Commits (9) - [`5a685da`](https://github.com/actualbudget/actual/commit/5a685da6af85868974c6f4b73ea6a66dd6ef039d) :sparkles: show account historical balance change in side-nav hover tooltip - [`52d1725`](https://github.com/actualbudget/actual/commit/52d1725c12fe0def1b8868ea1350b25bb7b7de3f) Feedback: remove horizontal line - [`24dd134`](https://github.com/actualbudget/actual/commit/24dd134d0647979b7959c7ddf5c974e4f84096ed) Feedback: use end-of-month numbers - [`57ba89a`](https://github.com/actualbudget/actual/commit/57ba89a86018104fe524928bf2b81929c584ab5e) Remove ResponsiveContainer - [`e2aacbe`](https://github.com/actualbudget/actual/commit/e2aacbe484e0fdc03fb5b7914260caeb456518ed) Change Area type from linear to monotone in NetWorthGraph component - [`a0d3b33`](https://github.com/actualbudget/actual/commit/a0d3b33f8e33cc7cac84922a9081fafe30c3dbf4) Update VRT - [`f6b61c4`](https://github.com/actualbudget/actual/commit/f6b61c4a4aa78b46f33ad8f8933ed8f9472a62b7) Merge branch 'master' into matiss/side-nav-balance - [`213ea3f`](https://github.com/actualbudget/actual/commit/213ea3fd4cc36256ef3294b7c1193dc200ddda70) Bump up chart width to match maxWidth of the tooltip - [`afc26a2`](https://github.com/actualbudget/actual/commit/afc26a23b99ecdcf0a4023d4b0ef6db8673c145f) style: enhance Notes component with border and padding adjustments ### 📊 Changes **11 files changed** (+162 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/accounts.test.ts-snapshots/Accounts-closes-an-account-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.ts-snapshots/Reports-loads-net-worth-graph-and-checks-visuals-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/reports/graphs/NetWorthGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/sidebar/Account.tsx` (+6 -2) ➕ `packages/desktop-client/src/components/sidebar/BalanceHistoryGraph.tsx` (+149 -0) ➕ `upcoming-release-notes/5085.md` (+6 -0) </details> ### 📄 Description <img width="510" alt="Screenshot 2025-06-03 at 22 33 54" src="https://github.com/user-attachments/assets/dec7fbfb-77ca-48c7-9067-8ab06654ba4c" /> --- <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:17:51 -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#5748