mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Make source a quick link on card and detail
This commit is contained in:
@ -716,6 +716,9 @@ linkTargetMsg linkTarget =
|
||||
Comp.LinkTarget.LinkCustomField id ->
|
||||
Just <| SearchMenuMsg (Comp.SearchMenu.SetCustomField id)
|
||||
|
||||
Comp.LinkTarget.LinkSource str ->
|
||||
Just <| SearchMenuMsg (Comp.SearchMenu.ResetToSource str)
|
||||
|
||||
|
||||
doSearchMore : Flags -> UiSettings -> Model -> ( Model, Cmd Msg )
|
||||
doSearchMore flags settings model =
|
||||
|
Reference in New Issue
Block a user