[Bug]: Mobile Too Budget amount is inconsistent #574

Closed
opened 2026-02-28 19:10:06 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @shall0pass on GitHub (Aug 18, 2023).

Verified issue does not already exist?

  • I have searched and found no existing issue

What happened?

When clicking in the mobile Top Budget amount, the pop up window shows a different value .

Screenshot_20230818-051918-857

What error did you receive?

No response

Where are you hosting Actual?

NAS

What browsers are you seeing the problem on?

Chrome

Operating System

Mobile Device

Originally created by @shall0pass on GitHub (Aug 18, 2023). ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### What happened? When clicking in the mobile Top Budget amount, the pop up window shows a different value . ![Screenshot_20230818-051918-857](https://github.com/actualbudget/actual/assets/20625555/37ee1aa7-1fa5-46de-873e-ddc558c8b12e) ### What error did you receive? _No response_ ### Where are you hosting Actual? NAS ### What browsers are you seeing the problem on? Chrome ### Operating System Mobile Device
GiteaMirror added the responsivebug labels 2026-02-28 19:10:06 -06:00
Author
Owner

@shall0pass commented on GitHub (Aug 18, 2023):

This image came from the latest edge build. I also see the top bar is oversized again.

@shall0pass commented on GitHub (Aug 18, 2023): This image came from the latest edge build. I also see the top bar is oversized again.
Author
Owner

@Kidglove57 commented on GitHub (Aug 18, 2023):

Also confirmed in my set up (iOS). Thanks for uncovering this bug!

@Kidglove57 commented on GitHub (Aug 18, 2023): Also confirmed in my set up (iOS). Thanks for uncovering this bug!
Author
Owner

@shall0pass commented on GitHub (Aug 18, 2023):

This line:
const budgetAmount = useSheetValue(rolloverBudget.toBudget);
in
packages/desktop-client/src/components/modals/BudgetSummary.js

is returning a null value when called from Mobile.

@shall0pass commented on GitHub (Aug 18, 2023): This line: `const budgetAmount = useSheetValue(rolloverBudget.toBudget);` in [packages/desktop-client/src/components/modals/BudgetSummary.js](https://github.com/actualbudget/actual/blob/master/packages/desktop-client/src/components/modals/BudgetSummary.js) is returning a null value when called from Mobile.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#574