@atolis-hq/wake 0.2.87 → 0.2.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -448,10 +448,10 @@ function renderCardSummaryNodes(item) {
|
|
|
448
448
|
}
|
|
449
449
|
return [
|
|
450
450
|
el('div', { class: 'meta', style: 'display:flex;align-items:center;gap:0.3rem;flex-wrap:wrap;margin-top:0.2rem;' }, metaPills),
|
|
451
|
-
el('div', { class: 'card-stats', text: statsText }),
|
|
452
451
|
...(nonWakeLabels.length > 0
|
|
453
452
|
? [el('div', { class: 'meta', style: 'margin-top:0.2rem;' }, nonWakeLabels.map((label) => el('span', { class: 'chip chip-label', text: label })))]
|
|
454
453
|
: []),
|
|
454
|
+
el('div', { class: 'card-stats', text: statsText }),
|
|
455
455
|
...(item.activeMainRun ? [renderChildRun(item.activeMainRun)] : []),
|
|
456
456
|
...((item.activeChildRuns || []).map(renderChildRun)),
|
|
457
457
|
];
|
package/dist/src/version.js
CHANGED