From 2c774eba987677b7c8f37a7f8fec95efd05f00c6 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 25 Nov 2022 17:34:53 +0100 Subject: [PATCH] feat: show edit indicator for posts (#90) --- components/status/StatusCard.vue | 13 ++++++++----- components/status/StatusEditIndicator.vue | 11 +++++++++++ 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 components/status/StatusEditIndicator.vue diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 0c24a180..0e6f8a03 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -82,11 +82,14 @@ const timeago = useTimeAgo(() => status.createdAt, {
- - - +
+ + + + +
diff --git a/components/status/StatusEditIndicator.vue b/components/status/StatusEditIndicator.vue new file mode 100644 index 00000000..98de2a90 --- /dev/null +++ b/components/status/StatusEditIndicator.vue @@ -0,0 +1,11 @@ + + +