From 38c2954d2318f75582eda65f12e84a649fc5b16f Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 21 Nov 2020 15:37:35 -0600 Subject: [PATCH] Show relative dates on search list --- components/relative-time.vue | 24 ++++++++++++++++++++++++ components/search.vue | 17 ++++++++++++++--- 2 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 components/relative-time.vue diff --git a/components/relative-time.vue b/components/relative-time.vue new file mode 100644 index 0000000..4fc4f9a --- /dev/null +++ b/components/relative-time.vue @@ -0,0 +1,24 @@ + + + diff --git a/components/search.vue b/components/search.vue index 0ce1171..8070f45 100644 --- a/components/search.vue +++ b/components/search.vue @@ -62,16 +62,25 @@
{{ app.name.charAt(0) }}
-
+
🕹 {{ app.name }}
-
+
{{ app.text }}
+ + + + + +