[PR #4546] [MERGED] Display Goal/Target Information on Mobile #5445

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4546
Author: @tempiz
Created: 3/6/2025
Status: Merged
Merged: 3/7/2025
Merged by: @lelemm

Base: masterHead: mobile-goalinfo


📝 Commits (6)

  • d9fa870 Display Goal/Target Information on Mobile
  • d0c1c3c Create 4546.md
  • 0a18988 Fix lint issues
  • a4b103b change hr and div to View and modified styling
  • ed0384d Fix lint errors again
  • 4787824 Merge branch 'master' into mobile-goalinfo

📊 Changes

3 files changed (+115 additions, -82 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx (+108 -82)
📝 packages/desktop-client/src/components/modals/EnvelopeBalanceMenuModal.tsx (+1 -0)
upcoming-release-notes/4546.md (+6 -0)

📄 Description

Ports the goal / target tool tip to mobile.

  • Moved goal/target info into shared function (GoalStatusDisplay)
  • Display in tool tip on PC
  • Display in EnvelopeBalanceMenuModal on mobile

This request comes from the discord idea channel.

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/4546 **Author:** [@tempiz](https://github.com/tempiz) **Created:** 3/6/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `mobile-goalinfo` --- ### 📝 Commits (6) - [`d9fa870`](https://github.com/actualbudget/actual/commit/d9fa87097f058bb8b9a2eabd84e3e6d57767cac9) Display Goal/Target Information on Mobile - [`d0c1c3c`](https://github.com/actualbudget/actual/commit/d0c1c3ca778e8d4b6152193d9107face0e908074) Create 4546.md - [`0a18988`](https://github.com/actualbudget/actual/commit/0a189885a7fbfbf041b9017dfab06840348b4ec9) Fix lint issues - [`a4b103b`](https://github.com/actualbudget/actual/commit/a4b103b85433d70660b44aaaea7323619f3a1ab9) change hr and div to View and modified styling - [`ed0384d`](https://github.com/actualbudget/actual/commit/ed0384db683e3c88d6dd35310a50e41b354138c8) Fix lint errors again - [`4787824`](https://github.com/actualbudget/actual/commit/4787824ddbf5f8ff67a99e63a8317a6ae88330a9) Merge branch 'master' into mobile-goalinfo ### 📊 Changes **3 files changed** (+115 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx` (+108 -82) 📝 `packages/desktop-client/src/components/modals/EnvelopeBalanceMenuModal.tsx` (+1 -0) ➕ `upcoming-release-notes/4546.md` (+6 -0) </details> ### 📄 Description Ports the goal / target tool tip to mobile. - Moved goal/target info into shared function (GoalStatusDisplay) - Display in tool tip on PC - Display in EnvelopeBalanceMenuModal on mobile This request comes from the discord idea channel. ![image](https://github.com/user-attachments/assets/4e1340a8-ea84-4809-bbcd-38bfc5b78a2a) --- <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:12:34 -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#5445