Add the Flect craft list (closes #21)
This commit is contained in:
parent
b6f3539a95
commit
67753ce3e7
2 changed files with 26 additions and 0 deletions
|
|
@ -23,4 +23,29 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<div data-aspect="flect" class="col-header aspect-header">
|
||||||
|
<span class="name">Flect</span>
|
||||||
|
<span class="small">Details</span>
|
||||||
|
</div>
|
||||||
|
<ol data-aspect="flect" class="num-before craft-list">
|
||||||
|
{{#each craft.flect as | craft |}}
|
||||||
|
{{#if craft}}
|
||||||
|
<li data-item-id="{{craft.uuid}}" data-ctx-menu="craft">
|
||||||
|
<span class="name">{{ craft.name }}</span>
|
||||||
|
{{#if craft.use}}
|
||||||
|
<rc-icon
|
||||||
|
name="icons/info-circle"
|
||||||
|
var:size="16px"
|
||||||
|
var:fill="currentColor"
|
||||||
|
data-tooltip="{{ craft.use }}"
|
||||||
|
data-tooltip-direction="UP"
|
||||||
|
></rc-icon>
|
||||||
|
{{/if}}
|
||||||
|
</li>
|
||||||
|
{{else}}
|
||||||
|
<li></li>
|
||||||
|
{{/if}}
|
||||||
|
{{/each}}
|
||||||
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-aspect="focus"] { --row: 6; --col: 1; }
|
[data-aspect="focus"] { --row: 6; --col: 1; }
|
||||||
|
[data-aspect="flect"] { --row: 6; --col: 2; }
|
||||||
|
|
||||||
[data-aspect] {
|
[data-aspect] {
|
||||||
&.aspect-header {
|
&.aspect-header {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue