mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-07-04 16:48:26 +00:00
Indicate saving when changing name for multiple items
This commit is contained in:
@ -174,8 +174,11 @@ viewLeftMenu flags settings model =
|
||||
case svm.action of
|
||||
EditSelected ->
|
||||
let
|
||||
cfg =
|
||||
cfg_ =
|
||||
Comp.ItemDetail.EditMenu.defaultViewConfig
|
||||
|
||||
cfg =
|
||||
{ cfg_ | nameState = svm.saveNameState }
|
||||
in
|
||||
[ div [ class "ui dividing header" ]
|
||||
[ text "Multi-Edit"
|
||||
@ -208,7 +211,7 @@ viewBar flags model =
|
||||
|
||||
|
||||
viewActionBar : Flags -> SelectViewModel -> Model -> Html Msg
|
||||
viewActionBar _ svm model =
|
||||
viewActionBar _ svm _ =
|
||||
let
|
||||
selectCount =
|
||||
Set.size svm.ids |> String.fromInt
|
||||
|
Reference in New Issue
Block a user