forked from xziino/ff14-mitigator
All MITIGATION_ABILITIES entries now carry a statusId field (FFLogs status ID = XIVAPI row_id + 1,000,000). The mitigIdMap is seeded from these static IDs as fallback for abilities absent from masterData (e.g. pre-pull shields). Removes the need for separate applybuff/removebuff API calls for name resolution. Also adds shield buffType with tooltip on absorbed value, expanded icon set, and unmitigatedAmount/mitigated passthrough. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
625 B
PHP
21 lines
625 B
PHP
<div class="card section-gap">
|
|
<div class="card-title">Report laden</div>
|
|
<form id="report-form">
|
|
<div class="form-row">
|
|
<div class="fg">
|
|
<label>Report Code</label>
|
|
<input
|
|
type="text"
|
|
name="report_code"
|
|
placeholder="Code oder FFLogs-Link"
|
|
autocomplete="off"
|
|
spellcheck="false"
|
|
required
|
|
>
|
|
</div>
|
|
<button class="btn btn-gold" type="submit" style="align-self:flex-end">Fetch</button>
|
|
<a class="btn" href="auth/start.php" style="align-self:flex-end;text-decoration:none">Reconnect</a>
|
|
</div>
|
|
</form>
|
|
</div>
|