Minor Style Tweaks

* Changed the way the note menus display
* Added a blank note indicator text
* Added date created and date updated text to bottom of note

fixes #18
fixes #5
This commit is contained in:
Max G
2020-02-26 05:35:43 +00:00
parent 902e779a84
commit 72b7f8946a
5 changed files with 100 additions and 16 deletions

View File

@@ -331,6 +331,7 @@ Note.get = (userId, noteId) => {
SELECT
note_raw_text.text,
note_raw_text.updated as updated,
note.created,
note.pinned,
note.archived,
note.color,