working on loading item by id

This commit is contained in:
2026-02-11 13:41:45 +01:00
parent 76651b1e46
commit 12ed6d47ec
4 changed files with 33 additions and 5 deletions

View File

@@ -74,6 +74,15 @@ Code: <LineEditor type="span" editable={true} value={item.code} onSet={v => patc
</div>
<table>
<tbody>
<tr>
<td>
{t('ID')}
</td>
<td>
{item.id}
</td>
</tr>
{#each item.properties.toSorted(byName) as prop}
<tr>
<td>