From e92fcb709ff8757e623aae339b3b2bc5543fc2ec Mon Sep 17 00:00:00 2001 From: siddharthd Date: Tue, 28 Jul 2026 11:30:37 +1000 Subject: [PATCH] docs(trips): say whose money the trip total counts Total Spend is every payer's trip-tagged spending; the split figures directly below it are scoped to the owner. Two lenses on one screen read as one unless the card says which it is. The number is unchanged and deliberate -- a trip cost what the group put into it -- so this is a label, not a fix. --- src/app/trips/[id]/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/trips/[id]/page.tsx b/src/app/trips/[id]/page.tsx index 1e6ccd4..d00ff44 100644 --- a/src/app/trips/[id]/page.tsx +++ b/src/app/trips/[id]/page.tsx @@ -128,7 +128,10 @@ export default function TripDetailPage({ params }: { params: Promise<{ id: strin {/* Stat cards */}
- + {/* Deliberately every payer, not just this owner — a trip cost what the + group put into it. The split figures below are owner-scoped, so this + says whose money it counts to stop the two being read as one lens. */} +