From bc002de22e5913c6147c8251f8afbf0e86df225b Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Thu, 30 Jul 2026 21:25:18 +0000 Subject: [PATCH] Add 'Their Net Profit' column, rename labels for clarity Phase table now has 7 columns: - Their Gross Payout / Their Net Profit / Sponsor's 10% / Sponsor's Cumulative - Timeline tab: 'Sponsor's Commission/Month' and 'Sponsor's Cumulative' - Table-wrap overflow-x: auto for mobile scrollability --- index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 05a0bcc..560bccb 100644 --- a/index.html +++ b/index.html @@ -635,7 +635,7 @@ background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); - overflow: hidden; + overflow-x: auto; margin-bottom: 18px; } .table-wrap .table-title { @@ -1294,9 +1294,10 @@ - - - + + + +
PhaseCyclesTimelineTheir Payout/CycleYour 10% Cut/CycleCumulative to YouTheir Gross PayoutTheir Net ProfitSponsor's 10%Sponsor's Cumulative
@@ -1311,8 +1312,8 @@ - - + +
MonthActive Phase Their Profit This MonthYour 10% Commission/MonthYour CumulativeSponsor's Commission/MonthSponsor's Cumulative
@@ -1749,6 +1750,7 @@ ${numPeople > 0 ? ` ${k === '3xL7' ? 'every 19d' : `${cyclesNum}×`} ${k === '3xL7' ? 'ongoing' : `~${p.months} months`} $${p.payout.toFixed(2)} + $${p.profit.toFixed(2)} $${yourCut.toFixed(2)} $${cumRunning.toFixed(2)} `;