mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Make notes below the files view and always visible
It looks similiar to github's readme. If there are no notes, the form is displayed.
This commit is contained in:
@ -79,7 +79,6 @@ type alias Model =
|
||||
type NotesField
|
||||
= ViewNotes
|
||||
| EditNotes Comp.MarkdownInput.Model
|
||||
| HideNotes
|
||||
|
||||
|
||||
type alias AttachmentRename =
|
||||
@ -97,9 +96,6 @@ isEditNotes field =
|
||||
ViewNotes ->
|
||||
False
|
||||
|
||||
HideNotes ->
|
||||
False
|
||||
|
||||
|
||||
emptyModel : Model
|
||||
emptyModel =
|
||||
|
Reference in New Issue
Block a user