Added Estimate Modal and solved some merge conflicts.

This commit is contained in:
rocketdebris 2025-11-07 11:46:15 -05:00
parent 942e9beeab
commit 88171caee6
6 changed files with 389 additions and 47 deletions

View file

@ -1,7 +1,8 @@
<script setup>
import { IconoirProvider } from "@iconoir/vue";
import SideBar from "./components/SideBar.vue";
import CreateClientModal from "./components/modals/CreatClientModal.vue";
import CreateClientModal from "./components/modals/CreateClientModal.vue";
import CreateEstimateModal from "./components/modals/CreateEstimateModal.vue";
import GlobalLoadingOverlay from "./components/common/GlobalLoadingOverlay.vue";
import ScrollPanel from "primevue/scrollpanel";
</script>
@ -26,6 +27,7 @@ import ScrollPanel from "primevue/scrollpanel";
<!-- Global Modals -->
<CreateClientModal />
<CreateEstimateModal />
<!-- Global Loading Overlay -->
<GlobalLoadingOverlay />