added a favorites section to home, added kind property to horizontal scroller

This commit is contained in:
booploops 2021-12-28 04:53:26 -08:00
parent 3c17e15b08
commit 7e7119d592
3 changed files with 26 additions and 3 deletions

View file

@ -19,6 +19,14 @@
</div>
</div>
</div>
<div class="row">
<div class="col">
<h3>Your Favorites</h3>
<div class="well">
<mediaitem-scroller-horizontal kind="small" :items="friendsListeningTo" :item="item"></mediaitem-scroller-horizontal>
</div>
</div>
</div>
<div class="row">
<div class="col">
<h3>Made For You</h3>