1
0
Fork 0
pixelfed/resources/assets/js/components/Profile.vue

1193 lines
39 KiB
Vue
Raw Normal View History

2019-02-11 04:02:32 +00:00
<template>
2019-07-13 03:49:05 +00:00
<div class="w-100 h-100">
2019-08-03 05:16:16 +00:00
<div v-if="isMobile" class="bg-white p-3 border-bottom">
<div class="d-flex justify-content-between align-items-center">
<div @click="goBack" class="cursor-pointer">
<i class="fas fa-chevron-left fa-lg"></i>
</div>
<div class="font-weight-bold">
{{this.profileUsername}}
</div>
<div>
<a class="fas fa-ellipsis-v fa-lg text-muted text-decoration-none" href="#" @click.prevent="visitorMenu"></a>
</div>
</div>
</div>
2019-07-13 03:49:05 +00:00
<div v-if="relationship && relationship.blocking && warning" class="bg-white pt-3 border-bottom">
<div class="container">
<p class="text-center font-weight-bold">You are blocking this account</p>
<p class="text-center font-weight-bold">Click <a href="#" class="cursor-pointer" @click.prevent="warning = false;">here</a> to view profile</p>
2019-07-12 01:53:14 +00:00
</div>
2019-07-13 03:49:05 +00:00
</div>
<div v-if="loading" style="height: 80vh;" class="d-flex justify-content-center align-items-center">
<img src="/img/pixelfed-icon-grey.svg" class="">
</div>
<div v-if="!loading && !warning">
2019-08-03 05:16:16 +00:00
<div v-if="layout == 'metro'" class="container">
<div :class="isMobile ? 'pt-5' : 'pt-5 border-bottom'">
<div class="container px-0">
2019-07-13 03:49:05 +00:00
<div class="row">
2019-08-03 05:16:16 +00:00
<div class="col-12 col-md-4 d-md-flex">
2019-07-13 03:49:05 +00:00
<div class="profile-avatar mx-md-auto">
2019-08-03 05:16:16 +00:00
<!-- MOBILE PROFILE PICTURE -->
<div class="d-block d-md-none mt-n3 mb-3">
2019-07-13 03:49:05 +00:00
<div class="row">
2019-08-03 05:16:16 +00:00
<div class="col-4">
2020-01-02 22:13:47 +00:00
<div v-if="hasStory" class="has-story cursor-pointer shadow-sm" @click="storyRedirect()">
<img :alt="profileUsername + '\'s profile picture'" class="rounded-circle" :src="profile.avatar" width="77px" height="77px">
</div>
<div v-else>
<img :alt="profileUsername + '\'s profile picture'" class="rounded-circle border" :src="profile.avatar" width="77px" height="77px">
</div>
2019-07-13 03:49:05 +00:00
</div>
2019-08-03 05:16:16 +00:00
<div class="col-8">
<div class="d-block d-md-none mt-3 py-2">
<ul class="nav d-flex justify-content-between">
<li class="nav-item">
<div class="font-weight-light">
<span class="text-dark text-center">
<p class="font-weight-bold mb-0">{{formatCount(profile.statuses_count)}}</p>
2019-08-03 05:16:16 +00:00
<p class="text-muted mb-0 small">Posts</p>
</span>
</div>
</li>
<li class="nav-item">
<div v-if="profileSettings.followers.count" class="font-weight-light">
<a class="text-dark cursor-pointer text-center" v-on:click="followersModal()">
<p class="font-weight-bold mb-0">{{formatCount(profile.followers_count)}}</p>
2019-08-03 05:16:16 +00:00
<p class="text-muted mb-0 small">Followers</p>
</a>
</div>
</li>
<li class="nav-item">
<div v-if="profileSettings.following.count" class="font-weight-light">
<a class="text-dark cursor-pointer text-center" v-on:click="followingModal()">
<p class="font-weight-bold mb-0">{{formatCount(profile.following_count)}}</p>
2019-08-03 05:16:16 +00:00
<p class="text-muted mb-0 small">Following</p>
</a>
</div>
</li>
</ul>
</div>
2019-04-03 05:03:16 +00:00
</div>
</div>
2019-07-13 03:49:05 +00:00
</div>
2019-08-03 05:16:16 +00:00
<!-- DESKTOP PROFILE PICTURE -->
2020-01-28 02:21:37 +00:00
<div class="d-none d-md-block pb-3">
2020-01-02 22:13:47 +00:00
<div v-if="hasStory" class="has-story-lg cursor-pointer shadow-sm" @click="storyRedirect()">
2020-01-07 06:21:04 +00:00
<img :alt="profileUsername + '\'s profile picture'" class="rounded-circle box-shadow cursor-pointer" :src="profile.avatar" width="150px" height="150px">
2020-01-02 22:13:47 +00:00
</div>
<div v-else>
<img :alt="profileUsername + '\'s profile picture'" class="rounded-circle box-shadow" :src="profile.avatar" width="150px" height="150px">
</div>
2019-07-13 03:49:05 +00:00
<p v-if="sponsorList.patreon || sponsorList.liberapay || sponsorList.opencollective" class="text-center mt-3">
<button type="button" @click="showSponsorModal" class="btn btn-outline-secondary font-weight-bold py-0">
<i class="fas fa-heart text-danger"></i>
Donate
</button>
</p>
</div>
2019-04-03 05:03:16 +00:00
</div>
2019-07-13 03:49:05 +00:00
</div>
<div class="col-12 col-md-8 d-flex align-items-center">
<div class="profile-details">
2019-08-03 05:16:16 +00:00
<div class="d-none d-md-flex username-bar pb-3 align-items-center">
<span class="font-weight-ultralight h3 mb-0">{{profile.username}}</span>
2019-09-04 11:15:53 +00:00
<span class="pl-1 pb-2 fa-stack" v-if="profile.is_admin" title="Admin Account" data-toggle="tooltip">
2019-09-09 04:06:23 +00:00
<i class="fas fa-certificate fa-lg text-danger fa-stack-1x"></i>
<i class="fas fa-crown text-white fa-sm fa-stack-1x" style="font-size:9px;"></i>
2019-07-13 03:49:05 +00:00
</span>
<span v-if="profile.id != user.id && user.hasOwnProperty('id')">
<span class="pl-4" v-if="relationship.following == true">
2019-08-03 05:16:16 +00:00
<button type="button" class="btn btn-outline-secondary font-weight-bold btn-sm py-1" v-on:click="followProfile" data-toggle="tooltip" title="Unfollow">FOLLOWING</button>
2019-07-12 01:53:14 +00:00
</span>
2019-07-13 03:49:05 +00:00
<span class="pl-4" v-if="!relationship.following">
2019-08-03 05:16:16 +00:00
<button type="button" class="btn btn-primary font-weight-bold btn-sm py-1" v-on:click="followProfile" data-toggle="tooltip" title="Follow">FOLLOW</button>
</span>
2019-07-13 03:49:05 +00:00
</span>
2019-08-03 05:16:16 +00:00
<span class="pl-4" v-if="owner && user.hasOwnProperty('id')">
<a class="btn btn-outline-secondary btn-sm" href="/settings/home" style="font-weight: 600;">Edit Profile</a>
</span>
2019-12-06 02:27:32 +00:00
<span class="pl-4">
2019-08-03 05:16:16 +00:00
<a class="fas fa-ellipsis-h fa-lg text-muted text-decoration-none" href="#" @click.prevent="visitorMenu"></a>
</span>
2019-07-13 03:49:05 +00:00
</div>
2019-08-03 05:16:16 +00:00
<div class="font-size-16px">
<div class="d-none d-md-inline-flex profile-stats pb-3">
<div class="font-weight-light pr-5">
<span class="text-dark">
<span class="font-weight-bold">{{formatCount(profile.statuses_count)}}</span>
2019-08-03 05:16:16 +00:00
Posts
</span>
</div>
<div v-if="profileSettings.followers.count" class="font-weight-light pr-5">
<a class="text-dark cursor-pointer" v-on:click="followersModal()">
<span class="font-weight-bold">{{formatCount(profile.followers_count)}}</span>
2019-08-03 05:16:16 +00:00
Followers
</a>
</div>
<div v-if="profileSettings.following.count" class="font-weight-light">
<a class="text-dark cursor-pointer" v-on:click="followingModal()">
<span class="font-weight-bold">{{formatCount(profile.following_count)}}</span>
2019-08-03 05:16:16 +00:00
Following
</a>
</div>
</div>
2019-08-03 05:16:16 +00:00
<p class="mb-0 d-flex align-items-center">
<span class="font-weight-bold pr-3">{{profile.display_name}}</span>
</p>
<div v-if="profile.note" class="mb-0" v-html="profile.note"></div>
<p v-if="profile.website" class=""><a :href="profile.website" class="profile-website" rel="me external nofollow noopener" target="_blank">{{profile.website}}</a></p>
2019-02-11 04:02:32 +00:00
</div>
</div>
</div>
</div>
</div>
2019-07-13 03:49:05 +00:00
</div>
2019-08-05 06:02:13 +00:00
<div class="d-block d-md-none my-0 pt-3 border-bottom">
2019-08-03 05:16:16 +00:00
<p v-if="user && user.hasOwnProperty('id')" class="pt-3">
<button v-if="owner" class="btn btn-outline-secondary bg-white btn-sm py-1 btn-block text-center font-weight-bold text-dark border border-lighter" @click.prevent="redirect('/settings/home')">Edit Profile</button>
<button v-if="!owner && relationship.following" class="btn btn-outline-secondary bg-white btn-sm py-1 px-5 font-weight-bold text-dark border border-lighter" @click="followProfile">&nbsp;&nbsp; Unfollow &nbsp;&nbsp;</button>
<button v-if="!owner && !relationship.following" class="btn btn-primary btn-sm py-1 px-5 font-weight-bold" @click="followProfile">{{relationship.followed_by ? 'Follow Back' : '&nbsp;&nbsp;&nbsp;&nbsp; Follow &nbsp;&nbsp;&nbsp;&nbsp;'}}</button>
<!-- <button v-if="!owner" class="btn btn-outline-secondary bg-white btn-sm py-1 px-5 font-weight-bold text-dark border border-lighter mx-2">Message</button>
<button v-if="!owner" class="btn btn-outline-secondary bg-white btn-sm py-1 font-weight-bold text-dark border border-lighter"><i class="fas fa-chevron-down fa-sm"></i></button> -->
</p>
</div>
2019-08-03 05:16:16 +00:00
<div class="">
2019-07-13 03:49:05 +00:00
<ul class="nav nav-topbar d-flex justify-content-center border-0">
2019-08-03 05:16:16 +00:00
<li class="nav-item border-top">
<a :class="this.mode == 'grid' ? 'nav-link text-dark' : 'nav-link'" href="#" v-on:click.prevent="switchMode('grid')"><i class="fas fa-th"></i> <span class="d-none d-md-inline-block small pl-1">POSTS</span></a>
2019-07-13 03:49:05 +00:00
</li>
2019-08-03 05:16:16 +00:00
<li class="nav-item px-0 border-top">
<a :class="this.mode == 'collections' ? 'nav-link text-dark' : 'nav-link'" href="#" v-on:click.prevent="switchMode('collections')"><i class="fas fa-images"></i> <span class="d-none d-md-inline-block small pl-1">COLLECTIONS</span></a>
2019-07-18 02:24:25 +00:00
</li>
2019-08-03 05:16:16 +00:00
<li v-if="owner" class="nav-item border-top">
<a :class="this.mode == 'bookmarks' ? 'nav-link text-dark' : 'nav-link'" href="#" v-on:click.prevent="switchMode('bookmarks')"><i class="fas fa-bookmark"></i></a>
2019-07-13 03:49:05 +00:00
</li>
</ul>
</div>
2019-08-03 05:16:16 +00:00
<div class="container px-0">
2019-07-13 03:49:05 +00:00
<div class="profile-timeline mt-md-4">
<div class="row" v-if="mode == 'grid'">
2019-08-03 05:16:16 +00:00
<div class="col-4 p-1 p-md-3" v-for="(s, index) in timeline">
2019-11-06 06:36:18 +00:00
<a class="card info-overlay card-md-border-0" :href="statusUrl(s)">
<div :class="[s.sensitive ? 'square' : 'square ' + s.media_attachments[0].filter_class]">
2019-07-13 03:49:05 +00:00
<span v-if="s.pf_type == 'photo:album'" class="float-right mr-3 post-icon"><i class="fas fa-images fa-2x"></i></span>
<span v-if="s.pf_type == 'video'" class="float-right mr-3 post-icon"><i class="fas fa-video fa-2x"></i></span>
<span v-if="s.pf_type == 'video:album'" class="float-right mr-3 post-icon"><i class="fas fa-film fa-2x"></i></span>
<div class="square-content" v-bind:style="previewBackground(s)">
</div>
<div class="info-overlay-text">
<h5 class="text-white m-auto font-weight-bold">
<span>
<span class="far fa-heart fa-lg p-2 d-flex-inline"></span>
<span class="d-flex-inline">{{s.favourites_count}}</span>
</span>
<span>
<span class="fas fa-retweet fa-lg p-2 d-flex-inline"></span>
<span class="d-flex-inline">{{s.reblogs_count}}</span>
</span>
</h5>
</div>
2019-02-11 04:02:32 +00:00
</div>
2019-07-13 03:49:05 +00:00
</a>
</div>
2019-08-23 03:22:46 +00:00
<div v-if="timeline.length == 0" class="col-12">
<div class="py-5 text-center text-muted">
<p><i class="fas fa-camera-retro fa-2x"></i></p>
<p class="h2 font-weight-light pt-3">No posts yet</p>
</div>
2019-07-18 02:24:25 +00:00
</div>
</div>
2019-08-03 05:16:16 +00:00
<div v-if="timeline.length && mode == 'grid'">
2019-07-13 03:49:05 +00:00
<infinite-loading @infinite="infiniteTimeline">
<div slot="no-more"></div>
<div slot="no-results"></div>
</infinite-loading>
</div>
2019-08-03 05:16:16 +00:00
<div v-if="mode == 'bookmarks'">
<div v-if="bookmarks.length" class="row">
<div class="col-4 p-1 p-sm-2 p-md-3" v-for="(s, index) in bookmarks">
2019-07-18 02:24:25 +00:00
<a class="card info-overlay card-md-border-0" :href="s.url">
<div class="square">
<span v-if="s.pf_type == 'photo:album'" class="float-right mr-3 post-icon"><i class="fas fa-images fa-2x"></i></span>
<span v-if="s.pf_type == 'video'" class="float-right mr-3 post-icon"><i class="fas fa-video fa-2x"></i></span>
<span v-if="s.pf_type == 'video:album'" class="float-right mr-3 post-icon"><i class="fas fa-film fa-2x"></i></span>
<div class="square-content" v-bind:style="previewBackground(s)">
</div>
<div class="info-overlay-text">
<h5 class="text-white m-auto font-weight-bold">
<span>
<span class="far fa-heart fa-lg p-2 d-flex-inline"></span>
<span class="d-flex-inline">{{s.favourites_count}}</span>
</span>
<span>
<span class="fas fa-retweet fa-lg p-2 d-flex-inline"></span>
<span class="d-flex-inline">{{s.reblogs_count}}</span>
</span>
</h5>
</div>
2019-07-13 03:49:05 +00:00
</div>
2019-07-18 02:24:25 +00:00
</a>
</div>
</div>
<div v-else class="col-12">
<div class="py-5 text-center text-muted">
<p><i class="fas fa-bookmark fa-2x"></i></p>
2019-08-03 05:16:16 +00:00
<p class="h2 font-weight-light pt-3">No saved bookmarks</p>
2019-07-18 02:24:25 +00:00
</div>
</div>
</div>
2019-08-03 05:16:16 +00:00
<div v-if="mode == 'collections'">
2019-07-18 03:04:00 +00:00
<div v-if="collections.length" class="row">
2019-08-03 05:16:16 +00:00
<div class="col-4 p-1 p-sm-2 p-md-3" v-for="(c, index) in collections">
2019-07-18 03:04:00 +00:00
<a class="card info-overlay card-md-border-0" :href="c.url">
<div class="square">
<div class="square-content" v-bind:style="'background-image: url(' + c.thumb + ');'">
</div>
</div>
</a>
</div>
</div>
<div v-else>
<div class="py-5 text-center text-muted">
<p><i class="fas fa-images fa-2x"></i></p>
<p class="h2 font-weight-light pt-3">No collections yet</p>
</div>
2019-07-18 02:24:25 +00:00
</div>
</div>
</div>
</div>
</div>
2019-08-03 05:16:16 +00:00
<div v-if="layout == 'moment'" class="mt-3">
2019-07-13 03:49:05 +00:00
<div :class="momentBackground()" style="width:100%;min-height:274px;">
</div>
<div class="bg-white border-bottom">
<div class="container">
<div class="row">
<div class="col-12 row mx-0">
2019-07-21 01:29:41 +00:00
<div class="col-4 text-left mt-2">
<span v-if="relationship && relationship.followed_by">
<span class="bg-light border border-secondary font-weight-bold small py-1 px-2 text-muted rounded">FOLLOWS YOU</span>
</span>
<span v-if="profile.is_admin">
<span class="bg-light border border-danger font-weight-bold small py-1 px-2 text-danger rounded">ADMIN</span>
</span>
</div>
2019-07-13 03:49:05 +00:00
<div class="col-4 text-center">
<div class="d-block d-md-none">
<img class="rounded-circle box-shadow" :src="profile.avatar" width="110px" height="110px" style="margin-top:-60px; border: 5px solid #fff">
</div>
<div class="d-none d-md-block">
<img class="rounded-circle box-shadow" :src="profile.avatar" width="172px" height="172px" style="margin-top:-90px; border: 5px solid #fff">
</div>
</div>
<div class="col-4 text-right mt-2">
<span class="d-none d-md-inline-block pl-4">
<a :href="'/users/'+profile.username+'.atom'" class="fas fa-rss fa-lg text-muted text-decoration-none"></a>
</span>
<span class="pl-md-4 pl-sm-2" v-if="owner">
<a class="fas fa-cog fa-lg text-muted text-decoration-none" href="/settings/home"></a>
</span>
<span class="pl-md-4 pl-sm-2" v-if="profile.id != user.id && user.hasOwnProperty('id')">
<a class="fas fa-cog fa-lg text-muted text-decoration-none" href="#" @click.prevent="visitorMenu"></a>
</span>
<span v-if="profile.id != user.id && user.hasOwnProperty('id')">
<span class="pl-md-4 pl-sm-2" v-if="relationship.following == true">
2019-08-23 03:22:46 +00:00
<button type="button" class="btn btn-outline-secondary font-weight-bold btn-sm" @click.prevent="followProfile()">Unfollow</button>
2019-07-13 03:49:05 +00:00
</span>
<span class="pl-md-4 pl-sm-2" v-else>
2019-08-23 03:22:46 +00:00
<button type="button" class="btn btn-primary font-weight-bold btn-sm" @click.prevent="followProfile()">Follow</button>
2019-07-13 03:49:05 +00:00
</span>
</span>
</div>
2019-07-12 01:53:14 +00:00
</div>
2019-07-13 03:49:05 +00:00
<div class="col-12 text-center">
<div class="profile-details my-3">
<p class="font-weight-ultralight h2 text-center">{{profile.username}}</p>
<div v-if="profile.note" class="text-center text-muted p-3" v-html="profile.note"></div>
<div class="pb-3 text-muted text-center">
<a class="text-lighter" :href="profile.url">
<span class="font-weight-bold">{{formatCount(profile.statuses_count)}}</span>
2019-07-13 03:49:05 +00:00
Posts
</a>
<a v-if="profileSettings.followers.count" class="text-lighter cursor-pointer px-3" v-on:click="followersModal()">
<span class="font-weight-bold">{{formatCount(profile.followers_count)}}</span>
2019-07-13 03:49:05 +00:00
Followers
</a>
<a v-if="profileSettings.following.count" class="text-lighter cursor-pointer" v-on:click="followingModal()">
<span class="font-weight-bold">{{formatCount(profile.following_count)}}</span>
2019-07-13 03:49:05 +00:00
Following
</a>
</div>
</div>
2019-02-11 04:02:32 +00:00
</div>
</div>
</div>
2019-07-13 03:49:05 +00:00
</div>
<div class="container-fluid">
<div class="profile-timeline mt-md-4">
<div class="" v-if="mode == 'grid'">
<masonry
:cols="{default: 3, 700: 2, 400: 1}"
:gutter="{default: '5px'}"
>
<div class="p-1" v-for="(s, index) in timeline">
2019-11-06 06:36:18 +00:00
<a :class="[s.sensitive ? 'card info-overlay card-md-border-0' : s.media_attachments[0].filter_class + ' card info-overlay card-md-border-0']" :href="statusUrl(s)">
<img :src="previewUrl(s)" class="img-fluid w-100">
</a>
</div>
</masonry>
</div>
2019-07-13 03:49:05 +00:00
<div v-if="timeline.length">
<infinite-loading @infinite="infiniteTimeline">
<div slot="no-more"></div>
<div slot="no-results"></div>
</infinite-loading>
</div>
2019-03-04 05:11:13 +00:00
</div>
2019-02-11 04:02:32 +00:00
</div>
</div>
</div>
2019-07-13 03:49:05 +00:00
<b-modal ref="followingModal"
2019-09-13 04:38:29 +00:00
id="following-modal"
hide-footer
centered
title="Following"
2020-02-22 08:38:17 +00:00
body-class="list-group-flush py-3 px-0"
dialog-class="follow-modal">
2019-09-13 04:38:29 +00:00
<div class="list-group">
2020-02-22 08:38:17 +00:00
<div class="list-group-item border-0 py-1" v-for="(user, index) in following" :key="'following_'+index">
2019-09-13 04:38:29 +00:00
<div class="media">
<a :href="user.url">
<img class="mr-3 rounded-circle box-shadow" :src="user.avatar" :alt="user.username + 's avatar'" width="30px" loading="lazy">
</a>
<div class="media-body">
<p class="mb-0" style="font-size: 14px">
<a :href="user.url" class="font-weight-bold text-dark">
{{user.username}}
</a>
</p>
<p class="text-muted mb-0" style="font-size: 14px">
{{user.display_name}}
</p>
</div>
<div v-if="owner">
2020-02-22 08:38:17 +00:00
<a class="btn btn-outline-dark btn-sm font-weight-bold" href="#" @click.prevent="followModalAction(user.id, index, 'following')">Following</a>
2019-09-13 04:38:29 +00:00
</div>
2019-07-13 03:49:05 +00:00
</div>
2019-09-13 04:38:29 +00:00
</div>
<div v-if="following.length == 0" class="list-group-item border-0">
<div class="list-group-item border-0">
<p class="p-3 text-center mb-0 lead"></p>
2019-07-12 01:53:14 +00:00
</div>
</div>
2019-09-13 04:38:29 +00:00
<div v-if="followingMore" class="list-group-item text-center" v-on:click="followingLoadMore()">
<p class="mb-0 small text-muted font-weight-light cursor-pointer">Load more</p>
2019-07-12 01:53:14 +00:00
</div>
</div>
2019-07-13 03:49:05 +00:00
</b-modal>
<b-modal ref="followerModal"
2019-09-13 04:38:29 +00:00
id="follower-modal"
hide-footer
centered
title="Followers"
2020-02-22 08:38:17 +00:00
body-class="list-group-flush py-3 px-0"
dialog-class="follow-modal"
>
2019-09-13 04:38:29 +00:00
<div class="list-group">
2020-02-22 08:38:17 +00:00
<div class="list-group-item border-0 py-1" v-for="(user, index) in followers" :key="'follower_'+index">
<div class="media mb-0">
2019-09-13 04:38:29 +00:00
<a :href="user.url">
2020-02-22 08:38:17 +00:00
<img class="mr-3 rounded-circle box-shadow" :src="user.avatar" :alt="user.username + 's avatar'" width="30px" height="30px" loading="lazy">
2019-09-13 04:38:29 +00:00
</a>
2020-02-22 08:38:17 +00:00
<div class="media-body mb-0">
2019-09-13 04:38:29 +00:00
<p class="mb-0" style="font-size: 14px">
<a :href="user.url" class="font-weight-bold text-dark">
{{user.username}}
</a>
</p>
2020-02-22 08:38:17 +00:00
<p class="text-secondary mb-0" style="font-size: 13px">
2019-09-13 04:38:29 +00:00
{{user.display_name}}
</p>
</div>
2020-02-22 08:38:17 +00:00
<!-- <button class="btn btn-primary font-weight-bold btn-sm py-1">FOLLOW</button> -->
2019-07-13 03:49:05 +00:00
</div>
2019-07-12 01:53:14 +00:00
</div>
2019-09-13 04:38:29 +00:00
<div v-if="followerMore" class="list-group-item text-center" v-on:click="followersLoadMore()">
<p class="mb-0 small text-muted font-weight-light cursor-pointer">Load more</p>
</div>
2019-07-12 01:53:14 +00:00
</div>
2019-07-13 03:49:05 +00:00
</b-modal>
<b-modal ref="visitorContextMenu"
2019-09-13 04:38:29 +00:00
id="visitor-context-menu"
hide-footer
hide-header
centered
size="sm"
body-class="list-group-flush p-0">
<div class="list-group" v-if="relationship">
<div class="list-group-item cursor-pointer text-center rounded text-dark" @click="copyProfileLink">
Copy Link
</div>
<div v-if="profile.locked == false" class="list-group-item cursor-pointer text-center rounded text-dark" @click="showEmbedProfileModal">
Embed
</div>
2019-09-13 04:38:29 +00:00
<div v-if="user && !owner && !relationship.following" class="list-group-item cursor-pointer text-center rounded text-dark" @click="followProfile">
Follow
</div>
<div v-if="user && !owner && relationship.following" class="list-group-item cursor-pointer text-center rounded" @click="followProfile">
Unfollow
</div>
<div v-if="user && !owner && !relationship.muting" class="list-group-item cursor-pointer text-center rounded" @click="muteProfile">
Mute
</div>
<div v-if="user && !owner && relationship.muting" class="list-group-item cursor-pointer text-center rounded" @click="unmuteProfile">
Unmute
</div>
<div v-if="user && !owner" class="list-group-item cursor-pointer text-center rounded text-dark" @click="reportProfile">
Report User
</div>
<div v-if="user && !owner && !relationship.blocking" class="list-group-item cursor-pointer text-center rounded text-dark" @click="blockProfile">
Block
</div>
<div v-if="user && !owner && relationship.blocking" class="list-group-item cursor-pointer text-center rounded text-dark" @click="unblockProfile">
Unblock
</div>
<div v-if="user && owner" class="list-group-item cursor-pointer text-center rounded text-dark" @click="redirect('/settings/home')">
Settings
</div>
<div class="list-group-item cursor-pointer text-center rounded text-muted" @click="$refs.visitorContextMenu.hide()">
Close
</div>
2019-07-13 03:49:05 +00:00
</div>
</b-modal>
<b-modal ref="sponsorModal"
2019-09-13 04:38:29 +00:00
id="sponsor-modal"
hide-footer
:title="'Sponsor ' + profileUsername"
centered
size="md"
body-class="px-5">
<div>
<p class="font-weight-bold">External Links</p>
<p v-if="sponsorList.patreon" class="pt-2">
<a :href="'https://' + sponsorList.patreon" rel="nofollow" class="font-weight-bold">{{sponsorList.patreon}}</a>
</p>
<p v-if="sponsorList.liberapay" class="pt-2">
<a :href="'https://' + sponsorList.liberapay" rel="nofollow" class="font-weight-bold">{{sponsorList.liberapay}}</a>
</p>
<p v-if="sponsorList.opencollective" class="pt-2">
<a :href="'https://' + sponsorList.opencollective" rel="nofollow" class="font-weight-bold">{{sponsorList.opencollective}}</a>
</p>
</div>
2019-07-13 03:49:05 +00:00
</b-modal>
<b-modal ref="embedModal"
id="ctx-embed-modal"
hide-header
hide-footer
centered
rounded
size="md"
body-class="p-2 rounded">
<div>
<textarea class="form-control disabled" rows="1" style="border: 1px solid #efefef; font-size: 14px; line-height: 12px; height: 37px; margin: 0 0 7px; resize: none; white-space: nowrap;" v-model="ctxEmbedPayload"></textarea>
<hr>
<button :class="copiedEmbed ? 'btn btn-primary btn-block btn-sm py-1 font-weight-bold disabed': 'btn btn-primary btn-block btn-sm py-1 font-weight-bold'" @click="ctxCopyEmbed" :disabled="copiedEmbed">{{copiedEmbed ? 'Embed Code Copied!' : 'Copy Embed Code'}}</button>
<p class="mb-0 px-2 small text-muted">By using this embed, you agree to our <a href="/site/terms">Terms of Use</a></p>
</div>
</b-modal>
2019-02-11 04:02:32 +00:00
</div>
</template>
<style type="text/css" scoped>
2019-09-13 04:38:29 +00:00
.o-square {
max-width: 320px;
}
.o-portrait {
max-width: 320px;
}
.o-landscape {
max-width: 320px;
}
.post-icon {
color: #fff;
position:relative;
margin-top: 10px;
z-index: 9;
opacity: 0.6;
text-shadow: 3px 3px 16px #272634;
}
.font-size-16px {
font-size: 16px;
}
.profile-website {
color: #003569;
text-decoration: none;
font-weight: 600;
}
.nav-topbar .nav-link {
color: #999;
}
.nav-topbar .nav-link .small {
font-weight: 600;
}
2020-01-02 22:13:47 +00:00
.has-story {
2020-01-07 06:21:04 +00:00
width: 84px;
height: 84px;
2020-01-02 22:13:47 +00:00
border-radius: 50%;
2020-01-07 06:21:04 +00:00
padding: 4px;
2020-01-02 22:13:47 +00:00
background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
2020-01-07 06:21:04 +00:00
.has-story img {
width: 76px;
height: 76px;
border-radius: 50%;
padding: 6px;
background: #fff;
}
2020-01-02 22:13:47 +00:00
.has-story-lg {
2020-01-07 06:21:04 +00:00
width: 159px;
height: 159px;
2020-01-02 22:13:47 +00:00
border-radius: 50%;
2020-01-07 06:21:04 +00:00
padding: 4px;
2020-01-02 22:13:47 +00:00
background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
2020-01-07 06:21:04 +00:00
.has-story-lg img {
width: 150px;
height: 150px;
border-radius: 50%;
padding: 6px;
background:#fff;
}
2019-02-11 04:02:32 +00:00
</style>
<script type="text/javascript">
import VueMasonry from 'vue-masonry-css'
2019-09-13 04:38:29 +00:00
2019-07-12 01:53:14 +00:00
export default {
props: [
2019-09-13 04:38:29 +00:00
'profile-id',
'profile-layout',
'profile-settings',
'profile-username'
2019-07-12 01:53:14 +00:00
],
data() {
return {
ids: [],
profile: {},
2019-08-05 06:02:13 +00:00
user: false,
2019-07-12 01:53:14 +00:00
timeline: [],
timelinePage: 2,
min_id: 0,
max_id: 0,
loading: true,
owner: false,
2019-08-03 05:16:16 +00:00
layout: this.profileLayout,
2019-07-12 01:53:14 +00:00
mode: 'grid',
2019-08-03 05:16:16 +00:00
modes: ['grid', 'collections', 'bookmarks'],
2019-07-12 01:53:14 +00:00
modalStatus: false,
relationship: {},
followers: [],
followerCursor: 1,
followerMore: true,
following: [],
followingCursor: 1,
followingMore: true,
warning: false,
sponsorList: [],
2019-07-13 03:49:05 +00:00
bookmarks: [],
bookmarksPage: 2,
collections: [],
2019-08-03 05:16:16 +00:00
collectionsPage: 2,
isMobile: false,
ctxEmbedPayload: null,
2020-01-02 22:13:47 +00:00
copiedEmbed: false,
hasStory: null
2019-04-08 02:37:49 +00:00
}
2019-02-11 04:02:32 +00:00
},
2019-07-12 01:53:14 +00:00
beforeMount() {
2019-08-03 05:16:16 +00:00
this.fetchRelationships();
this.fetchProfile();
2019-07-12 01:53:14 +00:00
let u = new URLSearchParams(window.location.search);
2019-12-14 08:41:37 +00:00
let forceMetro = localStorage.getItem('pf_metro_ui.exp.forceMetro') == 'true';
if(forceMetro == true || u.has('ui') && u.get('ui') == 'metro' && this.layout != 'metro') {
this.layout = 'metro';
}
2019-08-03 05:16:16 +00:00
if(u.has('ui') && u.get('ui') == 'moment' && this.layout != 'moment') {
2019-09-13 04:38:29 +00:00
Vue.use(VueMasonry);
2019-08-03 05:16:16 +00:00
this.layout = 'moment';
2019-07-12 01:53:14 +00:00
}
2019-08-03 05:16:16 +00:00
if(this.layout == 'metro' && u.has('t')) {
if(this.modes.indexOf(u.get('t')) != -1) {
if(u.get('t') == 'bookmarks') {
return;
}
this.mode = u.get('t');
}
2019-02-11 04:02:32 +00:00
}
2019-09-04 01:37:05 +00:00
},
mounted() {
let u = new URLSearchParams(window.location.search);
if(u.has('md') && u.get('md') == 'followers') {
this.followersModal();
}
if(u.has('md') && u.get('md') == 'following') {
this.followingModal();
}
2019-09-13 04:38:29 +00:00
if(document.querySelectorAll('body')[0].classList.contains('loggedIn') == true) {
axios.get('/api/pixelfed/v1/accounts/verify_credentials').then(res => {
2019-09-13 04:38:29 +00:00
this.user = res.data;
2020-01-28 02:21:37 +00:00
if(res.data.id == this.profileId || this.relationship.following == true) {
axios.get('/api/stories/v0/exists/' + this.profileId)
2020-01-28 02:21:37 +00:00
.then(res => {
this.hasStory = res.data == true;
})
}
2019-09-13 04:38:29 +00:00
});
}
2019-12-14 08:41:37 +00:00
if(window.outerWidth < 576) {
$('nav.navbar').hide();
this.isMobile = true;
}
2019-02-11 04:02:32 +00:00
},
2019-07-12 01:53:14 +00:00
updated() {
2019-08-03 05:16:16 +00:00
$('[data-toggle="tooltip"]').tooltip();
2019-02-11 04:02:32 +00:00
},
2019-07-12 01:53:14 +00:00
methods: {
fetchProfile() {
axios.get('/api/pixelfed/v1/accounts/' + this.profileId).then(res => {
2019-07-12 01:53:14 +00:00
this.profile = res.data;
2019-09-13 04:38:29 +00:00
}).then(res => {
this.fetchPosts();
2020-01-28 02:21:37 +00:00
2019-07-12 01:53:14 +00:00
});
2019-09-13 04:38:29 +00:00
},
fetchPosts() {
let apiUrl = '/api/pixelfed/v1/accounts/' + this.profileId + '/statuses';
2019-07-12 01:53:14 +00:00
axios.get(apiUrl, {
params: {
only_media: true,
min_id: 1,
}
})
.then(res => {
let data = res.data.filter(status => status.media_attachments.length > 0);
let ids = data.map(status => status.id);
this.ids = ids;
this.min_id = Math.max(...ids);
this.max_id = Math.min(...ids);
this.modalStatus = _.first(res.data);
this.timeline = data;
this.ownerCheck();
this.loading = false;
2019-09-13 04:38:29 +00:00
//this.loadSponsor();
2019-07-12 01:53:14 +00:00
}).catch(err => {
2019-08-03 05:16:16 +00:00
swal('Oops, something went wrong',
2019-07-12 01:53:14 +00:00
'Please release the page.',
2019-08-03 05:16:16 +00:00
'error');
2019-07-12 01:53:14 +00:00
});
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
ownerCheck() {
2019-07-21 01:29:41 +00:00
if($('body').hasClass('loggedIn') == false) {
this.owner = false;
return;
}
2019-07-12 01:53:14 +00:00
this.owner = this.profile.id === this.user.id;
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
infiniteTimeline($state) {
if(this.loading || this.timeline.length < 9) {
$state.complete();
return;
}
let apiUrl = '/api/pixelfed/v1/accounts/' + this.profileId + '/statuses';
2019-07-12 01:53:14 +00:00
axios.get(apiUrl, {
params: {
only_media: true,
max_id: this.max_id
},
}).then(res => {
if (res.data.length && this.loading == false) {
let data = res.data;
let self = this;
data.forEach(d => {
if(self.ids.indexOf(d.id) == -1) {
self.timeline.push(d);
self.ids.push(d.id);
}
});
this.min_id = Math.max(...this.ids);
this.max_id = Math.min(...this.ids);
$state.loaded();
this.loading = false;
} else {
$state.complete();
}
});
},
previewUrl(status) {
return status.sensitive ? '/storage/no-preview.png?v=' + new Date().getTime() : status.media_attachments[0].preview_url;
},
previewBackground(status) {
let preview = this.previewUrl(status);
return 'background-image: url(' + preview + ');';
},
switchMode(mode) {
this.mode = _.indexOf(this.modes, mode) ? mode : 'grid';
2019-07-13 03:49:05 +00:00
if(this.mode == 'bookmarks' && this.bookmarks.length == 0) {
axios.get('/api/local/bookmarks')
.then(res => {
this.bookmarks = res.data
2019-07-12 01:53:14 +00:00
});
}
2019-07-18 03:04:00 +00:00
if(this.mode == 'collections' && this.collections.length == 0) {
axios.get('/api/local/profile/collections/' + this.profileId)
.then(res => {
this.collections = res.data
});
}
2019-07-12 01:53:14 +00:00
},
reportProfile() {
let id = this.profile.id;
window.location.href = '/i/report?type=user&id=' + id;
},
reportUrl(status) {
let type = status.in_reply_to ? 'comment' : 'post';
let id = status.id;
return '/i/report?type=' + type + '&id=' + id;
},
commentFocus(status, $event) {
let el = event.target;
let card = el.parentElement.parentElement.parentElement;
let comments = card.getElementsByClassName('comments')[0];
if(comments.children.length == 0) {
comments.classList.add('mb-2');
this.fetchStatusComments(status, card);
}
let footer = card.querySelectorAll('.card-footer')[0];
let input = card.querySelectorAll('.status-reply-input')[0];
if(footer.classList.contains('d-none') == true) {
footer.classList.remove('d-none');
input.focus();
2019-02-11 04:02:32 +00:00
} else {
2019-07-12 01:53:14 +00:00
footer.classList.add('d-none');
input.blur();
2019-02-11 04:02:32 +00:00
}
2019-07-12 01:53:14 +00:00
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
likeStatus(status, $event) {
if($('body').hasClass('loggedIn') == false) {
return;
}
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
axios.post('/i/like', {
item: status.id
}).then(res => {
status.favourites_count = res.data.count;
if(status.favourited == true) {
status.favourited = false;
} else {
status.favourited = true;
}
}).catch(err => {
swal('Error', 'Something went wrong, please try again later.', 'error');
});
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
shareStatus(status, $event) {
if($('body').hasClass('loggedIn') == false) {
return;
}
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
axios.post('/i/share', {
item: status.id
}).then(res => {
status.reblogs_count = res.data.count;
if(status.reblogged == true) {
status.reblogged = false;
} else {
status.reblogged = true;
}
}).catch(err => {
swal('Error', 'Something went wrong, please try again later.', 'error');
});
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
timestampFormat(timestamp) {
let ts = new Date(timestamp);
return ts.toDateString() + ' ' + ts.toLocaleTimeString();
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
editUrl(status) {
return status.url + '/edit';
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
redirect(url) {
window.location.href = url;
return;
},
replyUrl(status) {
let username = this.profile.username;
let id = status.account.id == this.profile.id ? status.id : status.in_reply_to_id;
return '/p/' + username + '/' + id;
},
mentionUrl(status) {
let username = status.account.username;
let id = status.id;
return '/p/' + username + '/' + id;
},
statusOwner(status) {
let sid = status.account.id;
let uid = this.profile.id;
if(sid == uid) {
return true;
} else {
return false;
}
},
2019-02-11 04:02:32 +00:00
2019-07-12 01:53:14 +00:00
fetchRelationships() {
if(document.querySelectorAll('body')[0].classList.contains('loggedIn') == false) {
return;
2019-04-08 03:55:54 +00:00
}
axios.get('/api/pixelfed/v1/accounts/relationships', {
2019-07-12 01:53:14 +00:00
params: {
'id[]': this.profileId
2019-04-18 05:58:47 +00:00
}
2019-07-12 01:53:14 +00:00
}).then(res => {
if(res.data.length) {
this.relationship = res.data[0];
if(res.data[0].blocking == true) {
this.warning = true;
}
}
});
},
muteProfile(status = null) {
if($('body').hasClass('loggedIn') == false) {
return;
2019-06-19 03:25:53 +00:00
}
2019-07-12 01:53:14 +00:00
let id = this.profileId;
axios.post('/i/mute', {
type: 'user',
item: id
}).then(res => {
this.fetchRelationships();
this.$refs.visitorContextMenu.hide();
swal('Success', 'You have successfully muted ' + this.profile.acct, 'success');
}).catch(err => {
swal('Error', 'Something went wrong. Please try again later.', 'error');
});
},
2019-04-08 03:55:54 +00:00
2019-07-12 01:53:14 +00:00
unmuteProfile(status = null) {
if($('body').hasClass('loggedIn') == false) {
return;
}
let id = this.profileId;
axios.post('/i/unmute', {
type: 'user',
item: id
}).then(res => {
this.fetchRelationships();
this.$refs.visitorContextMenu.hide();
swal('Success', 'You have successfully unmuted ' + this.profile.acct, 'success');
}).catch(err => {
swal('Error', 'Something went wrong. Please try again later.', 'error');
});
},
2019-04-08 03:55:54 +00:00
2019-07-12 01:53:14 +00:00
blockProfile(status = null) {
if($('body').hasClass('loggedIn') == false) {
return;
}
let id = this.profileId;
axios.post('/i/block', {
type: 'user',
item: id
}).then(res => {
this.warning = true;
this.fetchRelationships();
this.$refs.visitorContextMenu.hide();
swal('Success', 'You have successfully blocked ' + this.profile.acct, 'success');
}).catch(err => {
swal('Error', 'Something went wrong. Please try again later.', 'error');
});
},
2019-04-08 03:55:54 +00:00
2019-07-12 01:53:14 +00:00
unblockProfile(status = null) {
if($('body').hasClass('loggedIn') == false) {
return;
}
let id = this.profileId;
axios.post('/i/unblock', {
type: 'user',
item: id
}).then(res => {
this.fetchRelationships();
this.$refs.visitorContextMenu.hide();
swal('Success', 'You have successfully unblocked ' + this.profile.acct, 'success');
}).catch(err => {
swal('Error', 'Something went wrong. Please try again later.', 'error');
});
},
2019-04-08 03:55:54 +00:00
2019-07-12 01:53:14 +00:00
deletePost(status, index) {
if($('body').hasClass('loggedIn') == false || status.account.id !== this.profile.id) {
return;
}
2019-04-08 03:55:54 +00:00
2019-07-12 01:53:14 +00:00
axios.post('/i/delete', {
type: 'status',
item: status.id
}).then(res => {
this.timeline.splice(index,1);
swal('Success', 'You have successfully deleted this post', 'success');
}).catch(err => {
swal('Error', 'Something went wrong. Please try again later.', 'error');
});
},
2019-02-11 04:02:32 +00:00
2019-08-23 03:22:46 +00:00
followProfile() {
2019-07-12 01:53:14 +00:00
if($('body').hasClass('loggedIn') == false) {
return;
2019-02-25 05:04:01 +00:00
}
2019-07-12 01:53:14 +00:00
axios.post('/i/follow', {
item: this.profileId
}).then(res => {
this.$refs.visitorContextMenu.hide();
if(this.relationship.following) {
this.profile.followers_count--;
if(this.profile.locked == true) {
window.location.href = '/';
}
} else {
this.profile.followers_count++;
}
this.relationship.following = !this.relationship.following;
}).catch(err => {
if(err.response.data.message) {
swal('Error', err.response.data.message, 'error');
}
});
},
2019-02-25 05:04:01 +00:00
2019-07-12 01:53:14 +00:00
followingModal() {
if($('body').hasClass('loggedIn') == false) {
2019-09-04 01:37:05 +00:00
window.location.href = encodeURI('/login?next=/' + this.profileUsername + '/');
2019-07-12 01:53:14 +00:00
return;
2019-02-25 05:04:01 +00:00
}
2019-07-12 01:53:14 +00:00
if(this.profileSettings.following.list == false) {
return;
2019-02-28 19:24:25 +00:00
}
2019-09-04 01:37:05 +00:00
if(this.followingCursor > 1) {
this.$refs.followingModal.show();
return;
} else {
axios.get('/api/pixelfed/v1/accounts/'+this.profileId+'/following', {
2019-09-04 01:37:05 +00:00
params: {
page: this.followingCursor
}
})
.then(res => {
this.following = res.data;
this.followingCursor++;
if(res.data.length < 10) {
this.followingMore = false;
}
});
2019-07-12 01:53:14 +00:00
this.$refs.followingModal.show();
return;
2019-02-25 05:04:01 +00:00
}
2019-07-12 01:53:14 +00:00
},
followersModal() {
if($('body').hasClass('loggedIn') == false) {
2019-09-04 01:37:05 +00:00
window.location.href = encodeURI('/login?next=/' + this.profileUsername + '/');
2019-07-12 01:53:14 +00:00
return;
}
2019-07-12 01:53:14 +00:00
if(this.profileSettings.followers.list == false) {
return;
2019-02-25 05:04:01 +00:00
}
2019-09-04 01:37:05 +00:00
if(this.followerCursor > 1) {
this.$refs.followerModal.show();
return;
} else {
axios.get('/api/pixelfed/v1/accounts/'+this.profileId+'/followers', {
2019-09-04 01:37:05 +00:00
params: {
page: this.followerCursor
}
})
.then(res => {
this.followers.push(...res.data);
this.followerCursor++;
if(res.data.length < 10) {
this.followerMore = false;
}
})
2019-07-12 01:53:14 +00:00
this.$refs.followerModal.show();
return;
2019-02-25 05:04:01 +00:00
}
2019-07-12 01:53:14 +00:00
},
followingLoadMore() {
if($('body').hasClass('loggedIn') == false) {
window.location.href = encodeURI('/login?next=/' + this.profile.username + '/');
return;
}
axios.get('/api/pixelfed/v1/accounts/'+this.profile.id+'/following', {
2019-07-12 01:53:14 +00:00
params: {
page: this.followingCursor
}
})
.then(res => {
if(res.data.length > 0) {
this.following.push(...res.data);
this.followingCursor++;
}
if(res.data.length < 10) {
this.followingMore = false;
}
});
},
followersLoadMore() {
if($('body').hasClass('loggedIn') == false) {
return;
2019-02-25 05:04:01 +00:00
}
axios.get('/api/pixelfed/v1/accounts/'+this.profile.id+'/followers', {
2019-07-12 01:53:14 +00:00
params: {
page: this.followerCursor
}
})
.then(res => {
if(res.data.length > 0) {
this.followers.push(...res.data);
this.followerCursor++;
}
if(res.data.length < 10) {
this.followerMore = false;
}
});
},
2019-04-08 02:37:49 +00:00
2019-07-12 01:53:14 +00:00
visitorMenu() {
this.$refs.visitorContextMenu.show();
},
2019-07-12 01:53:14 +00:00
followModalAction(id, index, type = 'following') {
axios.post('/i/follow', {
item: id
2019-07-12 01:53:14 +00:00
}).then(res => {
if(type == 'following') {
this.following.splice(index, 1);
this.profile.following_count--;
}
}).catch(err => {
if(err.response.data.message) {
swal('Error', err.response.data.message, 'error');
}
});
},
momentBackground() {
let c = 'w-100 h-100 mt-n3 ';
if(this.profile.header_bg) {
c += this.profile.header_bg == 'default' ? 'bg-pixelfed' : 'bg-moment-' + this.profile.header_bg;
} else {
c += 'bg-pixelfed';
2019-06-02 02:18:21 +00:00
}
2019-07-12 01:53:14 +00:00
return c;
},
2019-07-12 01:53:14 +00:00
loadSponsor() {
axios.get('/api/local/profile/sponsor/' + this.profileId)
.then(res => {
this.sponsorList = res.data;
});
},
showSponsorModal() {
this.$refs.sponsorModal.show();
2019-08-03 05:16:16 +00:00
},
goBack() {
if(window.history.length > 2) {
window.history.back();
return;
} else {
window.location.href = '/';
return;
}
},
copyProfileLink() {
navigator.clipboard.writeText(window.location.href);
this.$refs.visitorContextMenu.hide();
},
formatCount(count) {
return App.util.format.count(count);
2019-11-06 06:36:18 +00:00
},
statusUrl(status) {
return status.url;
2019-11-06 06:36:18 +00:00
if(status.local == true) {
return status.url;
}
return '/i/web/post/_/' + status.account.id + '/' + status.id;
},
profileUrl(status) {
return status.url;
2019-11-06 06:36:18 +00:00
if(status.local == true) {
return status.account.url;
}
return '/i/web/profile/_/' + status.account.id;
},
showEmbedProfileModal() {
this.ctxEmbedPayload = window.App.util.embed.profile(this.profile.url)
this.$refs.embedModal.show();
},
ctxCopyEmbed() {
navigator.clipboard.writeText(this.ctxEmbedPayload);
this.$refs.embedModal.hide();
this.$refs.visitorContextMenu.hide();
},
2020-01-02 22:13:47 +00:00
storyRedirect() {
window.location.href = '/stories/' + this.profileUsername;
}
2019-02-11 04:02:32 +00:00
}
}
</script>