PUsh all v14 Stuff
Release Creation / build (release) Failing after 30s

This commit is contained in:
2026-07-21 21:45:06 +02:00
parent 6ae99aadb0
commit f49d9e2cf4
39 changed files with 529 additions and 218 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
<ul>
<li class="flexrow item" data-item-id="{{spleen._id}}">
<label class="item-field-label-short">{{localize "ECRY.ui.spleen"}} :</label>
<label class="item-name-label-long">{{spleen.name}}</label>
<label class="item-name-label-long" title="{{spleen.name}}">{{spleen.name}}</label>
<div class="item-filler">&nbsp;</div>
{{#if spleen}}
<div class="item-controls item-controls-fixed">
@@ -27,7 +27,7 @@
</li>
<li class="item flexrow" data-item-id="{{ideal._id}}">
<label class="item-field-label-short">{{localize "ECRY.ui.ideal"}} :</label>
<label class="item-name-label-long">{{ideal.name}}</label>
<label class="item-name-label-long" title="{{ideal.name}}">{{ideal.name}}</label>
<div class="item-filler">&nbsp;</div>
{{#if ideal}}
<div class="item-controls item-controls-fixed">
@@ -39,7 +39,7 @@
<li class="item flexrow flexrow-no-expand flexrow-start">
<label class="item-name-label-short">{{localize "ECRY.ui.traits"}} :</label>
{{#each traits as |trait key|}}
<label class="item-name-label-free">
<label class="item-name-label-free" title="{{trait.name}}">
<a data-action="itemEdit" data-item-id="{{trait._id}}">{{trait.name}}</a>{{#unless @last}},&nbsp;{{/unless}}
</label>
{{/each}}