Make source a quick link on card and detail

This commit is contained in:
Eike Kettner
2021-01-11 21:37:36 +01:00
parent 63535408c9
commit 38ae7a9027
5 changed files with 25 additions and 9 deletions

View File

@ -358,6 +358,7 @@ type Msg
| SetCustomField ItemFieldValue
| CustomFieldMsg Comp.CustomFieldMultiInput.Msg
| SetSource String
| ResetToSource String
| GetStatsResp (Result Http.Error SearchStats)
| GetAllTagsResp (Result Http.Error SearchStats)
@ -877,6 +878,9 @@ updateDrop ddm flags settings msg model =
, dragDrop = DD.DragDropData ddm Nothing
}
ResetToSource str ->
resetAndSet (SetSource str)
-- View