feat(webui): edit suit invigorations #2478
@ -476,6 +476,13 @@
|
||||
<table class="table table-hover w-100">
|
||||
<tbody id="crystals-list"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
Sainan marked this conversation as resolved
Outdated
|
||||
</div>
|
||||
Sainan marked this conversation as resolved
Outdated
Sainan
commented
The oid is already in the query string. Be consistent. The oid is already in the query string. Be consistent.
|
||||
<div id="edit-suit-invigorations-card" class="card mb-3 d-none">
|
||||
<h5 class="card-header">
|
||||
edit suit invigorations
|
||||
Sainan marked this conversation as resolved
Sainan
commented
All your strings should be added to the translation system. And let's not lowercase a title? 😒 All your strings should be added to the translation system. And let's not lowercase a title? 😒
nyaoouo
commented
because i just use my mobile phone to edit it =_=... because i just use my mobile phone to edit it =_=...
Sainan
commented
Try coding on a PC. :) Try coding on a PC. :)
|
||||
</h5>
|
||||
<div class="card-body">
|
||||
Sainan marked this conversation as resolved
Sainan
commented
There are a few more strings here... There are a few more strings here...
nyaoouo
commented
I don't know the exact translation of the attributes, so I'll just estimate it based on the key. I don't know the exact translation of the attributes, so I'll just estimate it based on the key.
|
||||
<form onsubmit="submitSuitInvigorationUpgrade(event)">
|
||||
<div class="mb-3">
|
||||
<label for="invigoration-offensive" class="form-label">Offensive Upgrade</label>
|
||||
|
Loading…
x
Reference in New Issue
Block a user
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...