Two-tab app: report viewer + analysis tab with AoE timeline, per-player mitigation icons (local XIVAPI PNGs), and fight-wide buff/debuff window tracking. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
227 B
PHP
7 lines
227 B
PHP
<div class="card section-gap" id="fight-select-card" style="display:none">
|
|
<div class="card-title">Fight auswählen</div>
|
|
<select id="fight-select">
|
|
<option value="">— Fight auswählen —</option>
|
|
</select>
|
|
</div>
|