edit: ajout icon & bug fix infobulle timer

This commit is contained in:
2026-03-30 04:14:53 +02:00
parent a50c2d82c8
commit f5ed2a7d9c
25 changed files with 141 additions and 53 deletions
@@ -1,5 +1,6 @@
<script setup>
import CloseIcon from '../assets/icons/close.svg'
import LikeIcon from '../assets/icons/like.svg'
</script>
<template>
@@ -25,7 +26,7 @@
<div class="reactBar">
<p class="reactStatStyle">{{selectedImg.like}}</p>
<button data-tooltip="j'aime bien" type="button" class="iconBtnStyle" :class="{reactedStyle: selectedImg.isLiked}" @mousedown.capture="likeImg" @touchstart.capture="likeImg">
<CloseIcon name="test" class="icon"/>
<LikeIcon name="test" class="icon"/>
</button>
</div>
</div>