[PR #2943] [MERGED] Fix rollover arrow display for mobile and desktop #4604

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2943
Author: @dymanoid
Created: 6/26/2024
Status: Merged
Merged: 7/3/2024
Merged by: @joel-jeremy

Base: masterHead: issue-2879


📝 Commits (4)

  • eb41ba1 Fix rollover arrow display for mobile and desktop
  • 03756c9 Add release notes
  • e23645e Implement review suggestions
  • 028fc65 Fix rollover indicator without goals

📊 Changes

7 files changed (+100 additions, -37 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx (+46 -31)
📝 packages/desktop-client/src/components/budget/report/ReportComponents.tsx (+0 -1)
📝 packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx (+0 -1)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+18 -0)
📝 packages/desktop-client/src/components/modals/ReportBalanceMenuModal.tsx (+15 -2)
📝 packages/desktop-client/src/components/modals/RolloverBalanceMenuModal.tsx (+15 -2)
upcoming-release-notes/2943.md (+6 -0)

📄 Description

Fixes: #2879

This PR implements a new look for the mobile carryover indicator (arrow) in the budget view. The arrow looks similar to notification badges on mobile apps.
This PR also fixes the issues when showing this arrow display in the desktop view (narrow window widths).
Additionally, the arrow display is also improved in the balance modals.


🔄 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/2943 **Author:** [@dymanoid](https://github.com/dymanoid) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `issue-2879` --- ### 📝 Commits (4) - [`eb41ba1`](https://github.com/actualbudget/actual/commit/eb41ba165957105d75d19a8d65072c6b86c40959) Fix rollover arrow display for mobile and desktop - [`03756c9`](https://github.com/actualbudget/actual/commit/03756c9d0ae62313759a64c8b563449c16bf9b2a) Add release notes - [`e23645e`](https://github.com/actualbudget/actual/commit/e23645ecf3b8eb46b707842957fafc75b8e3b584) Implement review suggestions - [`028fc65`](https://github.com/actualbudget/actual/commit/028fc65c98d550a5e26220409a2aeb775899f21f) Fix rollover indicator without goals ### 📊 Changes **7 files changed** (+100 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx` (+46 -31) 📝 `packages/desktop-client/src/components/budget/report/ReportComponents.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+18 -0) 📝 `packages/desktop-client/src/components/modals/ReportBalanceMenuModal.tsx` (+15 -2) 📝 `packages/desktop-client/src/components/modals/RolloverBalanceMenuModal.tsx` (+15 -2) ➕ `upcoming-release-notes/2943.md` (+6 -0) </details> ### 📄 Description Fixes: #2879 This PR implements a new look for the mobile carryover indicator (arrow) in the budget view. The arrow looks similar to notification badges on mobile apps. This PR also fixes the issues when showing this arrow display in the desktop view (narrow window widths). Additionally, the arrow display is also improved in the balance modals. --- <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:58:21 -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#4604