Select linked items from search page

- Quickly select related items from the search view
- Include related items with item details to spare another request
This commit is contained in:
eikek
2022-03-19 18:31:45 +01:00
parent 71f88486c2
commit 37b5a4dfef
13 changed files with 119 additions and 22 deletions

View File

@ -38,6 +38,7 @@ toItemLight detail =
, tags = detail.tags
, customfields = detail.customfields
, notes = detail.notes
, relatedItems = List.map .id detail.relatedItems
, highlighting = []
}