j7TPH-=4Up=(R3_vHmUt-9vLc@^a_>
z*)WZCdJ*2kRDZ8Q1I-dQ68BzJi^{ML=)F{?G7bLyHZmwg0THF69u+IVN=sCexD353k~T&zQUu^>sMC2
zbbqRf9LU!%>eCAROqt>9tn4?CA=qkp=@X1YGrE;%{
z+__EdcF5}+WQtmzuY};dx(ihh<*LCvBm$FMJ
zHq2(KZ2cSvSw@YgqVsWP~0#07^A7NlmpNle8S?#S3hR8xb4heJSqmMzC+$l611lQA2~)=!apCe
z#LuNf=TjX2k)ANC8H}l5M?EQ;|98K7wSI;T|^Hs~M;1zLe8O%Nu5MX`htbeVmOPu~5t$1;l
z=1%ECUa5;|rB4Tf`cEyMhwZsDs3KZB-9?zIGnf7r-(J#U9Hc=7xd}iYi~j;fX?B35
zU5Qa^fjQ=LvvHT3ly;8+!ENSqBnTwW2zV-hPpY5kiZ`gofk`3BSmpoxMJ4~_yA*QZ
zedwPa+cR6~%%Q<;+oedZsMhOuom*W88tbj9+*Wa-J?dsqf(NVZL+Mxgjn$(ffML<_
z#8~VcmNo40UET|z-FgV1XFM)W9{!E!J71=dLwRQ(>V2NN#)itr>v=&CT%dn4zlT+i
zCMRs}uLr%8o()x78a&aOozK9o4wtf0fkuFYKTNdKieE{i={#oGhdNTXCpiQu8Q)g7
z?^UrRq#cqgrvsL1+yd&_N#y49a<7OwqF6;B6a*Ysy=qVEKLmf5cnLs1#an!gB~Rae
z3$D(`I3bFG;KaUd_V3)Y_fzvID)HmLq|A6kVq0=pnRlJ_Ifle3lbbXS2v0oAhjb;r
z_cwL&)xSu!j@S@8DOy&fv#5uFB?`Tq2?@a3vmeGPu>11!*&6q#Yj2->Yht84l1qw^
zDpScbrX`jGj?d-M7c^!zt4DfQaG4YJLY+~CzY0;DQ;PljSMcy|%#8gPKx6>GZ>_Ti
zuJu}iHr}Q#bdC@^4(tuYwoV3LEiB>2fbp43Q0dYn;h~bTzaV&=450xCbxEMgIZWF#
z7}-W{oBdLj&VUi3ky&7}{G0J|8tz%AoMx+jAb>(tgF0MlHT>mF@49XHi@R8AtutO~
z!>TN@854ykycjECiuY(ZZP~C%tGu1|4eGve#
zC{#(LEAldRriyMjl=phxy*Q2;6*W?=9-?nkD-^Ru&8?NSjO4|271%Am|_t%qcn;
z2Ev!)S6sNn+rfhH0JXtlF=Dv$ej-0%({EnVD0zuRC$}wg*8kJCEGBmfnF@<2s+1VnWCMZ^W5;{3u~Pyul$RQc}(&Hq>6
zy^EE-jqm?lK%`RrJ5a#DPuI}njfFSF)y>7m-pLx`;p=J*v3K>b1c7|AH_q^|;rbjL
z!&)Pws#|YBXw100mbj$Mq_0xQ&`2Q)AB1|X(3pSdLPi#62N9zPIt13p2bFJXyr6wb
WVvjR9;Z&dskgB4lLY16(=zjrO1^UeZ
diff --git a/packages/desktop-client/src/components/accounts/MobileAccountDetails.js b/packages/desktop-client/src/components/accounts/MobileAccountDetails.js
index e3dd2098505..b5cbcc4e3a4 100644
--- a/packages/desktop-client/src/components/accounts/MobileAccountDetails.js
+++ b/packages/desktop-client/src/components/accounts/MobileAccountDetails.js
@@ -1,6 +1,5 @@
import React, { useState, useMemo } from 'react';
import { Link } from 'react-router-dom';
-import PullToRefresh from 'react-simple-pull-to-refresh';
import { useActions } from '../../hooks/useActions';
import Add from '../../icons/v1/Add';
@@ -12,6 +11,7 @@ import InputWithContent from '../common/InputWithContent';
import Label from '../common/Label';
import Text from '../common/Text';
import View from '../common/View';
+import PullToRefresh from '../responsive/PullToRefresh';
import CellValue from '../spreadsheet/CellValue';
import { TransactionList } from '../transactions/MobileTransaction';
diff --git a/packages/desktop-client/src/components/accounts/MobileAccounts.js b/packages/desktop-client/src/components/accounts/MobileAccounts.js
index 457c645a463..e7a122d6b42 100644
--- a/packages/desktop-client/src/components/accounts/MobileAccounts.js
+++ b/packages/desktop-client/src/components/accounts/MobileAccounts.js
@@ -1,7 +1,6 @@
import React, { useEffect, useState } from 'react';
import { useSelector } from 'react-redux';
import { useNavigate } from 'react-router-dom';
-import PullToRefresh from 'react-simple-pull-to-refresh';
import * as queries from 'loot-core/src/client/queries';
@@ -14,6 +13,7 @@ import Text from '../common/Text';
import TextOneLine from '../common/TextOneLine';
import View from '../common/View';
import { Page } from '../Page';
+import PullToRefresh from '../responsive/PullToRefresh';
import CellValue from '../spreadsheet/CellValue';
function AccountHeader({ name, amount, style = {} }) {
diff --git a/packages/desktop-client/src/components/budget/report/components.tsx b/packages/desktop-client/src/components/budget/report/components.tsx
index 8255a06d43e..fa491dcd10e 100644
--- a/packages/desktop-client/src/components/budget/report/components.tsx
+++ b/packages/desktop-client/src/components/budget/report/components.tsx
@@ -368,6 +368,8 @@ export const CategoryMonth = memo(function CategoryMonth({
disabled={category.is_income}
carryover={reportBudget.catCarryover(category.id)}
balance={reportBudget.catBalance(category.id)}
+ goal={reportBudget.catGoal(category.id)}
+ budgeted={reportBudget.catBudgeted(category.id)}
/>
{balanceTooltip.isOpen && (
diff --git a/packages/desktop-client/src/components/common/Menu.tsx b/packages/desktop-client/src/components/common/Menu.tsx
index 84ced272fbf..43aabf4dce9 100644
--- a/packages/desktop-client/src/components/common/Menu.tsx
+++ b/packages/desktop-client/src/components/common/Menu.tsx
@@ -37,7 +37,7 @@ type MenuProps = {
header?: ReactNode;
footer?: ReactNode;
items: Array