feat: upgrade multi-flow account contributions

This commit is contained in:
QLHazycoder
2026-05-19 13:20:06 +00:00
parent 68c1f387e1
commit 4687d07e2d
36 changed files with 2960 additions and 442 deletions
+3 -3
View File
@@ -431,7 +431,7 @@
source,
autoRunContext: source === 'auto' ? autoRunContext : null,
plusModeEnabled: Boolean(record.plusModeEnabled),
contributionMode: Boolean(record.contributionMode),
accountContributionEnabled: Boolean(record.accountContributionEnabled),
};
}
@@ -526,7 +526,7 @@
source,
autoRunContext,
plusModeEnabled: Boolean(state.plusModeEnabled),
contributionMode: Boolean(state.contributionMode),
accountContributionEnabled: Boolean(state.accountContributionEnabled),
};
}
@@ -637,7 +637,7 @@
}
function shouldSyncAccountRunHistorySnapshot(state = {}) {
if (Boolean(state.contributionMode)) {
if (Boolean(state.accountContributionEnabled)) {
return false;
}