FolderView: Implement selecting a note

This is disabled for now, untill I expose the actions which should be
performed when selecting a note.
This commit is contained in:
Vishesh Handa
2020-09-05 15:53:26 +02:00
parent 8201e59014
commit fa075c25e0
10 changed files with 51 additions and 13 deletions

View File

@ -19,6 +19,9 @@ import 'md_yaml_doc.dart';
import 'md_yaml_doc_codec.dart';
import 'note_serializer.dart';
typedef void NoteSelectedFunction(Note note);
typedef bool NoteBoolPropertyFunction(Note note);
enum NoteLoadState {
None,
Loading,