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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user