edit: création d'une interface type explorateur de fichier pour afficher les liens externes

This commit is contained in:
2026-03-06 06:59:26 +01:00
parent 57246f6ae5
commit e975f33232
7 changed files with 154 additions and 15 deletions
+7 -1
View File
@@ -1,3 +1,7 @@
<script setup>
import CloseIcon from '../assets/icons/close.svg'
</script>
<template>
<div class="windowContainer" id="aboutPannel" ref="aboutPannel" :style="{top:coordY+'px', left:coordX+'px'}" @mousedown.left="$emit('focus')" >
<Moveable
@@ -9,7 +13,9 @@
<div class="windowTitle">
<div class="titleContent">
<p>./About.333</p>
<button type="button" class="titleBtn" @mousedown.stop @touchstart="$emit('close')" @click="$emit('close')"><p>×</p></button>
<button type="button" class="titleBtn" @mousedown.stop @touchstart="$emit('close')" @click="$emit('close')">
<CloseIcon name="close" class="icon"/>
</button>
</div>
</div>
<p id="about_text">