mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Indicate saving custom field values
This commit is contained in:
@ -95,6 +95,7 @@ type alias Model =
|
||||
, attachRename : Maybe AttachmentRename
|
||||
, keyInputModel : Comp.KeyInput.Model
|
||||
, customFieldsModel : Comp.CustomFieldMultiInput.Model
|
||||
, customFieldSavingIcon : Dict String String
|
||||
}
|
||||
|
||||
|
||||
@ -197,6 +198,7 @@ emptyModel =
|
||||
, attachRename = Nothing
|
||||
, keyInputModel = Comp.KeyInput.init
|
||||
, customFieldsModel = Comp.CustomFieldMultiInput.initWith []
|
||||
, customFieldSavingIcon = Dict.empty
|
||||
}
|
||||
|
||||
|
||||
@ -283,6 +285,7 @@ type Msg
|
||||
| UiSettingsUpdated
|
||||
| SetLinkTarget LinkTarget
|
||||
| CustomFieldMsg Comp.CustomFieldMultiInput.Msg
|
||||
| CustomFieldSaveResp String (Result Http.Error BasicResult)
|
||||
|
||||
|
||||
type SaveNameState
|
||||
|
Reference in New Issue
Block a user