made a better friends listening to. can be accessed on the home page by pressing see all on the section

This commit is contained in:
booploops 2022-01-13 06:07:11 -08:00
parent 9b5cbafdc4
commit cc17c1e666
2 changed files with 40 additions and 2 deletions

View file

@ -55,7 +55,14 @@
</div>
<div class="row" v-if="friendsListeningTo && friendsListeningTo.length > 0">
<div class="col">
<h3>Friends Listening To</h3>
<div class="row">
<div class="col nopadding">
<h3>Friends Listening To</h3>
</div>
<div class="col-auto nopadding flex-center">
<button class="cd-btn-seeall" @click="app.showSocialListeningTo()">See All</button>
</div>
</div>
<div class="well">
<template v-if="isSectionReady('friendsListeningTo')">
<mediaitem-square kind="small" v-for="item in friendsListeningTo"