[PR #6459] [MERGED] Avoid budget amount truncation by collapsing the dropdown arrow #64527

Closed
opened 2026-05-11 21:39:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6459
Author: @diepala
Created: 12/20/2025
Status: Merged
Merged: 1/5/2026
Merged by: @youngcw

Base: masterHead: fix-3618


📝 Commits (5)

  • 2f4c630 Avoid budget amount truncation by collapsing the dropdown arrow
  • 22f1b94 [autofix.ci] apply automated fixes
  • cdd11b4 Merge branch 'master' into fix-3618
  • 4f281ff Merge branch 'master' into fix-3618
  • 3d1db8c fix transitions

📊 Changes

3 files changed (+30 additions, -4 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/envelope/EnvelopeBudgetComponents.tsx (+12 -2)
📝 packages/desktop-client/src/components/budget/tracking/TrackingBudgetComponents.tsx (+12 -2)
upcoming-release-notes/6459.md (+6 -0)

📄 Description

Avoids unnecessarily truncating 4-digit numbers in the "Budgeted" on certain screen widths by making the dropdown arrow not occupy width when it is not visible.

Fixes #3618.

Summary by CodeRabbit

  • Style
    • Enhanced hover-reveal interactions in budget views so hidden content and action buttons appear on hover and also become visible when the budget/menu is open.
    • Chevron visibility now follows the hover/force-visible behavior instead of relying on a separate inline style.

✏️ Tip: You can customize this high-level summary in your review settings.


🔄 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/6459 **Author:** [@diepala](https://github.com/diepala) **Created:** 12/20/2025 **Status:** ✅ Merged **Merged:** 1/5/2026 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix-3618` --- ### 📝 Commits (5) - [`2f4c630`](https://github.com/actualbudget/actual/commit/2f4c6308fd0e9c53a7a399a5b26d7a050cbdbc0c) Avoid budget amount truncation by collapsing the dropdown arrow - [`22f1b94`](https://github.com/actualbudget/actual/commit/22f1b944019823e87fcc181925dce0e00e4c080a) [autofix.ci] apply automated fixes - [`cdd11b4`](https://github.com/actualbudget/actual/commit/cdd11b48bbdf55df37318edb1c5636cea407940e) Merge branch 'master' into fix-3618 - [`4f281ff`](https://github.com/actualbudget/actual/commit/4f281ffb578fa4da86f117ba7eea66bc19693c19) Merge branch 'master' into fix-3618 - [`3d1db8c`](https://github.com/actualbudget/actual/commit/3d1db8c677caadd02f46084368a4755de691408c) fix transitions ### 📊 Changes **3 files changed** (+30 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/envelope/EnvelopeBudgetComponents.tsx` (+12 -2) 📝 `packages/desktop-client/src/components/budget/tracking/TrackingBudgetComponents.tsx` (+12 -2) ➕ `upcoming-release-notes/6459.md` (+6 -0) </details> ### 📄 Description Avoids unnecessarily truncating 4-digit numbers in the "Budgeted" on certain screen widths by making the dropdown arrow not occupy width when it is not visible. Fixes #3618. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Enhanced hover-reveal interactions in budget views so hidden content and action buttons appear on hover and also become visible when the budget/menu is open. * Chevron visibility now follows the hover/force-visible behavior instead of relying on a separate inline style. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-05-11 21:39:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#64527