mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-18 01:13:06 +08:00
JournalListing: Only show the notes in that folder
Do not show all notes recursively, by default. The default screen will now only show the notes in the root folder.
This commit is contained in:
@ -10,6 +10,7 @@ class HomeScreen extends StatelessWidget {
|
||||
final container = StateContainer.of(context);
|
||||
final appState = container.appState;
|
||||
|
||||
return JournalListingScreen(appState.notes);
|
||||
return JournalListingScreen(noteFolder: appState.noteFolder);
|
||||
// return FolderListingScreen();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user