feat/final commit
All checks were successful
Build Docker Image Front / run (push) Successful in 1m56s
Build Docker Image Back / run (push) Successful in 25s

This commit is contained in:
2024-06-09 20:05:28 +02:00
parent 3cb5a30270
commit e9ce2d1f9f
3 changed files with 11 additions and 116 deletions

View File

@ -14,14 +14,12 @@ const metadata = {
<Layout metadata={metadata}>
<div class="h-[calc(100vh-16rem)] flex flex-col">
<div class="h-[calc(100vh-5rem)] flex flex-col">
<div class="w-full h-96 grow" id="map" />
<Button id="test-btn">test</Button>
</div>
<!-- TODO: faire en sort que le style soit propre -->
<!-- for remouve footer -->
<!-- <div slot="footer"></div> -->
<!-- penser a rm 11 au rem au dessus pour la taille -->
<div slot="footer"></div>
</Layout>
<script>

View File

@ -186,7 +186,7 @@ console.log(fav);
params.append("rate", minimalNote)
if(drink && otm){
fetch(`${BACK_URL}otm/box?${params.toString()}`,{method: 'GET',headers: {'Content-Type': 'application/json'}}).then(function (response) {
fetch(`${BACK_URL}otm/box?${params.toString()}`,{method: 'GET',headers: {'Content-Type': 'application/json',}}).then(function (response) {
return response.json()
}).then(function (data) {
poiMarkers.forEach(element => {