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" /> + + + +