diff --git a/frontend/components.d.ts b/frontend/components.d.ts index 984d8e3a..84f74933 100644 --- a/frontend/components.d.ts +++ b/frontend/components.d.ts @@ -162,7 +162,11 @@ declare module 'vue' { ListIcon: typeof import('./src/components/Icons/ListIcon.vue')['default'] ListRows: typeof import('./src/components/ListViews/ListRows.vue')['default'] LoadingIndicator: typeof import('./src/components/Icons/LoadingIndicator.vue')['default'] +<<<<<<< HEAD LucideCalendar: typeof import('~icons/lucide/calendar')['default'] +======= + LostReasonModal: typeof import('./src/components/Modals/LostReasonModal.vue')['default'] +>>>>>>> d89c304b (fix: show lost reason modal if status changed to lost) LucideInfo: typeof import('~icons/lucide/info')['default'] LucideMoreHorizontal: typeof import('~icons/lucide/more-horizontal')['default'] LucidePlus: typeof import('~icons/lucide/plus')['default'] diff --git a/frontend/src/components/Modals/LostReasonModal.vue b/frontend/src/components/Modals/LostReasonModal.vue new file mode 100644 index 00000000..7553641d --- /dev/null +++ b/frontend/src/components/Modals/LostReasonModal.vue @@ -0,0 +1,99 @@ + + diff --git a/frontend/src/pages/Deal.vue b/frontend/src/pages/Deal.vue index baaf0a53..3efb5b0e 100644 --- a/frontend/src/pages/Deal.vue +++ b/frontend/src/pages/Deal.vue @@ -327,6 +327,11 @@ :docname="props.dealId" name="Deals" /> +