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>
4 lines
142 B
PHP
4 lines
142 B
PHP
<?php require __DIR__ . '/report-form.php'; ?>
|
|
<?php require __DIR__ . '/fight-select.php'; ?>
|
|
<?php require __DIR__ . '/output-card.php'; ?>
|