From 902e779a843becf33be7399da872f8537898be92 Mon Sep 17 00:00:00 2001 From: Max G Date: Mon, 24 Feb 2020 06:09:28 +0000 Subject: [PATCH] Added new status to shared notes * Shared notes can be new or updated * New - Note has never been opened * Updated - Shared note was read but modified by other user --- client/src/components/NoteTitleDisplayCard.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/client/src/components/NoteTitleDisplayCard.vue b/client/src/components/NoteTitleDisplayCard.vue index 66eaebf..6be88bf 100644 --- a/client/src/components/NoteTitleDisplayCard.vue +++ b/client/src/components/NoteTitleDisplayCard.vue @@ -17,14 +17,18 @@ Shared by {{ note.shareUsername }} - - Unread + + + New + + + Updated You Shared - + Updated