Improve selecting attachments of an item

Use a list of small thumbnails instead of just names.

Closes: #396
This commit is contained in:
Eike Kettner
2021-01-08 22:06:55 +01:00
parent 9bc2084499
commit c0d7aba5d5
4 changed files with 55 additions and 23 deletions

View File

@ -88,6 +88,7 @@ update key flags inav settings msg model =
, dueDatePicker = dp
, itemMail = im
, visibleAttach = 0
, attachMenuOpen = False
, customFieldsModel = cm
}
, Cmd.batch
@ -274,6 +275,7 @@ update key flags inav settings msg model =
resultModel
{ model
| visibleAttach = pos
, attachMenuOpen = False
, sentMailsOpen = False
, attachRename = Nothing
}