1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603 |
- <template>
- <div>
- <div v-if="currentLayout === 'feed'" class="container">
- <div class="row">
- <div v-if="morePostsAvailable == true" class="col-12 mt-5 pt-3 mb-3 fixed-top">
- <p class="text-center">
- <button class="btn btn-dark px-4 rounded-pill font-weight-bold shadow" @click="syncNewPosts">Load New Posts</button>
- </p>
- </div>
- <div class="col-md-8 col-lg-8 px-0 mb-sm-3 timeline order-2 order-md-1">
- <div style="margin-top:-2px;">
- <story-component v-if="config.features.stories"></story-component>
- </div>
- <div>
- <div v-if="loading" class="text-center" style="padding-top:10px;">
- <div class="spinner-border" role="status">
- <span class="sr-only">Loading...</span>
- </div>
- </div>
- <div :data-status-id="status.id" v-for="(status, index) in feed" :key="`feed-${index}-${status.id}`">
- <div v-if="index == 0 && showTips && !loading" class="my-4 card-tips">
- <announcements-card v-on:show-tips="showTips = $event"></announcements-card>
- </div>
- <div v-if="index == 2 && showSuggestions == true && suggestions.length" class="card mb-sm-4 status-card card-md-rounded-0 shadow-none border">
- <div class="card-header d-flex align-items-center justify-content-between bg-white border-0 pb-0">
- <h6 class="text-muted font-weight-bold mb-0">Suggestions For You</h6>
- <span class="cursor-pointer text-muted" v-on:click="hideSuggestions"><i class="fas fa-times"></i></span>
- </div>
- <div class="card-body row mx-0">
- <div class="col-12 col-md-4 mb-3" v-for="(rec, index) in suggestions">
- <div class="card">
- <div class="card-body text-center pt-3">
- <p class="mb-0">
- <a :href="'/'+rec.username">
- <img :src="rec.avatar" class="img-fluid rounded-circle cursor-pointer" width="45px" height="45px" onerror="this.onerror=null;this.src='/storage/avatars/default.png?v=2'" alt="avatar">
- </a>
- </p>
- <div class="py-3">
- <p class="font-weight-bold text-dark cursor-pointer mb-0">
- <a :href="'/'+rec.username" class="text-decoration-none text-dark">
- {{rec.username}}
- </a>
- </p>
- <p class="small text-muted mb-0">{{rec.message}}</p>
- </div>
- <p class="mb-0">
- <a class="btn btn-primary btn-block font-weight-bold py-0" href="#" @click.prevent="expRecFollow(rec.id, index)">Follow</a>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div v-if="index == 4 && showHashtagPosts && hashtagPosts.length" class="card mb-sm-4 status-card card-md-rounded-0 shadow-none border">
- <div class="card-header d-flex align-items-center justify-content-between bg-white border-0 pb-0">
- <span></span>
- <h6 class="text-muted font-weight-bold mb-0"><a :href="'/discover/tags/'+hashtagPostsName+'?src=tr'">#{{hashtagPostsName}}</a></h6>
- <span class="cursor-pointer text-muted" v-on:click="showHashtagPosts = false"><i class="fas fa-times"></i></span>
- </div>
- <div class="card-body row mx-0">
- <div v-for="(tag, index) in hashtagPosts" class="col-4 p-0 p-sm-2 p-md-3 hashtag-post-square">
- <a class="card info-overlay card-md-border-0" :href="tag.status.url">
- <div :class="[tag.status.filter ? 'square ' + tag.status.filter : 'square']">
- <div v-if="tag.status.sensitive" class="square-content">
- <div class="info-overlay-text-label">
- <h5 class="text-white m-auto font-weight-bold">
- <span>
- <span class="far fa-eye-slash fa-lg p-2 d-flex-inline"></span>
- </span>
- </h5>
- </div>
- <blur-hash-canvas
- width="32"
- height="32"
- :hash="tag.status.media_attachments[0].blurhash"
- />
- </div>
- <div v-else class="square-content">
- <blur-hash-image
- width="32"
- height="32"
- :hash="tag.status.media_attachments[0].blurhash"
- :src="tag.status.media_attachments[0].preview_url"
- />
- </div>
- <div class="info-overlay-text">
- <h5 class="text-white m-auto font-weight-bold">
- <span class="pr-4">
- <span class="far fa-heart fa-lg pr-1"></span> {{formatCount(tag.status.favourites_count)}}
- </span>
- <span>
- <span class="far fa-comment fa-lg pr-1"></span> {{formatCount(tag.status.reply_count)}}
- </span>
- </h5>
- </div>
- </div>
- </a>
- </div>
- </div>
- </div>
- <status-card
- :status="status"
- v-on:status-delete="deleteStatus"
- v-on:comment-focus="commentFocus"
- />
- </div>
- <div v-if="!loading && feed.length">
- <div class="card rounded-0 border-top-0 status-card card-md-rounded-0 shadow-none border">
- <div class="card-body py-5 my-5">
- <infinite-loading @infinite="infiniteTimeline" :distance="800">
- <div slot="no-more">
- <div v-if="recentFeed">
- <p class="text-center"><i class="far fa-check-circle fa-8x text-lighter"></i></p>
- <p class="text-center h3 font-weight-light">You're All Caught Up!</p>
- <p class="text-center text-muted font-weight-light">You've seen all the new posts from the accounts you follow.</p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/?a=vop">View Older Posts</a>
- </p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/" @click.prevent="alwaysViewOlderPosts()">Always show older posts on this device</a>
- </p>
- </div>
- <div v-else>
- <p class="text-center h3 font-weight-light">You've reached the end of this feed</p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/discover">Discover new posts and people</a>
- </p>
- </div>
- </div>
- <div slot="no-results">
- <div v-if="recentFeed">
- <p class="text-center"><i class="far fa-check-circle fa-8x text-lighter"></i></p>
- <p class="text-center h3 font-weight-light">You're All Caught Up!</p>
- <p class="text-center text-muted font-weight-light">You've seen all the new posts from the accounts you follow.</p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/?a=vop">View Older Posts</a>
- </p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/" @click.prevent="alwaysViewOlderPosts()">Always show older posts on this device</a>
- </p>
- </div>
- <div v-else>
- <p class="text-center h3 font-weight-light">You've reached the end of this feed</p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/discover">Discover new posts and people</a>
- </p>
- </div>
- </div>
- </infinite-loading>
- </div>
- </div>
- </div>
- <div v-if="!loading && scope == 'home' && feed.length == 0">
- <div class="card rounded-0 mt-4 status-card card-md-rounded-0 shadow-none border">
- <div v-if="profile.following_count != '0'" class="card-body py-5 my-5">
- <p class="text-center"><i class="far fa-check-circle fa-8x text-lighter"></i></p>
- <p class="text-center h3 font-weight-light">You're All Caught Up!</p>
- <p class="text-center text-muted font-weight-light">You've seen all the new posts from the accounts you follow.</p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/?a=vop">View Older Posts</a>
- </p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/" @click.prevent="alwaysViewOlderPosts()">Always show older posts on this device</a>
- </p>
- </div>
- <div v-else class="card-body py-5 my-5">
- <p class="text-center"><i class="far fa-smile fa-8x text-lighter"></i></p>
- <p class="text-center h3 font-weight-light">Hello {{profile.username}}</p>
- <p class="text-center text-muted font-weight-light">Accounts you follow will appear in this feed.</p>
- <p class="text-center mb-0">
- <a class="btn btn-link font-weight-bold px-4" href="/discover">Discover new posts and people</a>
- </p>
- </div>
- </div>
- </div>
- <div v-if="!loading && scope == 'home' && recentFeed && discover_feed.length" class="pt-3">
- <p class="h5 font-weight-bold py-3 d-flex justify-content-between align-items-center">
- <span>Suggested Posts</span>
- <a href="/?a=vop" class="small font-weight-bold">Older Posts</a>
- </p>
- </div>
- <div
- v-if="!loading && scope == 'home' && recentFeed && discover_feed.length"
- :data-status-id="status.id"
- v-for="(status, index) in discover_feed"
- :key="`discover_feed-${index}-${status.id}`">
- <div v-if="index == 2 && showSuggestions == true && suggestions.length" class="card mb-sm-4 status-card card-md-rounded-0 shadow-none border">
- <div class="card-header d-flex align-items-center justify-content-between bg-white border-0 pb-0">
- <h6 class="text-muted font-weight-bold mb-0">Suggestions For You</h6>
- <span class="cursor-pointer text-muted" v-on:click="hideSuggestions"><i class="fas fa-times"></i></span>
- </div>
- <div class="card-body row mx-0">
- <div class="col-12 col-md-4 mb-3" v-for="(rec, index) in suggestions">
- <div class="card">
- <div class="card-body text-center pt-3">
- <p class="mb-0">
- <a :href="'/'+rec.username">
- <img :src="rec.avatar" class="img-fluid rounded-circle cursor-pointer" width="45px" height="45px" onerror="this.onerror=null;this.src='/storage/avatars/default.png?v=2'" alt="avatar">
- </a>
- </p>
- <div class="py-3">
- <p class="font-weight-bold text-dark cursor-pointer mb-0">
- <a :href="'/'+rec.username" class="text-decoration-none text-dark">
- {{rec.username}}
- </a>
- </p>
- <p class="small text-muted mb-0">{{rec.message}}</p>
- </div>
- <p class="mb-0">
- <a class="btn btn-primary btn-block font-weight-bold py-0" href="#" @click.prevent="expRecFollow(rec.id, index)">Follow</a>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div v-if="index == 4 && showHashtagPosts && hashtagPosts.length" class="card status-card rounded-0 shadow-none border-top-0 border">
- <div class="card-header d-flex align-items-center justify-content-between bg-white border-0 pb-0">
- <span></span>
- <h6 class="text-muted font-weight-bold mb-0"><a :href="'/discover/tags/'+hashtagPostsName+'?src=tr'">#{{hashtagPostsName}}</a></h6>
- <span class="cursor-pointer text-muted" v-on:click="showHashtagPosts = false"><i class="fas fa-times"></i></span>
- </div>
- <div class="card-body row mx-0">
- <div v-for="(tag, index) in hashtagPosts" class="col-4 p-0 p-sm-2 p-md-3 hashtag-post-square">
- <a class="card info-overlay card-md-border-0" :href="tag.status.url">
- <div :class="[tag.status.filter ? 'square ' + tag.status.filter : 'square']">
- <div v-if="tag.status.sensitive" class="square-content">
- <div class="info-overlay-text-label">
- <h5 class="text-white m-auto font-weight-bold">
- <span>
- <span class="far fa-eye-slash fa-lg p-2 d-flex-inline"></span>
- </span>
- </h5>
- </div>
- <blur-hash-canvas
- width="32"
- height="32"
- :hash="tag.status.media_attachments[0].blurhash"
- />
- </div>
- <div v-else class="square-content">
- <blur-hash-image
- width="32"
- height="32"
- :hash="tag.status.media_attachments[0].blurhash"
- :src="tag.status.media_attachments[0].preview_url"
- />
- </div>
- <div class="info-overlay-text">
- <h5 class="text-white m-auto font-weight-bold">
- <span class="pr-4">
- <span class="far fa-heart fa-lg pr-1"></span> {{formatCount(tag.status.favourites_count)}}
- </span>
- <span>
- <span class="far fa-comment fa-lg pr-1"></span> {{formatCount(tag.status.reply_count)}}
- </span>
- </h5>
- </div>
- </div>
- </a>
- </div>
- </div>
- </div>
- <status-card :status="status" :recommended="true" />
- </div>
- </div>
- </div>
- <div class="col-md-4 col-lg-4 my-4 order-1 order-md-2 d-none d-md-block">
- <div>
- <!-- <div class="mb-4">
- <a class="btn btn-block btn-primary btn-sm font-weight-bold mb-3 border" href="/i/compose" data-toggle="modal" data-target="#composeModal">
- <i class="far fa-plus-square pr-3 fa-lg pt-1"></i> New Post
- </a>
- </div> -->
- <div class="mb-4">
- <div v-show="!loading" class="">
- <div class="pb-2">
- <div class="media d-flex align-items-center">
- <a :href="!userStory ? profile.url : '/stories/' + profile.acct" class="mr-3">
- <!-- <img class="mr-3 rounded-circle box-shadow" :src="profile.avatar || '/storage/avatars/default.png'" alt="avatar" width="64px" height="64px" onerror="this.onerror=null;this.src='/storage/avatars/default.png?v=2'"> -->
- <div v-if="userStory" class="has-story cursor-pointer shadow-sm" @click="storyRedirect()">
- <img class="rounded-circle box-shadow" :src="profile.avatar" width="64px" height="64px" onerror="this.onerror=null;this.src='/storage/avatars/default.png?v=2'" alt="avatar">
- </div>
- <div v-else>
- <img class="rounded-circle box-shadow" :src="profile.avatar" width="64px" height="64px" onerror="this.onerror=null;this.src='/storage/avatars/default.png?v=2'" alt="avatar">
- </div>
- </a>
- <div class="media-body d-flex justify-content-between word-break" >
- <div>
- <p class="mb-0 px-0 font-weight-bold"><a :href="profile.url" class="text-dark">{{profile.username || 'loading...'}}</a></p>
- <p class="my-0 text-muted pb-0">{{profile.display_name || 'loading...'}}</p>
- </div>
- <div class="ml-2">
- <a class="text-muted" href="/settings/home">
- <i class="fas fa-cog fa-lg"></i>
- <span class="sr-only">User Settings</span>
- </a>
- </div>
- </div>
- </div>
- </div>
- <!-- <div class="card-footer bg-transparent border-top mt-2 py-1">
- <div class="d-flex justify-content-between text-center">
- <span class="cursor-pointer" @click="redirect(profile.url)">
- <p class="mb-0 font-weight-bold">{{formatCount(profile.statuses_count)}}</p>
- <p class="mb-0 small text-muted">Posts</p>
- </span>
- <span class="cursor-pointer" @click="redirect(profile.url+'?md=followers')">
- <p class="mb-0 font-weight-bold">{{formatCount(profile.followers_count)}}</p>
- <p class="mb-0 small text-muted">Followers</p>
- </span>
- <span class="cursor-pointer" @click="redirect(profile.url+'?md=following')">
- <p class="mb-0 font-weight-bold">{{formatCount(profile.following_count)}}</p>
- <p class="mb-0 small text-muted">Following</p>
- </span>
- </div>
- </div> -->
- </div>
- <div class="card-footer bg-transparent border-0 pt-0 pb-1">
- <div class="d-flex justify-content-between text-center">
- <span class="cursor-pointer" @click="redirect(profile.url)">
- <p class="mb-0 font-weight-bold">{{formatCount(profile.statuses_count)}}</p>
- <p class="mb-0 small text-muted">Posts</p>
- </span>
- <span class="cursor-pointer" @click="redirect(profile.url+'?md=followers')">
- <p class="mb-0 font-weight-bold">{{formatCount(profile.followers_count)}}</p>
- <p class="mb-0 small text-muted">Followers</p>
- </span>
- <span class="cursor-pointer" @click="redirect(profile.url+'?md=following')">
- <p class="mb-0 font-weight-bold">{{formatCount(profile.following_count)}}</p>
- <p class="mb-0 small text-muted">Following</p>
- </span>
- </div>
- </div>
- </div>
- <div v-show="modes.notify == true && !loading" class="mb-4">
- <notification-card></notification-card>
- </div>
- <div v-show="showSuggestions == true && suggestions.length && config.ab && config.ab.rec == true" class="mb-4">
- <div class="card shadow-none border">
- <div class="card-header bg-white d-flex align-items-center justify-content-between">
- <a class="small text-muted cursor-pointer" href="#" @click.prevent="refreshSuggestions" ref="suggestionRefresh"><i class="fas fa-sync-alt"></i></a>
- <div class="small text-dark text-uppercase font-weight-bold">Suggestions</div>
- <div class="small text-muted cursor-pointer" v-on:click="hideSuggestions"><i class="fas fa-times"></i></div>
- </div>
- <div class="card-body pt-0">
- <div v-for="(rec, index) in suggestions" class="media align-items-center mt-3">
- <a :href="'/'+rec.username">
- <img :src="rec.avatar" width="32px" height="32px" class="rounded-circle mr-3" onerror="this.onerror=null;this.src='/storage/avatars/default.png?v=2'" alt="avatar">
- </a>
- <div class="media-body">
- <p class="mb-0 font-weight-bold small">
- <a :href="'/'+rec.username" class="text-decoration-none text-dark">
- {{rec.username}}
- </a>
- </p>
- <p class="mb-0 small text-muted">{{rec.message}}</p>
- </div>
- <a class="font-weight-bold small" href="#" @click.prevent="expRecFollow(rec.id, index)">Follow</a>
- </div>
- </div>
- </div>
- </div>
- <footer>
- <div class="container px-0 pb-5">
- <p class="mb-2 small text-justify">
- <a href="/site/about" class="text-lighter pr-2">About</a>
- <a href="/site/help" class="text-lighter pr-2">Help</a>
- <a href="/site/language" class="text-lighter pr-2">Language</a>
- <a href="/discover/places" class="text-lighter pr-2">Places</a>
- <a href="/site/privacy" class="text-lighter pr-2">Privacy</a>
- <a href="/site/terms" class="text-lighter pr-2">Terms</a>
- </p>
- <p class="mb-0 text-uppercase text-muted small">
- <a href="http://pixelfed.org" class="text-lighter" rel="noopener" title="" data-toggle="tooltip">Powered by Pixelfed</a>
- </p>
- </div>
- </footer>
- </div>
- </div>
- </div>
- </div>
- <!-- <div v-if="currentLayout === 'comments'" class="container p-0 overflow-hidden">
- <div class="row">
- <div class="col-12 col-md-6 offset-md-3">
- <div class="card shadow-none border" style="height:100vh;">
- <div class="card-header d-flex justify-content-between align-items-center">
- <div
- @click="commentNavigateBack(status.id)"
- class="cursor-pointer"
- >
- <i class="fas fa-chevron-left fa-lg px-2"></i>
- </div>
- <div>
- <p class="font-weight-bold mb-0 h5">Comments</p>
- </div>
- <div>
- <i class="fas fa-cog fa-lg text-white"></i>
- </div>
- </div>
- <div class="card-body" style="overflow-y: auto !important">
- <div class="media">
- <img :src="status.account.avatar" class="rounded-circle border mr-3" width="32px" height="32px">
- <div class="media-body">
- <p class="d-flex justify-content-between align-items-top mb-0" style="overflow-y: hidden;">
- <span class="mr-2" style="font-size: 13px;">
- <a class="text-dark font-weight-bold mr-1 text-break" :href="status.account.url" v-bind:title="status.account.username">{{trimCaption(status.account.username,15)}}</a>
- <span class="text-break comment-body" style="word-break: break-all;" v-html="status.content"></span>
- </span>
- </p>
- </div>
- </div>
- <hr>
- <div class="postCommentsLoader text-center py-2">
- <div class="spinner-border" role="status">
- <span class="sr-only">Loading...</span>
- </div>
- </div>
- <div class="postCommentsContainer d-none">
- <p v-if="replies.length" class="mb-1 text-center load-more-link my-4">
- <a
- href="#"
- class="text-dark"
- title="Load more comments"
- @click.prevent="loadMoreComments"
- >
- <svg class="bi bi-plus-circle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg" style="font-size:2em;"> <path fill-rule="evenodd" d="M8 3.5a.5.5 0 01.5.5v4a.5.5 0 01-.5.5H4a.5.5 0 010-1h3.5V4a.5.5 0 01.5-.5z" clip-rule="evenodd"/> <path fill-rule="evenodd" d="M7.5 8a.5.5 0 01.5-.5h4a.5.5 0 010 1H8.5V12a.5.5 0 01-1 0V8z" clip-rule="evenodd"/> <path fill-rule="evenodd" d="M8 15A7 7 0 108 1a7 7 0 000 14zm0 1A8 8 0 108 0a8 8 0 000 16z" clip-rule="evenodd"/></svg>
- </a>
- </p>
- <div v-for="(reply, index) in replies" class="pb-3 media" :key="'tl' + reply.id + '_' + index">
- <img :src="reply.account.avatar" class="rounded-circle border mr-3" width="32px" height="32px">
- <div class="media-body">
- <div v-if="reply.sensitive == true">
- <span class="py-3">
- <a class="text-dark font-weight-bold mr-3" style="font-size: 13px;" :href="reply.account.url" v-bind:title="reply.account.username">{{trimCaption(reply.account.username,15)}}</a>
- <span class="text-break" style="font-size: 13px;">
- <span class="font-italic text-muted">This comment may contain sensitive material</span>
- <span class="text-primary cursor-pointer pl-1" @click="reply.sensitive = false;">Show</span>
- </span>
- </span>
- </div>
- <div v-else>
- <p class="d-flex justify-content-between align-items-top read-more mb-0" style="overflow-y: hidden;">
- <span class="mr-3" style="font-size: 13px;">
- <a class="text-dark font-weight-bold mr-1 text-break" :href="reply.account.url" v-bind:title="reply.account.username">{{trimCaption(reply.account.username,15)}}</a>
- <span class="text-break comment-body" style="word-break: break-all;" v-html="reply.content"></span>
- </span>
- <span class="text-right" style="min-width: 30px;">
- <span v-on:click="likeReply(reply, $event)"><i v-bind:class="[reply.favourited ? 'fas fa-heart fa-sm text-danger':'far fa-heart fa-sm text-lighter']"></i></span>
- <span class="pl-2 text-lighter cursor-pointer" @click="ctxMenu(reply)">
- <span class="fas fa-ellipsis-v text-lighter"></span>
- </span>
- </span>
- </p>
- <p class="mb-0">
- <a v-once class="text-muted mr-3 text-decoration-none small" style="width: 20px;" v-text="timeAgo(reply.created_at)" :href="reply.url"></a>
- <span v-if="reply.favourites_count" class="text-muted comment-reaction font-weight-bold mr-3 small">{{reply.favourites_count == 1 ? '1 like' : reply.favourites_count + ' likes'}}</span>
- <span class="small text-muted comment-reaction font-weight-bold cursor-pointer" v-on:click="replyFocus(reply, index, true)">Reply</span>
- </p>
- <div v-if="reply.reply_count > 0" class="cursor-pointer pb-2" v-on:click="toggleReplies(reply)">
- <span class="show-reply-bar"></span>
- <span class="comment-reaction small font-weight-bold">{{reply.thread ? 'Hide' : 'View'}} Replies ({{reply.reply_count}})</span>
- </div>
- <div v-if="reply.thread == true" class="comment-thread">
- <div v-for="(s, sindex) in reply.replies" class="py-1 media" :key="'cr' + s.id + '_' + index">
- <img :src="s.account.avatar" class="rounded-circle border mr-3" width="25px" height="25px">
- <div class="media-body">
- <p class="d-flex justify-content-between align-items-top read-more mb-0" style="overflow-y: hidden;">
- <span class="mr-2" style="font-size: 13px;">
- <a class="text-dark font-weight-bold mr-1" :href="s.account.url" :title="s.account.username">{{s.account.username}}</a>
- <span class="text-break comment-body" style="word-break: break-all;" v-html="s.content"></span>
- </span>
- <span>
- <span v-on:click="likeReply(s, $event)"><i v-bind:class="[s.favourited ? 'fas fa-heart fa-sm text-danger':'far fa-heart fa-sm text-lighter']"></i></span>
- </span>
- </p>
- <p class="mb-0">
- <a v-once class="text-muted mr-3 text-decoration-none small" style="width: 20px;" v-text="timeAgo(s.created_at)" :href="s.url"></a>
- <span v-if="s.favourites_count" class="text-muted comment-reaction font-weight-bold mr-3">{{s.favourites_count == 1 ? '1 like' : s.favourites_count + ' likes'}}</span>
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div v-if="!replies.length">
- <p class="text-center text-muted font-weight-bold small">No comments yet</p>
- </div>
- </div>
- </div>
- <div class="card-footer mb-3">
- <div class="align-middle d-flex">
- <img
- :src="profile.avatar"
- width="36"
- height="36"
- class="rounded-circle border mr-3">
- <textarea
- class="form-control rounded-pill"
- name="comment"
- placeholder="Add a comment…"
- autocomplete="off"
- autocorrect="off"
- rows="1"
- maxlength="0"
- style="resize: none;overflow-y: hidden"
- @click="replyFocus(status)">
- </textarea>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div> -->
- <comment-card
- v-if="replyStatus && replyStatus.hasOwnProperty('id')"
- :status="replyStatus"
- :profile="profile"
- v-on:current-layout="setCurrentLayout"
- />
- <div class="modal-stack">
- <b-modal ref="replyModal"
- id="ctx-reply-modal"
- hide-footer
- centered
- rounded
- :title-html="replyStatus.account ? 'Reply to <span class=text-dark>' + replyStatus.account.username + '</span>' : ''"
- title-tag="p"
- title-class="font-weight-bold text-muted"
- size="md"
- body-class="p-2 rounded">
- <div>
- <vue-tribute :options="tributeSettings">
- <textarea
- class="form-control replyModalTextarea"
- rows="4"
- v-model="replyText">
- </textarea>
- </vue-tribute>
- <div class="border-top border-bottom my-2">
- <ul class="nav align-items-center emoji-reactions" style="overflow-x: scroll;flex-wrap: unset;">
- <li class="nav-item" v-on:click="emojiReaction(status)" v-for="e in emoji">{{e}}</li>
- </ul>
- </div>
- <div class="d-flex justify-content-between align-items-center">
- <div>
- <span class="pl-2 small text-muted font-weight-bold text-monospace">
- <span :class="[replyText.length > config.uploader.max_caption_length ? 'text-danger':'text-dark']">{{replyText.length > config.uploader.max_caption_length ? config.uploader.max_caption_length - replyText.length : replyText.length}}</span>/{{config.uploader.max_caption_length}}
- </span>
- </div>
- <div class="d-flex align-items-center">
- <div class="custom-control custom-switch mr-3">
- <input type="checkbox" class="custom-control-input" id="replyModalCWSwitch" v-model="replyNsfw">
- <label :class="[replyNsfw ? 'custom-control-label font-weight-bold text-dark':'custom-control-label text-lighter']" for="replyModalCWSwitch">Mark as NSFW</label>
- </div>
- <button class="btn btn-primary btn-sm py-2 px-4 lead text-uppercase font-weight-bold" v-on:click.prevent="commentSubmit(status, $event)" :disabled="replyText.length == 0">
- {{replySending == true ? 'POSTING' : 'POST'}}
- </button>
- </div>
- </div>
- </div>
- </b-modal>
- <b-modal ref="ctxStatusModal"
- id="ctx-status-modal"
- hide-header
- hide-footer
- centered
- rounded
- size="xl"
- body-class="list-group-flush p-0 m-0 rounded">
- <!-- <post-component
- v-if="ctxMenuStatus"
- :status-template="ctxMenuStatus.pf_type"
- :status-id="ctxMenuStatus.id"
- :status-username="ctxMenuStatus.account.username"
- :status-url="ctxMenuStatus.url"
- :status-profile-url="ctxMenuStatus.account.url"
- :status-avatar="ctxMenuStatus.account.avatar"
- :status-profile-id="ctxMenuStatus.account.id"
- profile-layout="metro">
- </post-component> -->
- </b-modal>
- </div>
- </div>
- </template>
- <script type="text/javascript">
- import VueTribute from 'vue-tribute'
- import StatusCard from './partials/StatusCard.vue';
- import CommentCard from './partials/CommentCard.vue';
- export default {
- props: ['scope', 'layout'],
- components: {
- VueTribute,
- StatusCard,
- CommentCard
- },
- data() {
- return {
- ids: [],
- config: window.App.config,
- page: 2,
- feed: [],
- profile: {},
- min_id: 0,
- max_id: 0,
- suggestions: {},
- loading: true,
- replies: [],
- replyId: null,
- modes: {
- 'mod': false,
- 'dark': false,
- 'notify': true,
- 'distractionFree': false
- },
- followers: [],
- followerCursor: 1,
- followerMore: true,
- following: [],
- followingCursor: 1,
- followingMore: true,
- lightboxMedia: false,
- showSuggestions: true,
- showReadMore: true,
- replyStatus: {},
- replyText: '',
- replyNsfw: false,
- emoji: window.App.util.emoji,
- showHashtagPosts: false,
- hashtagPosts: [],
- hashtagPostsName: '',
- copiedEmbed: false,
- showTips: true,
- userStory: false,
- replySending: false,
- morePostsAvailable: false,
- mpCount: 0,
- mpData: false,
- mpInterval: 15000,
- mpEnabled: false,
- mpPoller: null,
- confirmModalTitle: 'Are you sure?',
- confirmModalIdentifer: null,
- confirmModalType: false,
- currentLayout: 'feed',
- pagination: {},
- tributeSettings: {
- collection: [
- {
- trigger: '@',
- menuShowMinLength: 2,
- values: (function (text, cb) {
- let url = '/api/compose/v0/search/mention';
- axios.get(url, { params: { q: text }})
- .then(res => {
- cb(res.data);
- })
- .catch(err => {
- console.log(err);
- })
- })
- },
- {
- trigger: '#',
- menuShowMinLength: 2,
- values: (function (text, cb) {
- let url = '/api/compose/v0/search/hashtag';
- axios.get(url, { params: { q: text }})
- .then(res => {
- cb(res.data);
- })
- .catch(err => {
- console.log(err);
- })
- })
- }
- ]
- },
- discover_min_id: 0,
- discover_max_id: 0,
- discover_feed: [],
- recentFeed: this.scope === 'home' ? true : false,
- recentFeedMin: null,
- recentFeedMax: null
- }
- },
- beforeMount() {
- let avop = window.localStorage.getItem('pf.feed:avop') === 'always';
- let u = new URLSearchParams(window.location.search);
- if(u.has('a')) {
- switch(u.get('a')) {
- case 'recent_feed':
- if(this.scope === 'home') {
- this.recentFeed = true;
- }
- break;
- case 'vop':
- this.recentFeed = false;
- break;
- }
- }
- this.recentFeed = avop ? false : this.recentFeed;
- this.fetchProfile();
- this.fetchTimelineApi();
- },
- mounted() {
- // todo: release after dark mode updates
- /* if(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches || $('link[data-stylesheet="dark"]').length != 0) {
- this.modes.dark = true;
- let el = document.querySelector('link[data-stylesheet="light"]');
- el.setAttribute('href', '/css/appdark.css?id=' + Date.now());
- el.setAttribute('data-stylesheet', 'dark');
- }*/
- if(localStorage.getItem('pf_metro_ui.exp.rec') == 'false') {
- this.showSuggestions = false;
- } else {
- this.showSuggestions = true;
- }
- if(localStorage.getItem('pf_metro_ui.exp.rm') == 'false') {
- this.showReadMore = false;
- } else {
- this.showReadMore = true;
- }
- if(localStorage.getItem('metro-tips') == 'false') {
- this.showTips = false;
- }
- this.$nextTick(function () {
- $('[data-toggle="tooltip"]').tooltip();
- let u = new URLSearchParams(window.location.search);
- if(u.has('a')) {
- switch(u.get('a')) {
- case 'co':
- $('#composeModal').modal('show');
- break;
- }
- }
- });
- },
- updated() {
- if(this.showReadMore == true) {
- pixelfed.readmore();
- }
- },
- methods: {
- fetchProfile() {
- axios.get('/api/pixelfed/v1/accounts/verify_credentials').then(res => {
- this.profile = res.data;
- if(this.profile.is_admin == true) {
- this.modes.mod = true;
- }
- window._sharedData.curUser = res.data;
- window.App.util.navatar();
- this.hasStory();
- // this.expRec();
- }).catch(err => {
- swal(
- 'Oops, something went wrong',
- 'Please reload the page.',
- 'error'
- );
- });
- },
- fetchTimelineApi() {
- let apiUrl = false;
- switch(this.scope) {
- case 'home':
- apiUrl = '/api/pixelfed/v1/timelines/home';
- break;
- case 'local':
- apiUrl = '/api/pixelfed/v1/timelines/public';
- break;
- case 'network':
- apiUrl = '/api/pixelfed/v1/timelines/network';
- break;
- }
- axios.get(apiUrl, {
- params: {
- max_id: this.max_id,
- limit: 3,
- recent_feed: this.recentFeed
- }
- }).then(res => {
- let data = res.data;
- this.feed.push(...data);
- let ids = data.map(status => status.id);
- this.ids = ids;
- this.min_id = Math.max(...ids).toString();
- this.max_id = Math.min(...ids).toString();
- this.loading = false;
- $('.timeline .pagination').removeClass('d-none');
- if(this.hashtagPosts.length == 0) {
- this.fetchHashtagPosts();
- }
- // this.fetchStories();
- this.rtw();
- setTimeout(function() {
- document.querySelectorAll('.timeline .card-body .comments .comment-body a').forEach(function(i, e) {
- i.href = App.util.format.rewriteLinks(i);
- });
- }, 500);
- axios.get('/api/pixelfed/v2/discover/posts/trending', {
- params: {
- range: 'daily'
- }
- }).then(res => {
- let data = res.data.filter(post => this.ids.indexOf(post.id) === -1);
- this.discover_feed = data;
- });
- }).catch(err => {
- swal(
- 'Oops, something went wrong',
- 'Please reload the page.',
- 'error'
- );
- });
- },
- infiniteTimeline($state) {
- if(this.loading) {
- $state.complete();
- return;
- }
- if(this.page > 40) {
- this.loading = false;
- $state.complete();
- }
- let apiUrl = false;
- switch(this.scope) {
- case 'home':
- apiUrl = '/api/pixelfed/v1/timelines/home';
- break;
- case 'local':
- apiUrl = '/api/pixelfed/v1/timelines/public';
- break;
- case 'network':
- apiUrl = '/api/pixelfed/v1/timelines/network';
- break;
- }
- axios.get(apiUrl, {
- params: {
- max_id: this.max_id,
- limit: 6,
- recent_feed: this.recentFeed
- },
- }).then(res => {
- if (res.data.length && this.loading == false) {
- let data = res.data;
- let self = this;
- let vids = [];
- if(self.recentFeed && self.ids.indexOf(data[0].id) != -1) {
- this.loading = false;
- $state.complete();
- return;
- }
- data.forEach((d, index) => {
- if(self.ids.indexOf(d.id) == -1) {
- self.feed.push(d);
- self.ids.push(d.id);
- vids.push({
- sid: d.id,
- pid: d.account.id
- });
- }
- });
- this.min_id = Math.max(...this.ids).toString();
- this.max_id = Math.min(...this.ids).toString();
- this.page += 1;
- $state.loaded();
- this.loading = false;
- axios.post('/api/status/view', {
- '_v': vids,
- });
- } else {
- $state.complete();
- }
- }).catch(err => {
- this.loading = false;
- $state.complete();
- });
- },
- reportUrl(status) {
- let type = status.in_reply_to ? 'comment' : 'post';
- let id = status.id;
- return '/i/report?type=' + type + '&id=' + id;
- },
- commentFocus(status, $event) {
- if(status.comments_disabled) {
- return;
- }
- // if(this.status && this.status.id == status.id) {
- // this.$refs.replyModal.show();
- // return;
- // }
- this.status = status;
- this.replies = {};
- this.replyStatus = {};
- this.replyText = '';
- this.replyId = status.id;
- this.replyStatus = status;
- // this.$refs.replyModal.show();
- this.fetchStatusComments(status, '');
- $('nav').hide();
- $('footer').hide();
- $('.mobile-footer-spacer').attr('style', 'display:none !important');
- $('.mobile-footer').attr('style', 'display:none !important');
- this.currentLayout = 'comments';
- window.history.pushState({}, '', this.statusUrl(status));
- return;
- },
- commentNavigateBack(id) {
- $('nav').show();
- $('footer').show();
- $('.mobile-footer-spacer').attr('style', 'display:block');
- $('.mobile-footer').attr('style', 'display:block');
- this.currentLayout = 'feed';
- let path = this.scope == 'home' ? '/' : '/timeline/public';
- window.history.pushState({}, '', path);
- },
- likeStatus(status, event) {
- if($('body').hasClass('loggedIn') == false) {
- return;
- }
- let count = status.favourites_count;
- status.favourited = !status.favourited;
- axios.post('/i/like', {
- item: status.id
- }).then(res => {
- status.favourites_count = res.data.count;
- }).catch(err => {
- status.favourited = !status.favourited;
- status.favourites_count = count;
- swal('Error', 'Something went wrong, please try again later.', 'error');
- });
- window.navigator.vibrate(200);
- if(status.favourited) {
- setTimeout(function() {
- event.target.classList.add('animate__animated', 'animate__bounce');
- },100);
- }
- },
- shareStatus(status, $event) {
- if($('body').hasClass('loggedIn') == false) {
- return;
- }
- this.closeModals();
- axios.post('/i/share', {
- item: status.id
- }).then(res => {
- status.reblogs_count = res.data.count;
- status.reblogged = !status.reblogged;
- if(status.reblogged) {
- swal('Success', 'You shared this post', 'success');
- } else {
- swal('Success', 'You unshared this post', 'success');
- }
- }).catch(err => {
- swal('Error', 'Something went wrong, please try again later.', 'error');
- });
- },
- timestampFormat(timestamp) {
- let ts = new Date(timestamp);
- return ts.toDateString() + ' ' + ts.toLocaleTimeString();
- },
- redirect(url) {
- window.location.href = url;
- return;
- },
- statusOwner(status) {
- let sid = status.account.id;
- let uid = this.profile.id;
- if(sid == uid) {
- return true;
- } else {
- return false;
- }
- },
- fetchStatusComments(status, card) {
- // axios.get('/api/v2/status/'+status.id+'/replies',
- // {
- // params: {
- // limit: 6
- // }
- // })
- // .then(res => {
- // let data = res.data.filter(res => {
- // return res.sensitive == false;
- // });
- // this.replies = _.reverse(data);
- // setTimeout(function() {
- // document.querySelectorAll('.timeline .card-body .comments .comment-body a').forEach(function(i, e) {
- // i.href = App.util.format.rewriteLinks(i);
- // });
- // }, 500);
- // }).catch(err => {
- // })
- let url = '/api/v2/comments/'+status.account.id+'/status/'+status.id;
- axios.get(url)
- .then(response => {
- let self = this;
- // this.results = this.layout == 'metro' ?
- // _.reverse(response.data.data) :
- // response.data.data;
- this.replies = _.reverse(response.data.data);
- this.pagination = response.data.meta.pagination;
- if(this.replies.length > 0) {
- $('.load-more-link').removeClass('d-none');
- }
- $('.postCommentsLoader').addClass('d-none');
- $('.postCommentsContainer').removeClass('d-none');
- // setTimeout(function() {
- // document.querySelectorAll('.status-comment .postCommentsContainer .comment-body a').forEach(function(i, e) {
- // i.href = App.util.format.rewriteLinks(i);
- // });
- // }, 500);
- }).catch(error => {
- if(!error.response) {
- $('.postCommentsLoader .lds-ring')
- .attr('style','width:100%')
- .addClass('pt-4 font-weight-bold text-muted')
- .text('An error occurred, cannot fetch comments. Please try again later.');
- } else {
- switch(error.response.status) {
- case 401:
- $('.postCommentsLoader .lds-ring')
- .attr('style','width:100%')
- .addClass('pt-4 font-weight-bold text-muted')
- .text('Please login to view.');
- break;
- default:
- $('.postCommentsLoader .lds-ring')
- .attr('style','width:100%')
- .addClass('pt-4 font-weight-bold text-muted')
- .text('An error occurred, cannot fetch comments. Please try again later.');
- break;
- }
- }
- });
- },
- followingModal() {
- if(this.following.length > 0) {
- this.$refs.followingModal.show();
- return;
- }
- axios.get('/api/pixelfed/v1/accounts/'+this.profile.id+'/following', {
- params: {
- page: this.followingCursor
- }
- })
- .then(res => {
- this.following = res.data;
- this.followingCursor++;
- });
- if(res.data.length < 10) {
- this.followingMore = false;
- }
- this.$refs.followingModal.show();
- },
- followersModal() {
- if(this.followers.length > 0) {
- this.$refs.followerModal.show();
- return;
- }
- axios.get('/api/pixelfed/v1/accounts/'+this.profile.id+'/followers', {
- params: {
- page: this.followerCursor
- }
- })
- .then(res => {
- this.followers = res.data;
- this.followerCursor++;
- })
- if(res.data.length < 10) {
- this.followerMore = false;
- }
- this.$refs.followerModal.show();
- },
- followingLoadMore() {
- axios.get('/api/pixelfed/v1/accounts/'+this.profile.id+'/following', {
- 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() {
- axios.get('/api/pixelfed/v1/accounts/'+this.profile.id+'/followers', {
- 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;
- }
- });
- },
- lightbox(status) {
- window.location.href = status.media_attachments[0].url;
- return;
- this.lightboxMedia = status.media_attachments[0];
- this.$refs.lightboxModal.show();
- },
- expLc(status) {
- if(this.config.ab.lc == false) {
- return true;
- }
- if(this.statusOwner(status) == true) {
- return true;
- }
- return false;
- },
- expRec() {
- //return;
- if(this.config.ab.rec == false) {
- return;
- }
- axios.get('/api/local/exp/rec')
- .then(res => {
- this.suggestions = res.data;
- })
- },
- expRecFollow(id, index) {
- return;
- if(this.config.ab.rec == false) {
- return;
- }
- axios.post('/i/follow', {
- item: id
- }).then(res => {
- this.suggestions.splice(index, 1);
- }).catch(err => {
- if(err.response.data.message) {
- swal('Error', err.response.data.message, 'error');
- }
- });
- },
- followAction(status) {
- let id = status.account.id;
- axios.post('/i/follow', {
- item: id
- }).then(res => {
- this.feed.forEach(s => {
- if(s.account.id == id) {
- s.account.relationship.following = !s.account.relationship.following;
- }
- });
- let username = status.account.acct;
- if(status.account.relationship.following) {
- swal('Follow successful!', 'You are now following ' + username, 'success');
- } else {
- swal('Unfollow successful!', 'You are no longer following ' + username, 'success');
- }
- }).catch(err => {
- if(err.response.data.message) {
- swal('Error', err.response.data.message, 'error');
- }
- });
- },
- owner(status) {
- return this.profile.id === status.account.id;
- },
- admin() {
- return this.profile.is_admin == true;
- },
- ownerOrAdmin(status) {
- return this.owner(status) || this.admin();
- },
- hideSuggestions() {
- localStorage.setItem('pf_metro_ui.exp.rec', false);
- this.showSuggestions = false;
- },
- emojiReaction(status) {
- let em = event.target.innerText;
- if(this.replyText.length == 0) {
- this.replyText = em + ' ';
- $('textarea[name="comment"]').focus();
- } else {
- this.replyText += em + ' ';
- $('textarea[name="comment"]').focus();
- }
- },
- refreshSuggestions() {
- return;
- let el = event.target.parentNode;
- if(el.classList.contains('disabled') == true) {
- return;
- }
- axios.get('/api/local/exp/rec', {
- params: {
- refresh: true
- }
- })
- .then(res => {
- this.suggestions = res.data;
- if (el.classList) {
- el.classList.add('disabled');
- el.classList.add('text-light');
- }
- else {
- el.className += ' ' + 'disabled text-light';
- }
- setTimeout(function() {
- el.setAttribute('href', '#');
- if (el.classList) {
- el.classList.remove('disabled');
- el.classList.remove('text-light');
- }
- else {
- el.className = el.className.replace(new RegExp('(^|\\b)' + className.split(' ').join('|') + '(\\b|$)', 'gi'), 'disabled text-light');
- }
- }, 10000);
- });
- },
- fetchHashtagPosts() {
- axios.get('/api/local/discover/tag/list')
- .then(res => {
- let tags = res.data;
- if(tags.length == 0) {
- return;
- }
- let hashtag = tags[Math.floor(Math.random(), tags.length)];
- this.hashtagPostsName = hashtag;
- axios.get('/api/v2/discover/tag', {
- params: {
- hashtag: hashtag
- }
- }).then(res => {
- if(res.data.tags.length > 3) {
- this.showHashtagPosts = true;
- this.hashtagPosts = res.data.tags.splice(0,3);
- }
- })
- })
- },
- ctxCopyEmbed() {
- navigator.clipboard.writeText(this.ctxEmbedPayload);
- this.ctxEmbedShowCaption = true;
- this.ctxEmbedShowLikes = false;
- this.ctxEmbedCompactMode = false;
- this.$refs.ctxEmbedModal.hide();
- },
- formatCount(count) {
- return App.util.format.count(count);
- },
- statusUrl(status) {
- if(status.local == true) {
- return status.url;
- }
- return '/i/web/post/_/' + status.account.id + '/' + status.id;
- },
- profileUrl(status) {
- if(status.local == true) {
- return status.account.url;
- }
- return '/i/web/profile/_/' + status.account.id;
- },
- statusCardUsernameFormat(status) {
- if(status.account.local == true) {
- return status.account.username;
- }
- let fmt = window.App.config.username.remote.format;
- let txt = window.App.config.username.remote.custom;
- let usr = status.account.username;
- let dom = document.createElement('a');
- dom.href = status.account.url;
- dom = dom.hostname;
- switch(fmt) {
- case '@':
- return usr + '<span class="text-lighter font-weight-bold">@' + dom + '</span>';
- break;
- case 'from':
- return usr + '<span class="text-lighter font-weight-bold"> <span class="font-weight-normal">from</span> ' + dom + '</span>';
- break;
- case 'custom':
- return usr + '<span class="text-lighter font-weight-bold"> ' + txt + ' ' + dom + '</span>';
- break;
- default:
- return usr + '<span class="text-lighter font-weight-bold">@' + dom + '</span>';
- break;
- }
- },
- 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 + ');';
- },
- trimCaption(caption, len = 60) {
- return _.truncate(caption, {
- length: len
- });
- },
- hasStory() {
- axios.get('/api/stories/v0/exists/'+this.profile.id)
- .then(res => {
- this.userStory = res.data;
- })
- },
- // real time watcher
- rtw() {
- this.mpPoller = setInterval(() => {
- let apiUrl = false;
- this.mpCount++;
- if(this.mpCount > 10) {
- this.mpInterval = 30000;
- }
- if(this.mpCount > 50) {
- this.mpInterval = (5 * 60 * 1000);
- }
- switch(this.scope) {
- case 'home':
- apiUrl = '/api/pixelfed/v1/timelines/home';
- break;
- case 'local':
- apiUrl = '/api/pixelfed/v1/timelines/public';
- break;
- case 'network':
- apiUrl = '/api/pixelfed/v1/timelines/network';
- break;
- }
- axios.get(apiUrl, {
- params: {
- max_id: 0,
- limit: 20,
- recent_feed: this.recentFeed
- }
- }).then(res => {
- let self = this;
- let tids = this.feed.map(status => status.id);
- let data = res.data.filter(d => {
- return d.id > self.min_id && tids.indexOf(d.id) == -1;
- });
- let ids = data.map(status => status.id);
- let max = Math.max(...ids).toString();
- let newer = max > this.min_id;
- if(newer) {
- this.morePostsAvailable = true;
- this.mpData = data;
- }
- });
- }, this.mpInterval);
- },
- syncNewPosts() {
- let self = this;
- let data = this.mpData;
- let ids = data.map(s => s.id);
- this.min_id = Math.max(...ids).toString();
- this.max_id = Math.min(...ids).toString();
- this.feed.unshift(...data);
- this.morePostsAvailable = false;
- this.mpData = null;
- },
- toggleReplies(reply) {
- if(reply.thread) {
- reply.thread = false;
- } else {
- if(reply.replies.length > 0) {
- reply.thread = true;
- return;
- }
- let url = '/api/v2/comments/'+reply.account.id+'/status/'+reply.id;
- axios.get(url)
- .then(response => {
- reply.replies = _.reverse(response.data.data);
- reply.thread = true;
- });
- }
- },
- replyFocus(e, index, prependUsername = false) {
- if($('body').hasClass('loggedIn') == false) {
- this.redirect('/login?next=' + encodeURIComponent(window.location.pathname));
- return;
- }
- if(this.status.comments_disabled) {
- return;
- }
- this.replyToIndex = index;
- this.replyingToId = e.id;
- this.replyingToUsername = e.account.username;
- this.reply_to_profile_id = e.account.id;
- let username = e.account.local ? '@' + e.account.username + ' '
- : '@' + e.account.acct + ' ';
- if(prependUsername == true) {
- this.replyText = username;
- }
- this.$refs.replyModal.show();
- setTimeout(function() {
- $('.replyModalTextarea').focus();
- }, 500);
- },
- alwaysViewOlderPosts() {
- // Set Feed:Always View Older Posts
- window.localStorage.setItem('pf.feed:avop', 'always');
- window.location.href = '/';
- },
- setCurrentLayout(layout) {
- this.currentLayout = layout;
- },
- deleteStatus(status) {
- this.feed = this.feed.filter(s => {
- return s.id != status;
- });
- }
- },
- beforeDestroy () {
- clearInterval(this.mpInterval);
- }
- }
- </script>
- <style type="text/css" scoped>
- .postPresenterContainer {
- display: flex;
- align-items: center;
- background: #fff;
- }
- .word-break {
- word-break: break-all;
- }
- .small .custom-control-label {
- padding-top: 3px;
- }
- /*.reply-btn {
- position: absolute;
- bottom: 30px;
- right: 20px;
- width: 60px;
- text-align: center;
- font-size: 13px;
- border-radius: 0 3px 3px 0;
- }*/
- .reply-btn[disabled] {
- opacity: .3;
- color: #3897f0;
- }
- .replyModalTextarea {
- border: none;
- font-size: 18px;
- resize: none;
- white-space: pre-wrap;
- outline: none;
- }
- .has-story {
- width: 64px;
- height: 64px;
- border-radius: 50%;
- padding: 2px;
- background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
- }
- .has-story img {
- width: 60px;
- height: 60px;
- border-radius: 50%;
- padding: 3px;
- background: #fff;
- }
- .has-story.has-story-sm {
- width: 32px;
- height: 32px;
- border-radius: 50%;
- padding: 2px;
- background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
- }
- .has-story.has-story-sm img {
- width: 28px;
- height: 28px;
- border-radius: 50%;
- padding: 3px;
- background: #fff;
- }
- #ctx-reply-modal .form-control:focus {
- border: none;
- outline: 0;
- box-shadow: none;
- }
- </style>
|