[PR #2796] [MERGED] Show account notes in tooltip on sidebar #4515

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2796
Author: @psybers
Created: 5/25/2024
Status: Merged
Merged: 6/3/2024
Merged by: @youngcw

Base: masterHead: account-tooltips


📝 Commits (10+)

📊 Changes

2 files changed (+55 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/sidebar/Account.tsx (+49 -1)
upcoming-release-notes/2796.md (+6 -0)

📄 Description

Shows the account's notes when hovering the account in the sidebar:

image

If the account has no notes, just the full name shows (which can be very useful when long names are cut off):

image


🔄 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/2796 **Author:** [@psybers](https://github.com/psybers) **Created:** 5/25/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `account-tooltips` --- ### 📝 Commits (10+) - [`293463a`](https://github.com/actualbudget/actual/commit/293463afa172b27e7ebae935b80995dcdbb1fb2d) Show account notes in tooltip on sidebar - [`1c67826`](https://github.com/actualbudget/actual/commit/1c678268c1756d99d458eb62ce3172f88e76a5f5) add release note - [`26d3d59`](https://github.com/actualbudget/actual/commit/26d3d591b5a001cdaa5db194429257fd33eeeac5) Only show tooltip for accounts - [`791d32d`](https://github.com/actualbudget/actual/commit/791d32d65752a6a88a9eb6871173c2c27629708d) Split account name and note into separate nodes - [`9322c96`](https://github.com/actualbudget/actual/commit/9322c96614a273bb958c3949529c31d7a026a06f) Add padding inside tooltip - [`eca8b1d`](https://github.com/actualbudget/actual/commit/eca8b1d3f2cb2538793c3a2285a653b71d513e26) Move tooltip to the right - [`e18c498`](https://github.com/actualbudget/actual/commit/e18c4985be8f732059d5bc83236a209138570798) remove commented code - [`b7c674a`](https://github.com/actualbudget/actual/commit/b7c674a618865323824d34166a6c46363fb2c1ae) Tweak the visual design - [`233a89d`](https://github.com/actualbudget/actual/commit/233a89d34cde74068ebfc1be165bb9ec0b2e2185) Fix lint - [`392abb9`](https://github.com/actualbudget/actual/commit/392abb9fa4d16e381cdc672beb6a074dc9801ee7) adjust padding ### 📊 Changes **2 files changed** (+55 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/sidebar/Account.tsx` (+49 -1) ➕ `upcoming-release-notes/2796.md` (+6 -0) </details> ### 📄 Description Shows the account's notes when hovering the account in the sidebar: ![image](https://github.com/actualbudget/actual/assets/1115390/dc7ba28b-a2bb-4280-9d32-e0f9f860bb3b) If the account has no notes, just the full name shows (which can be very useful when long names are cut off): ![image](https://github.com/actualbudget/actual/assets/1115390/1829bad6-eafa-45e9-b29f-7fea6d59e1b8) --- <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:56:55 -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#4515