Fuzzer: show per-item copy button for every case; add structured download (header + tabbed lines)

This commit is contained in:
EP
2025-08-20 21:13:08 -07:00
parent 5230a340e7
commit 36ed8401e9
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -433,7 +433,7 @@
<button class="copy-button" v-if="fuzzerOutputs.length" @click="downloadFuzz"><i class="fas fa-download"></i> Download</button>
</div>
<div class="output-container" v-if="fuzzerOutputs.length">
<div class="token-tiles" style="display:flex; flex-direction:column; gap:8px;">
<div class="token-tiles fuzzer-list" style="display:flex; flex-direction:column; gap:8px;">
<div v-for="(out, i) in fuzzerOutputs" :key="'fz-'+i" class="token-chip" style="display:flex; align-items:center; gap:8px;">
<span style="opacity:.7; min-width:32px;">#{{ i+1 }}</span>
<textarea :value="out" readonly style="flex:1; min-height:46px;"></textarea>