mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-07-25 21:40:49 +02:00
Fuzzer: show per-item copy button for every case; add structured download (header + tabbed lines)
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user