Add frontend integration

This commit is contained in:
Oliver Walters 2026-07-02 07:26:41 +00:00
parent da4cc739da
commit 7f194d09dd
2 changed files with 8 additions and 0 deletions

View File

@ -103,6 +103,9 @@ export function usePartFields({
setVirtual(value);
}
},
consumable: {
default: false
},
locked: {},
active: {},
starred: {

View File

@ -549,6 +549,11 @@ export default function PartDetail() {
name: 'virtual',
label: t`Virtual Part`
},
{
type: 'boolean',
name: 'consumable',
label: t`Consumable Part`
},
{
type: 'boolean',
name: 'starred',