mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 07:05:59 +00:00
Show folder in item detail view
This commit is contained in:
parent
ca5b7b999f
commit
225877a40c
@ -2027,6 +2027,17 @@ renderItemInfo settings model =
|
|||||||
|> text
|
|> text
|
||||||
]
|
]
|
||||||
|
|
||||||
|
itemfolder =
|
||||||
|
div
|
||||||
|
[ class "item"
|
||||||
|
, title "Folder"
|
||||||
|
]
|
||||||
|
[ Icons.folderIcon ""
|
||||||
|
, Maybe.map .name model.item.folder
|
||||||
|
|> Maybe.withDefault "-"
|
||||||
|
|> text
|
||||||
|
]
|
||||||
|
|
||||||
src =
|
src =
|
||||||
div
|
div
|
||||||
[ class "item"
|
[ class "item"
|
||||||
@ -2060,6 +2071,7 @@ renderItemInfo settings model =
|
|||||||
[ date
|
[ date
|
||||||
, corr
|
, corr
|
||||||
, conc
|
, conc
|
||||||
|
, itemfolder
|
||||||
, src
|
, src
|
||||||
]
|
]
|
||||||
(if Util.Maybe.isEmpty model.item.dueDate then
|
(if Util.Maybe.isEmpty model.item.dueDate then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user