made for you page
This commit is contained in:
parent
60221d5e01
commit
7f3e455b78
6 changed files with 41 additions and 2 deletions
|
@ -375,6 +375,13 @@
|
|||
<%- include('pages/library-albums') %>');
|
||||
%>
|
||||
</transition>
|
||||
<!-- Library - Albums -->
|
||||
<transition name="wpfade" v-on:enter="getMadeForYou()">
|
||||
<template v-if="page == 'library-madeforyou'" >
|
||||
<%- include('pages/madeforyou') %>');
|
||||
%>
|
||||
</template>
|
||||
</transition>
|
||||
</div>
|
||||
<transition name="drawertransition">
|
||||
<div class="app-drawer" v-if="drawer.open">
|
||||
|
|
11
src/renderer/views/pages/madeforyou.ejs
Normal file
11
src/renderer/views/pages/madeforyou.ejs
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div class="content-inner">
|
||||
<div class="row">
|
||||
<div class="col" style="padding:0px">
|
||||
<h1 class="header-text">Made For You</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="madeforyou-body">
|
||||
<mediaitem-square-large :item="item" v-for="item in madeforyou.data">
|
||||
</mediaitem-square-large>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue