mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 15:21:21 +08:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user