clean up social code
This commit is contained in:
@@ -90,40 +90,25 @@ GW TODO:
|
||||
</main>
|
||||
|
||||
<section id="user-content" class="user-content">
|
||||
<div class="social-list flex">
|
||||
<user-social-icon
|
||||
v-for="(item, index) in socialHandles"
|
||||
v-if="item.platform && item.handle"
|
||||
v-bind:key="index"
|
||||
v-bind:platform="item.platform"
|
||||
v-bind:username="item.handle"
|
||||
/>
|
||||
</div>
|
||||
<social-list v-bind:platforms="socialHandles"></social-list>
|
||||
|
||||
|
||||
<!-- USER CONTENT... -->
|
||||
<div v-html="description"></div>
|
||||
|
||||
<owncast-footer />
|
||||
<owncast-footer></owncast-footer>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
<section id="chat-container-wrap" class="flex">
|
||||
<div id="user-content-touch" class="user-content">
|
||||
<div class="social-list flex">
|
||||
<user-social-icon
|
||||
v-for="(item, index) in socialHandles"
|
||||
v-if="item.platform && item.handle"
|
||||
v-bind:key="index"
|
||||
v-bind:platform="item.platform"
|
||||
v-bind:username="item.handle"
|
||||
/>
|
||||
</div>
|
||||
<social-list v-bind:platforms="socialHandles"></social-list>
|
||||
|
||||
<!-- USER CONTENT... -->
|
||||
<div v-html="description"></div>
|
||||
|
||||
<owncast-footer />
|
||||
<owncast-footer></owncast-footer>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -180,6 +165,7 @@ GW TODO:
|
||||
<script src="js/config.js"></script>
|
||||
<script src="js/utils.js"></script>
|
||||
<script src="js/message.js"></script>
|
||||
<script src="js/social.js"></script>
|
||||
<script src="js/footer.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
<script src="js/player/airplay.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user