mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Click on tag in item detail to switch to search
This commit is contained in:
@ -259,6 +259,7 @@ type Msg
|
||||
| SetConcPerson IdName
|
||||
| SetConcEquip IdName
|
||||
| SetFolder IdName
|
||||
| SetTag String
|
||||
|
||||
|
||||
type alias NextState =
|
||||
@ -371,6 +372,9 @@ updateDrop ddm flags settings msg model =
|
||||
in
|
||||
resetAndSet (ConcEquipmentMsg (Comp.Dropdown.SetSelection [ equip ]))
|
||||
|
||||
SetTag id ->
|
||||
resetAndSet (TagSelectMsg (Comp.TagSelect.toggleTag id))
|
||||
|
||||
GetTagsResp (Ok tags) ->
|
||||
let
|
||||
selectModel =
|
||||
|
Reference in New Issue
Block a user