From 0bad4dbc952665d967d8f5bedbd4eea282ddbec0 Mon Sep 17 00:00:00 2001 From: rocketdebris Date: Mon, 1 Dec 2025 16:35:21 -0500 Subject: [PATCH] Began implementation of the send estimate feature. --- .../components/modals/SubmitEstimateModal.vue | 333 ++++++++++++++++++ frontend/src/components/pages/Estimates.vue | 44 ++- 2 files changed, 376 insertions(+), 1 deletion(-) create mode 100644 frontend/src/components/modals/SubmitEstimateModal.vue diff --git a/frontend/src/components/modals/SubmitEstimateModal.vue b/frontend/src/components/modals/SubmitEstimateModal.vue new file mode 100644 index 0000000..67c3181 --- /dev/null +++ b/frontend/src/components/modals/SubmitEstimateModal.vue @@ -0,0 +1,333 @@ + + + + + diff --git a/frontend/src/components/pages/Estimates.vue b/frontend/src/components/pages/Estimates.vue index ade5df6..11b4830 100644 --- a/frontend/src/components/pages/Estimates.vue +++ b/frontend/src/components/pages/Estimates.vue @@ -10,6 +10,25 @@ :loading="isLoading" @lazy-load="handleLazyLoad" /> + + + +