mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Make source a quick link on card and detail
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user