Skip to content

Commit

Permalink
feat: improve toolbar behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasn committed Jun 4, 2024
1 parent 94029b8 commit a3eb437
Show file tree
Hide file tree
Showing 9 changed files with 212 additions and 59 deletions.
2 changes: 2 additions & 0 deletions lib/blocs/journal/entry_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class EntryState with _$EntryState {
required JournalEntity? entry,
required bool showMap,
required bool isFocused,
required bool shouldShowEditorToolBar,
GlobalKey<FormBuilderState>? formKey,
}) = _EntryStateSaved;

Expand All @@ -20,6 +21,7 @@ class EntryState with _$EntryState {
required JournalEntity? entry,
required bool showMap,
required bool isFocused,
required bool shouldShowEditorToolBar,
GlobalKey<FormBuilderState>? formKey,
}) = EntryStateDirty;
}
Loading

0 comments on commit a3eb437

Please sign in to comment.