seperate card
All checks were successful
Build / build (pull_request) Successful in 1m3s

This commit is contained in:
nyaoouo 2025-07-14 05:05:38 -07:00
parent 0921fef757
commit 89d0c472c4

View File

@ -476,6 +476,13 @@
<table class="table table-hover w-100"> <table class="table table-hover w-100">
<tbody id="crystals-list"></tbody> <tbody id="crystals-list"></tbody>
</table> </table>
</div>
</div>
<div id="edit-suit-invigorations-card" class="card mb-3 d-none">
<h5 class="card-header">
edit suit invigorations
</h5>
<div class="card-body">
<form onsubmit="submitSuitInvigorationUpgrade(event)"> <form onsubmit="submitSuitInvigorationUpgrade(event)">
<div class="mb-3"> <div class="mb-3">
<label for="invigoration-offensive" class="form-label">Offensive Upgrade</label> <label for="invigoration-offensive" class="form-label">Offensive Upgrade</label>