Replace emoji load button with SVG folder icon

Replace the emoji character 📂 with an inline Feather SVG folder icon
for the Load File button. The SVG matches the folder icon used in
Feather icon set and provides consistent rendering across platforms.
This commit is contained in:
Armin 2026-07-06 18:09:09 +02:00
commit a659bc437e

View file

@ -22,7 +22,10 @@
<div class="section-brand"><span class="logo">tcd</span> <span class="subtitle">Audio Authenticity Analyzer</span><br><span class="tagline">Psychoacoustic transcode detection via spectral analysis</span></div>
</div>
<div class="player-controls">
<button id="loadBtn" class="player-btn load-btn" title="Load Audio File">📂 Load File</button>
<button id="loadBtn" class="player-btn load-btn" title="Load Audio File">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/></svg>
Load File
</button>
<button id="playBtn" class="player-btn" title="Play/Pause"></button>
<button id="stopBtn" class="player-btn" title="Stop"></button>
<button id="holdBtn" class="player-btn" title="Hold Max Cutoff"></button>