diff --git a/resources/assets/components/Hashtag.vue b/resources/assets/components/Hashtag.vue new file mode 100644 index 000000000..e2ac77681 --- /dev/null +++ b/resources/assets/components/Hashtag.vue @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + #{{ hashtag.name }} + + + {{ formatCount(hashtag.count) }} Posts + + + + + + + {{ $t('profile.unfollow') }} + + + + + + + {{ $t('profile.follow') }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{formatCount(status.reply_count)}} + + + + + + + + + + + + + + + + + + + + + + {{ $t('hashtags.emptyFeed') }} + + + + + + + + + + + + + + + + + + +
+ #{{ hashtag.name }} +
+ {{ formatCount(hashtag.count) }} Posts +
{{ $t('hashtags.emptyFeed') }}