Merge branch 'front_foundation' of https://gitea.piair.dev/piair/MyINPulse into front_foundation
All checks were successful
Format / formatting (push) Successful in 7s
Build / build (push) Successful in 42s
CI / build (push) Successful in 14s
Format / formatting (pull_request) Successful in 6s

This commit is contained in:
Mohamed Maoulainine Maoulainine
2025-05-02 01:52:52 +02:00
8 changed files with 192 additions and 4 deletions

View File

@ -14,6 +14,8 @@
:project-id="0"
/>
<!-- <AllEntrep /> -->
<h3>Projet en attente</h3>
<PendingProjectComponent
v-for="(project, index) in pendingProjects"
@ -45,7 +47,7 @@ import PendingRequestsManager from "@/components/PendingRequestsManager.vue";
import Project from "@/ApiClasses/Project";
import UserEntrepreneur from "@/ApiClasses/UserEntrepreneur";
//import AllEntrep from "../components/AllEntrep.vue";
const projects = ref<
{
name: string;