From f9085d68cd5fb02a25b02c116cf98c494522ffac Mon Sep 17 00:00:00 2001 From: Anbraten Date: Thu, 30 Jul 2026 17:56:11 +0200 Subject: [PATCH] Rename paypalLink to paymentLink and allow inline editing Generalizes the participant link field beyond PayPal and lets users set/update their payment link directly from the balance summary. Co-Authored-By: Claude Sonnet 5 --- app/components/BalanceSummary.vue | 151 +++++++++++++++++++++++------- app/pages/p/[slug]/index.vue | 1 + test/api/pots.test.ts | 8 +- 3 files changed, 121 insertions(+), 39 deletions(-) diff --git a/app/components/BalanceSummary.vue b/app/components/BalanceSummary.vue index 55971c4..c6c8074 100644 --- a/app/components/BalanceSummary.vue +++ b/app/components/BalanceSummary.vue @@ -1,5 +1,6 @@