From b864f1632ddc22b5a6ed5ff188b1bfcbcde583f1 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 20 Dec 2025 18:58:18 -0700 Subject: [PATCH 1/3] feat: remove the 'lock' from the giving & receiving sides --- src/components/EntitySummaryButton.vue | 59 ++++++----------------- src/components/GiftDetailsStep.vue | 25 ---------- src/components/GiftedDialog.vue | 66 ++++---------------------- src/views/ContactsView.vue | 2 +- src/views/OfferDetailsView.vue | 2 +- 5 files changed, 24 insertions(+), 130 deletions(-) diff --git a/src/components/EntitySummaryButton.vue b/src/components/EntitySummaryButton.vue index 80890eff..68a2baf4 100644 --- a/src/components/EntitySummaryButton.vue +++ b/src/components/EntitySummaryButton.vue @@ -1,16 +1,6 @@ -/** * EntitySummaryButton.vue - Displays selected entity with edit capability * -* Extracted from GiftedDialog.vue to handle entity summary display in the gift * -details step with edit functionality. * * Features: * - Shows entity avatar -(person or project) * - Displays entity name and role label * - Handles editable -vs locked states * - Function props for parent control over edit behavior * - -Supports both person and project entity types * - Template streamlined with -computed CSS properties * * @author Matthew Raymer */ +/* EntitySummaryButton.vue - Displays selected entity with edit capability */