mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-31 08:33:23 +08:00
Editor: Change title to New Journal Entry
This commit is contained in:
@ -67,12 +67,9 @@ class NoteEditorState extends State<NoteEditor> {
|
|||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
);
|
);
|
||||||
|
|
||||||
var formatter = new DateFormat('dd MMM, yyyy');
|
|
||||||
var title = formatter.format(_createdAt);
|
|
||||||
|
|
||||||
var newJournalScreen = new Scaffold(
|
var newJournalScreen = new Scaffold(
|
||||||
appBar: new AppBar(
|
appBar: new AppBar(
|
||||||
title: new Text(title),
|
title: new Text("New Journal Entry"),
|
||||||
),
|
),
|
||||||
body: bodyWidget,
|
body: bodyWidget,
|
||||||
floatingActionButton: FloatingActionButton(
|
floatingActionButton: FloatingActionButton(
|
||||||
|
Reference in New Issue
Block a user