Display deleted items in the webui

The card renders a trash can in the top right corner and the detail
page shows a label and also this trash can.
This commit is contained in:
eikek
2021-08-14 16:06:55 +02:00
parent 3f1ff5c1ac
commit eede20b014
7 changed files with 96 additions and 24 deletions

View File

@ -1604,6 +1604,13 @@ update key flags inav settings msg model =
, cmd
)
RestoreItem ->
let
_ =
Debug.todo "implement"
in
resultModelCmd ( model, Cmd.none )
--- Helper