[PR #5352] [MERGED] [Feature] Only Show Sidebar Tooltip on Desktop #5887

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5352
Author: @passabilities
Created: 7/20/2025
Status: Merged
Merged: 7/21/2025
Merged by: @matt-fidd

Base: masterHead: hide-mobile-tablet-sidebar-tooltip


📝 Commits (4)

  • 75c40c1 only show sidebar tooltip on desktop
  • 6836998 release notes
  • 5eebf87 Update upcoming-release-notes/5352.md
  • 63f1849 replace with media query checks

📊 Changes

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

View changed files

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

📄 Description

Hides the sidebar tooltip when on mobile and tablet views and only shows on desktop.

Inspired by this Discord thread.


🔄 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/5352 **Author:** [@passabilities](https://github.com/passabilities) **Created:** 7/20/2025 **Status:** ✅ Merged **Merged:** 7/21/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `hide-mobile-tablet-sidebar-tooltip` --- ### 📝 Commits (4) - [`75c40c1`](https://github.com/actualbudget/actual/commit/75c40c16679d6515c37f70b9a45661c716f1558d) only show sidebar tooltip on desktop - [`6836998`](https://github.com/actualbudget/actual/commit/6836998157cb8418b78f39232d49d28312c38da2) release notes - [`5eebf87`](https://github.com/actualbudget/actual/commit/5eebf87aa0d5d5a8919e84e3a2d77726fcc93247) Update upcoming-release-notes/5352.md - [`63f1849`](https://github.com/actualbudget/actual/commit/63f1849f97a4ed863491b461e6c5782824a196bc) replace with media query checks ### 📊 Changes **2 files changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/sidebar/Account.tsx` (+2 -1) ➕ `upcoming-release-notes/5352.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Hides the sidebar tooltip when on mobile and tablet views and only shows on desktop. Inspired by [this Discord thread](https://discord.com/channels/937901803608096828/1392683659823415427). --- <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:20:25 -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#5887