feat(webui): edit suit invigorations #2478

Merged
Sainan merged 12 commits from nyaoouo/SpaceNinjaServer:ImplEditSuitInvigorationUpgradeController into main 2025-07-14 20:33:38 -07:00
Showing only changes of commit fb7d5efa0a - Show all commits

View File

@ -477,8 +477,6 @@
<tbody id="crystals-list"></tbody>
</table>
<form onsubmit="submitSuitInvigorationUpgrade(event)">
Sainan marked this conversation as resolved Outdated

Why is this inside of the archon crystals card and not its own card?

Why is this inside of the archon crystals card and not its own card?

Because I didn't realize that you used path route first and then only controlled visibility based on url params...

Because I didn't realize that you used path route first and then only controlled visibility based on url params...
<input type="hidden" id="dv-invigoration-oid" />
<div class="mb-3">
Sainan marked this conversation as resolved Outdated

The oid is already in the query string. Be consistent.

The oid is already in the query string. Be consistent.
<label for="invigoration-offensive" class="form-label">Offensive Upgrade</label>
<select class="form-select" id="dv-invigoration-offensive">