↓ 1 callersFunctionupdateValue(
val: string,
selectionStart: number,
selectionEnd: number,
key: string,
{ parse, format, fractionD
src/lib/numberStepper.ts:26
FunctionBudgetRow({
numberFormatter,
groupClosed,
name,
odd,
uuid,
overspendRollover,
budgeted,
spend,
balanc
src/views/Month/Categories.tsx:23
FunctionCategorySidebar({
categories,
innerRef,
budgetName,
collapsedCategories = [],
dispatch,
syncScrollY,
}: Props)
src/views/CategorySidebar/CategorySidebar.tsx:16
FunctionContent({
header,
children,
padding,
background,
className,
flex,
scroll,
}: Props)
src/components/Content/Content.tsx:14
FunctionInfiniteSlider({
children,
style,
innerRef: containerRef,
getScrollTo,
loadMore,
syncScrollY,
onScrollRef,
c
src/components/InfiniteSlider/InfiniteSlider.tsx:28
FunctionMainView({
moneyMoney,
state,
numberFormatter,
dispatch,
view,
setView,
}: MainViewProps)
src/views/Main/Main.tsx:17
FunctionRecalculateButton({
settings: { accounts },
update,
readAccounts,
readTransactions,
}: Pick<MoneyMoneyRes, 'readAccount
src/views/Settings/General/StartBalance.tsx:11
FunctionRow({
indent = 0,
leaf = false,
odd,
groupClosed,
className,
...rest
}: Props)
src/components/Row/Row.tsx:12
FunctioncalcMonth(
getPrev,
balance,
budget,
categories,
incomeCategories,
round,
)
src/budget/getMonthData.ts:165