front_foundation #13
Makefile
MyINPulse-back/src
main
java
enseirb
myinpulse
resources
test
java
enseirb
myinpulse
config
documentation/openapi/src
front
Dockerfile
MyINPulse-front
index.htmlpackage-lock.jsonpackage.json
src
ApiClasses
Appointment.tsJoinRequest.tsJoinRequestDecision.tsProject.tsProjectDecision.tsRepport.tsSectionCell.tsUser.tsUserAdmin.tsUserEntrepreneur.ts
App.vuecomponents
AddProjectForm.vueAdminAppointments.vueAgendaComponent.vueHeaderComponent.vueLoginComponent.vuePendingProjectComponent.vueProjectComponent.vue
main.tscanvas
contact.tsicons
plugins
router
services
stores
views
keycloak
@ -13,6 +13,7 @@
|
||||
</a>
|
||||
|
||||
<div class="header-actions">
|
||||
<button class="return-button" @click="store.logout">Logout</button>
|
||||
<div ref="dropdownRef" class="dropdown-wrapper">
|
||||
<button class="contact-button" @click.stop="toggleDropdown">
|
||||
Contact
|
||||
@ -39,6 +40,7 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, onMounted, onBeforeUnmount } from "vue";
|
||||
import axios from "axios";
|
||||
import { store } from "@/main.ts";
|
||||
|
||||
const IS_MOCK_MODE = true;
|
||||
const dropdownRef = ref<HTMLElement | null>(null); // ref pour le dropdown
|
||||
|
Reference in New Issue
Block a user