Profile page uses new movies-list parameters and seasonedApi updated to handle authentication tokens. TODO move away auth token from getLists function

This commit is contained in:
2019-06-04 21:46:03 +02:00
parent ca1cb029bc
commit 1b6a494cc0
2 changed files with 6 additions and 5 deletions

View File

@@ -12,10 +12,8 @@
</header>
<settings v-if="showSettings"></settings>
<!-- <movies-list v-for="item in listTypes" v-if="!showSettings && item.isProfileContent" :type="'component'" :mode="item.type" :category="item.query" :shortList="true"></movies-list> -->
<movies-list :propList="user_requestsList"></movies-list>
<!-- <movies-list v-for="item in listTypes" v-if="item.isCategory" :type="'component'" :mode="item.type" :shortList="true"></movies-list> -->
<!-- <created-lists></created-lists> -->
</div>
<section class="not-found" v-if="!userLoggedIn">
@@ -46,7 +44,7 @@ export default {
userName: '',
emoji: '',
showSettings: false,
listTypes: storage.listTypes
user_requestsList: storage.user_requestsList
}
},
methods: {