diff --git a/src/components/EntitySummaryButton.vue b/src/components/EntitySummaryButton.vue index 5f2d6753..50f25078 100644 --- a/src/components/EntitySummaryButton.vue +++ b/src/components/EntitySummaryButton.vue @@ -2,9 +2,9 @@ * 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 * - Emits edit events when clicked and editable * - Supports -both person and project entity types * - Template streamlined with computed CSS -properties * * @author Matthew Raymer */ +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 */