more ui fix for rebalance, and safegaurd as well.
All checks were successful
Deploy / deploy (push) Successful in 1m28s
Security Tests / security-non-db (push) Successful in 18s
Security Tests / security-db (push) Successful in 24s

This commit is contained in:
2026-03-11 22:24:20 -05:00
parent e6dac3f344
commit 234ecc56e9
3 changed files with 132 additions and 32 deletions

View File

@@ -17,6 +17,7 @@ export type RebalanceInfo = {
export type ManualRebalanceBody = {
targets: Array<{ id: string; targetCents: number }>;
forceLowerSavings?: boolean;
confirmOver80?: boolean;
};
export const rebalanceApi = {