mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
2 lines
470 KiB
JavaScript
Vendored
2 lines
470 KiB
JavaScript
Vendored
/*! For license information please see spa.js.LICENSE.txt */
|
||
(self.webpackChunkpixelfed=self.webpackChunkpixelfed||[]).push([[269],{6340:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={components:{sidebar:a(88231).default},data:function(){return{isLoaded:!1,profile:void 0,instance:void 0,nodeinfo:void 0,config:window.App.config}},mounted:function(){this.fetchUserData()},methods:{fetchUserData:function(){this.profile=window._sharedData.user,this.fetchInstance()},fetchInstance:function(){var t=this;axios.get("/api/v1/instance").then((function(e){t.instance=e.data,t.fetchNodeinfo()}))},fetchNodeinfo:function(){var t=this;axios.get("/api/nodeinfo/2.0.json").then((function(e){t.nodeinfo=e.data,t.isLoaded=!0}))}}}},51209:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(42755),i=a(88231);const n={components:{drawer:s.default,sidebar:i.default},data:function(){return{isLoaded:!1,profile:void 0,instance:void 0,nodeinfo:void 0,config:window.App.config}},mounted:function(){this.profile=window._sharedData.user}}},7212:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={components:{sidebar:a(88231).default},data:function(){return{isLoaded:!1,profile:void 0}},mounted:function(){this.profile=window._sharedData.user,this.isLoaded=!0}}},3247:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(42755),i=a(88231),n=a(33795),o=a(78423);const r={components:{drawer:s.default,sidebar:i.default,intersect:o.default,"dm-placeholder":n.default},data:function(){return{isLoaded:!1,profile:void 0,canLoadMore:!0,threadsLoaded:!1,threads:[],tabIndex:0,tabs:["inbox","sent","requests"],page:1,ids:[],isIntersecting:!1}},mounted:function(){this.profile=window._sharedData.user,this.isLoaded=!0,this.fetchThreads()},methods:{fetchThreads:function(){var t=this;axios.get("/api/v1/conversations",{params:{scope:this.tabs[this.tabIndex]}}).then((function(e){var a=e.data.map((function(t){return t.accounts[0].id}));t.ids=a,t.threads=e.data,t.threadsLoaded=!0,t.page++}))},timeago:function(t){return App.util.format.timeAgo(t)},enterIntersect:function(){var t=this;this.isIntersecting||(this.isIntersecting=!0,axios.get("/api/v1/conversations",{params:{scope:this.tabs[this.tabIndex],page:this.page}}).then((function(e){if(e.data.forEach((function(e){-1==t.ids.indexOf(e.accounts[0].id)&&(t.ids.push(e.accounts[0].id),t.threads.push(e))})),!e.data.length||e.data.length<5)return t.canLoadMore=!1,void(t.isIntersecting=!1);t.page++,t.isIntersecting=!1})))},toggleTab:function(t){event.currentTarget.blur(),this.threadsLoaded=!1,this.page=1,this.tabIndex=t,this.fetchThreads()}}}},1411:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>u});var s=a(42755),i=a(88231),n=a(78375),o=a(56899),r=a(92614),l=a(51436),c=a(53343),d=a(89601);const u={components:{drawer:s.default,sidebar:i.default,rightbar:n.default,discover:o.default,"news-slider":r.default,"discover-spotlight":l.default,"daily-trending":c.default,"grid-card":d.default},data:function(){return{isLoaded:!1,profile:void 0,config:{},tab:"index",popularAccounts:[],followingIndex:void 0}},updated:function(){},mounted:function(){this.profile=window._sharedData.user,this.fetchConfig()},methods:{fetchConfig:function(){var t=this;axios.get("/api/pixelfed/v2/discover/meta").then((function(e){t.config=e.data,t.isLoaded=!0,window._sharedData.discoverMeta=e.data}))},fetchPopularAccounts:function(){},followProfile:function(t){var e=this;event.currentTarget.blur(),this.followingIndex=t;var a=this.popularAccounts[t].id;axios.post("/api/v1/accounts/"+a+"/follow").then((function(a){e.followingIndex=void 0,e.popularAccounts.splice(t,1)})).catch((function(t){e.followingIndex=void 0,swal("Oops!","An error occured when attempting to follow this account.","error")}))},goToProfile:function(t){this.$router.push({path:"/i/web/profile/".concat(t.id),params:{id:t.id,cachedProfile:t,cachedUser:this.profile}})},toggleTab:function(t){this.tab=t,setTimeout((function(){window.scrollTo({top:0,behavior:"smooth"})}),300)},openManageModal:function(){event.currentTarget.blur(),swal("Settings","Discover settings here","info")}}}},78472:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={components:{sidebar:a(88231).default},data:function(){return{isLoaded:!1,profile:void 0}},mounted:function(){this.init()},watch:{$route:"init"},methods:{init:function(){this.profile=window._sharedData.user,this.isLoaded=!0}}}},45595:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>c});var s=a(42755),i=a(78423),n=a(88231),o=a(78375);function r(t){return function(t){if(Array.isArray(t))return l(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return l(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return l(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}const c={props:{id:{type:String}},components:{drawer:s.default,intersect:i.default,sidebar:n.default,rightbar:o.default},data:function(){return{isLoaded:!1,profile:void 0,canLoadMore:!0,isIntersecting:!1,feedLoaded:!1,feed:[],page:1,follows:!1,isFollowing:!1}},mounted:function(){this.init()},watch:{$route:"init"},methods:{init:function(){this.profile=window._sharedData.user,this.isLoaded=!0,this.fetchFeed()},fetchFeed:function(){var t=this;axios.get("/api/v2/discover/tag",{params:{hashtag:this.id,limit:9,page:this.page}}).then((function(e){if(t.feedLoaded=!0,0==e.data.tags.length&&(t.canLoadMore=!1),t.isLoaded=!0,!e.data.tags||!e.data.tags.length)return t.canLoadMore=!1,void(t.isIntersecting=!1);var a;t.feed.tags&&t.feed.tags.length?(a=t.feed.tags).push.apply(a,r(e.data.tags)):t.feed=e.data;t.page++,t.isIntersecting=!1,t.follows=!!e.data.hasOwnProperty("follows")&&e.data.follows,0==e.data.tags.length&&(t.canLoadMore=!1)})).catch((function(e){t.canLoadMore=!1,t.isLoaded=!0,t.feedLoaded=!0}))},statusUrl:function(t){return"/i/web/post/"+t.id},formatCount:function(t){return App.util.format.count(t)},enterIntersect:function(){this.isIntersecting||(this.isIntersecting=!0,this.fetchFeed())},goToPost:function(t){this.$router.push({name:"post",path:"/i/web/post/".concat(t.id),params:{id:t.id,cachedStatus:t,cachedProfile:this.profile}})},followHashtag:function(){var t=this;this.isFollowing=!0,axios.post("/api/local/discover/tag/subscribe",{name:this.id}).then((function(e){t.follows=!0,t.isFollowing=!1}))},unfollowHashtag:function(){var t=this;this.isFollowing=!0,axios.post("/api/local/discover/tag/subscribe",{name:this.id}).then((function(e){t.follows=!1,t.isFollowing=!1}))}}}},70354:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={data:function(){return{posts:[],profile:[]}},mounted:function(){this.init()},methods:{init:function(){var t=this;axios.get("/i/hc/category",{params:{id:1}}).then((function(e){t.profile=e.data})),axios.get("/i/hc/category",{params:{id:2}}).then((function(e){t.posts=e.data}))}}}},32854:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={data:function(){return{isLoaded:!1,article:void 0,related:[]}},mounted:function(){this.init()},methods:{init:function(){this.fetchArticle()},fetchArticle:function(){var t=this;axios.get("/i/hc/get",{params:{id:this.$route.params.id}}).then((function(e){t.isLoaded=!0,t.article=e.data})).catch((function(e){t.$router.push("/i/web/404")}))}}}},33555:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(42755),i=a(88231);const n={components:{drawer:s.default,sidebar:i.default},data:function(){return{isLoaded:!1,profile:void 0,locale:"en",langs:["en","ar","ca","de","el","es","fr","he","id","it","nl","pt","ru"]}},mounted:function(){this.profile=window._sharedData.user,this.isLoaded=!0,this.locale=this.$i18n.locale},watch:{locale:function(t){this.loadLang(t)}},methods:{fullName:function(t){return new Intl.DisplayNames([t],{type:"language"}).of(t)},loadLang:function(t){var e=this;axios.post("/api/pixelfed/web/change-language.json",{v:.1,l:t}).then((function(a){e.$i18n.locale=t}))}}}},16568:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={components:{drawer:a(42755).default}}},13310:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>d});var s=a(42755),i=a(88231),n=a(18303),o=a(73128),r=a(78423);function l(t){return function(t){if(Array.isArray(t))return c(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return c(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return c(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}const d={components:{drawer:s.default,sidebar:i.default,intersect:r.default,notification:n.default,placeholder:o.default},data:function(){return{isLoaded:!1,profile:void 0,notifications:void 0,notificationsLoaded:!1,max_id:void 0,canLoadMore:!0,isIntersecting:!1}},updated:function(){},mounted:function(){this.profile=window._sharedData.user,this.isLoaded=!0,this.fetchNotifications()},methods:{fetchNotifications:function(){var t=this;axios.get("/api/pixelfed/v1/notifications?pg=true").then((function(e){var a=e.data.filter((function(t){return!("share"==t.type&&!t.status)&&(!("comment"==t.type&&!t.status)&&(!("mention"==t.type&&!t.status)&&(!("favourite"==t.type&&!t.status)&&!("follow"==t.type&&!t.account))))})),s=e.data.map((function(t){return t.id}));t.max_id=Math.min.apply(Math,l(s)),t.notifications=a,t.notificationsLoaded=!0}))},enterIntersect:function(){var t=this;this.isIntersecting||(this.isIntersecting=!0,axios.get("/api/pixelfed/v1/notifications",{params:{max_id:this.max_id}}).then((function(e){var a;e.data.length||(t.canLoadMore=!1);var s=e.data.map((function(t){return t.id}));t.max_id=Math.min.apply(Math,l(s)),(a=t.notifications).push.apply(a,l(e.data)),t.isIntersecting=!1})))}}}},32343:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={components:{sidebar:a(88231).default},data:function(){return{isLoaded:!1,profile:void 0,page:void 0}},mounted:function(){this.fetchPage()},methods:{fetchPage:function(){var t=this;axios.get("/i/doc/privacy.json").then((function(e){t.page=e.data,t.fetchUserData()}))},fetchUserData:function(){this.profile=window._sharedData.user,this.isLoaded=!0}}}},53506:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(88231);const i={components:{"account-settings":a(12206).default,sidebar:s.default},data:function(){return{isLoaded:!1,profile:void 0,user:void 0}},mounted:function(){this.profile=window._sharedData.user,this.user=window._sharedData.user,this.isLoaded=!0}}},16661:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={components:{sidebar:a(88231).default},data:function(){return{isLoaded:!1,profile:void 0,page:void 0}},mounted:function(){this.fetchPage()},methods:{fetchPage:function(){var t=this;axios.get("/i/doc/terms.json").then((function(e){t.page=e.data,t.fetchUserData()}))},fetchUserData:function(){this.profile=window._sharedData.user,this.isLoaded=!0}}}},20818:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(88231),i=a(57119);const n={components:{sidebar:s.default,discover:i.default},data:function(){return{isLoaded:!1,profile:void 0,trending:void 0,trendingSorts:["popular","new","random"],trendingSort:"popular"}},updated:function(){},mounted:function(){this.profile=window._sharedData.user,this.isLoaded=!0,this.fetchTrending()},methods:{fetchTrending:function(){var t=this;axios.get("/api/v1/videos/trending",{params:{limit:6,sort:this.trendingSort}}).then((function(e){t.trending=e.data}))},toggleTrendingSort:function(t){t!==this.trendingSort&&(this.trendingSort=t,this.fetchTrending())}}}},20581:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={data:function(){return{isLoaded:!1,initialFetch:!1,trending:[]}},mounted:function(){this.initialFetch||this.fetchTrending()},methods:{fetchTrending:function(){var t=this;axios.get("/api/pixelfed/v2/discover/posts/trending",{params:{range:"daily"}}).then((function(e){t.trending=e.data.slice(0,3),t.isLoaded=!0,t.initialFetch=!0}))},gotoPost:function(t){this.$router.push("/i/web/post/"+t)},viewMore:function(){this.$emit("btn-click","trending")}}}},79383:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={data:function(){return{isLoaded:!1}},mounted:function(){var t=this;setTimeout((function(){t.isLoaded=!0}),1e3)}}},86453:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{small:{type:Boolean,default:!1},dark:{type:Boolean,default:!1},subtitle:{type:String},title:{type:String},buttonText:{type:String},buttonLink:{type:String},buttonEvent:{type:Boolean,default:!1},iconClass:{type:String}},methods:{handleLink:function(){1!=this.buttonEvent?this.buttonLink&&null!=this.buttonLink?this.$router.push(this.buttonLink):swal("Oops","This is embarassing, we cannot redirect you to the proper page at the moment","warning"):this.$emit("btn-click")}}}},69812:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={}},48274:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={data:function(){return{user:window._sharedData.user}}}},26930:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:["user"],data:function(){return{loaded:!1,avatarUpdateIndex:0,avatarUpdateFile:void 0,avatarUpdatePreview:void 0}},methods:{open:function(){this.$refs.avatarUpdateModal.show()},avatarUpdateClose:function(){this.$refs.avatarUpdateModal.hide(),this.avatarUpdateIndex=0,this.avatarUpdateFile=void 0},avatarUpdateClear:function(){this.avatarUpdateIndex=0,this.avatarUpdateFile=void 0},avatarUpdateStep:function(t){this.$refs.avatarUpdateRef.click(),this.avatarUpdateIndex=t},handleAvatarUpdate:function(){var t=this,e=event.target.files;Array.prototype.forEach.call(e,(function(e,a){t.avatarUpdateFile=e,t.avatarUpdatePreview=URL.createObjectURL(e),t.avatarUpdateIndex=1}))},handleDrop:function(t){t.preventDefault();var e=this;if(t.dataTransfer.items){for(var a=0;a<t.dataTransfer.items.length;a++)if("file"===t.dataTransfer.items[a].kind){var s=t.dataTransfer.items[a].getAsFile();if(!s)return;e.avatarUpdateFile=s,e.avatarUpdatePreview=URL.createObjectURL(s),e.avatarUpdateIndex=1}}else for(a=0;a<t.dataTransfer.files.length;a++){if(!t.dataTransfer.files[a].hasOwnProperty("name"))return;e.avatarUpdateFile=t.dataTransfer.files[a],e.avatarUpdatePreview=URL.createObjectURL(t.dataTransfer.files[a]),e.avatarUpdateIndex=1}},confirmUpload:function(){var t=this;if(window.confirm("Are you sure you want to change your avatar photo?")){var e=new FormData;e.append("_method","PATCH"),e.append("avatar",this.avatarUpdateFile),axios.post("/api/v1/accounts/update_credentials",e).then((function(e){window._sharedData.user.avatar=e.data.avatar,t.avatarUpdateClose()})).catch((function(t){t.response.data&&t.response.data.errors&&t.response.data.errors.avatar&&t.response.data.errors.avatar.length&&swal("Oops!",t.response.data.errors.avatar[0],"error")}))}}}}},7762:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(29655);a(99101);function i(t){return function(t){if(Array.isArray(t))return n(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return n(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return n(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}const o={components:{Autocomplete:s.default},data:function(){return{user:window._sharedData.user,profileLayoutModel:"grid"}},computed:{profileLayout:{get:function(){return this.$store.state.profileLayout},set:function(t){this.$store.commit("setProfileLayout",t)}},hideCounts:{get:function(){return this.$store.state.hideCounts},set:function(t){this.$store.commit("setHideCounts",t)}},autoloadComments:{get:function(){return this.$store.state.autoloadComments},set:function(t){this.$store.commit("setAutoloadComments",t)}},newReactions:{get:function(){return this.$store.state.newReactions},set:function(t){this.$store.commit("setNewReactions",t)}},fixedHeight:{get:function(){return this.$store.state.fixedHeight},set:function(t){this.$store.commit("setFixedHeight",t)}}},methods:{autocompleteSearch:function(t){var e=this;if(!t||t.length<2)return[];var a=t.startsWith("https://")||t.startsWith("@");return axios.get("/api/v2/search",{params:{q:t,resolve:a}}).then((function(a){var s=[],n=a.data.accounts.map((function(t){var e=t;return e.s_type="account",e})),o=a.data.hashtags.map((function(t){var e=t;return e.s_type="hashtag",e}));if(s.push.apply(s,i(n.slice(0,5))),s.push.apply(s,i(o.slice(0,5))),a.data.statuses)if(Array.isArray(a.data.statuses)){var r=a.data.statuses.map((function(t){var e=t;return e.s_type="status",e}));s.push.apply(s,i(r))}else t===a.data.statuses.url&&(e.$refs.autocomplete.value="",e.$router.push({name:"post",path:"/i/web/post/".concat(a.data.statuses.id),params:{id:a.data.statuses.id,cachedStatus:a.data.statuses,cachedProfile:e.user}}));return s}))},getSearchResultValue:function(t){return t},onSearchSubmit:function(t){if(!(t.length<1))switch(this.$refs.autocomplete.value="",t.s_type){case"account":location.href="/i/web/profile/".concat(t.id);break;case"hashtag":location.href="/i/web/hashtag/".concat(t.name);break;case"status":location.href="/i/web/post/".concat(t.id)}},truncate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30;return t.length<=e?t:t.slice(0,e)+"..."},logout:function(){axios.post("/logout").then((function(t){location.href="/"})).catch((function(t){location.href="/"}))},openUserInterfaceSettings:function(){event.currentTarget.blur(),this.$refs.uis.show()}}}},33588:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{small:{type:Boolean,default:!1}}}},84196:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={components:{notifications:a(73459).default},data:function(){return{profile:{}}},mounted:function(){this.profile=window._sharedData.user}}},77671:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>l});var s=a(20629),i=a(68296),n=a(76429);function o(t,e){var a=Object.keys(t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);e&&(s=s.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),a.push.apply(a,s)}return a}function r(t,e,a){return e in t?Object.defineProperty(t,e,{value:a,enumerable:!0,configurable:!0,writable:!0}):t[e]=a,t}const l={props:{user:{type:Object,default:function(){return{avatar:"/storage/avatars/default.jpg",username:!1,display_name:"",following_count:0,followers_count:0}}},links:{type:Array,default:function(){return[{name:"Discover",path:"/i/web/discover",icon:"fas fa-compass"},{name:"Groups",path:"/i/web/groups",icon:"far fa-user-friends"},{name:"Videos",path:"/i/web/videos",icon:"far fa-video"}]}}},components:{ComposeSimple:i.default,UpdateAvatar:n.default},computed:function(t){for(var e=1;e<arguments.length;e++){var a=null!=arguments[e]?arguments[e]:{};e%2?o(Object(a),!0).forEach((function(e){r(t,e,a[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(a)):o(Object(a)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(a,e))}))}return t}({},(0,s.mapGetters)(["getCustomEmoji"])),data:function(){return{loaded:!1}},mounted:function(){},methods:{getDisplayName:function(){var t=this,e=this.user,a=e.display_name;if(!a)return e.username;if(a.includes(":")){return a.replaceAll(/(<a?)?:\w+:(\d{18}>)?/g,(function(e){var a=e.slice(1,e.length-1),s=t.getCustomEmoji.filter((function(t){return t.shortcode==a}));return s.length?'<img draggable="false" class="emojione custom-emoji" alt="'.concat(s[0].shortcode,'" title="').concat(s[0].shortcode,'" src="').concat(s[0].url,'" data-original="').concat(s[0].url,'" data-static="').concat(s[0].static_url,'" width="16" height="16" onerror="this.onerror=null;this.src=\'/storage/emoji/missing.png\';" />'):e}))}return a},gotoMyProfile:function(){var t=this.user;this.$router.push({name:"profile",path:"/i/web/profile/".concat(t.id),params:{id:t.id,cachedProfile:t,cachedUser:t}})},formatCount:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-GB",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"compact";return new Intl.NumberFormat(e,{notation:a,compactDisplay:"short"}).format(t)},updateAvatar:function(){event.currentTarget.blur(),this.$refs.avatarUpdate.open()},createNewPost:function(){this.$refs.createPostModal.show()}}}},96668:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{n:{type:Object}},data:function(){return{profile:window._sharedData.user}},methods:{truncate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:30;return t.length<=e?t:t.slice(0,e)+"..."},timeAgo:function(t){var e=Date.parse(t),a=Math.floor((new Date-e)/1e3),s=Math.floor(a/31536e3);return s>=1?s+"y":(s=Math.floor(a/604800))>=1?s+"w":(s=Math.floor(a/86400))>=1?s+"d":(s=Math.floor(a/3600))>=1?s+"h":(s=Math.floor(a/60))>=1?s+"m":Math.floor(a)+"s"},mentionUrl:function(t){return"/p/"+t.account.username+"/"+t.id},followProfile:function(t){var e=this,a=t.account.id;axios.post("/i/follow",{item:a}).then((function(t){e.notifications.map((function(t){t.account.id===a&&(t.relationship.following=!0)}))})).catch((function(t){t.response.data.message&&swal("Error",t.response.data.message,"error")}))},viewContext:function(t){switch(t.type){case"follow":return this.getProfileUrl(t.account);case"mention":return t.status.url;case"like":case"favourite":case"comment":return this.getPostUrl(t.status);case"tagged":return t.tagged.post_url;case"direct":return"/account/direct/t/"+t.account.id}return"/"},getProfileUrl:function(t){this.$router.push({name:"profile",path:"/i/web/profile/".concat(t.id),params:{id:t.id,cachedProfile:t,cachedUser:this.profile}})},getPostUrl:function(t){this.$router.push({name:"post",path:"/i/web/post/".concat(t.id),params:{id:t.id,cachedStatus:t,cachedProfile:this.profile}})}}}},3366:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={data:function(){return{user:{},step:"firstLoad"}},mounted:function(){this.user=window._sharedData.user},methods:{toggleStep:function(t){this.step=t}}}},27908:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{profile:{type:Object}},data:function(){return{loading:!0,trending:[],range:"daily",breadcrumbItems:[{text:"Discover",href:"/i/web/discover"},{text:"Trending",active:!0}]}},mounted:function(){this.loadTrending()},methods:{fetchData:function(){var t=this;axios.get("/api/pixelfed/v2/discover/posts").then((function(e){t.posts=e.data.posts.filter((function(t){return null!=t})),t.recommendedLoading=!1}))},loadTrending:function(){var t=this;this.loading=!0,axios.get("/api/pixelfed/v2/discover/posts/trending",{params:{range:this.range}}).then((function(e){var a=e.data.filter((function(t){return null!==t}));t.trending=a.filter((function(t){return 0==t.sensitive})),"daily"==t.range&&0==a.length&&(t.range="yearly",t.loadTrending()),t.loading=!1}))},formatCount:function(t){return App.util.format.count(t)},goToPost:function(t){this.$router.push({name:"post",params:{id:t.id,cachedStatus:t,cachedProfile:this.profile}})},rangeToggle:function(t){event.currentTarget.blur(),this.range=t,this.loadTrending()}}}},58338:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(73128),i=a(78423);function n(t){return function(t){if(Array.isArray(t))return o(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return o(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return o(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function o(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}const r={props:{profile:{type:Object}},components:{intersect:i.default,placeholder:s.default},data:function(){return{feed:{},maxId:void 0,isIntersecting:!1,canLoadMore:!0,isRefreshing:!1,hasLoaded:!1}},mounted:function(){this.init()},methods:{init:function(){var t=this;axios.get("/api/pixelfed/v1/notifications",{params:{limit:9}}).then((function(e){var a=e.data.filter((function(t){return!("share"==t.type&&!t.status)&&(!("comment"==t.type&&!t.status)&&(!("mention"==t.type&&!t.status)&&(!("favourite"==t.type&&!t.status)&&!("follow"==t.type&&!t.account))))})),s=a.map((function(t){return t.id}));t.maxId=Math.min.apply(Math,n(s)),t.feed=a,9!=a.length&&(t.canLoadMore=!1),t.hasLoaded=!0,setTimeout((function(){t.isRefreshing=!1}),15e3)}))},refreshNotifications:function(){event.currentTarget.blur(),this.isRefreshing=!0,this.init()},enterIntersect:function(){var t=this;this.isIntersecting||(this.isIntersecting=!0,axios.get("/api/pixelfed/v1/notifications",{params:{limit:9,max_id:this.maxId}}).then((function(e){var a,s=e.data.filter((function(t){return!("share"==t.type&&!t.status)&&(!("comment"==t.type&&!t.status)&&(!("mention"==t.type&&!t.status)&&(!("favourite"==t.type&&!t.status)&&!("follow"==t.type&&!t.account))))})),i=s.map((function(t){return t.id}));t.maxId=Math.min.apply(Math,n(i)),(a=t.feed).push.apply(a,n(s)),e.data.length||(t.canLoadMore=!1),t.isIntersecting=!1})))},truncate:function(t){return t.length<=15?t:t.slice(0,15)+"..."},timeAgo:function(t){return window.App.util.format.timeAgo(t)},mentionUrl:function(t){return"/p/"+t.account.username+"/"+t.id},redirect:function(t){window.location.href=t},notificationPreview:function(t){return t.status&&t.status.hasOwnProperty("media_attachments")&&t.status.media_attachments.length?t.status.media_attachments[0].preview_url:"/storage/no-preview.png"},getProfileUrl:function(t){return"/i/web/profile/"+t.id},getPostUrl:function(t){if(t)return"/i/web/post/"+t.id},goToPost:function(t){this.$router.push({name:"post",path:"/i/web/post/".concat(t.id),params:{id:t.id,cachedStatus:t,cachedProfile:this.profile}})},goToProfile:function(t){this.$router.push({name:"profile",path:"/i/web/profile/".concat(t.id),params:{id:t.id,cachedProfile:t,cachedUser:this.profile}})}}}},98868:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>y});var s=a(40829),i=a(79205),n=a(45615),o=a(19893),r=a(72154),l=a(98191),c=a(6430),d=a(15122),u=a(33390),f=a(76954),p=a(67125),m=a(68645),h=a(85673),v=a(65e3),g=a(23104),b=a(3625),_=a(36440),C=a(29655),w=(a(99101),a(19755));const y={props:{bootTab:{type:String}},components:{"profile-tab":s.default,"account-tab":i.default,"accessibility-tab":n.default,"appearance-tab":o.default,"devices-tab":r.default,"notifications-tab":l.default,"preferences-tab":c.default,"security-tab":d.default,"import-tab":u.default,"export-tab":f.default,"archive-tab":p.default,"blocked-tab":m.default,"bookmarks-tab":h.default,"collections-tab":v.default,"follows-tab":g.default,"groups-tab":b.default,"likes-tab":_.default,autocomplete:C.default},data:function(){return{initialLoad:!1,config:{},profile:{},tabChanges:0,tabIndex:0,tabs:[],changed:!1,menuMode:!1,searchResults:[],mobileSearchOpen:!1}},created:function(){window.addEventListener("resize",this.handleOnResize)},destroyed:function(){window.removeEventListener("resize",this.handleOnResize)},mounted:function(){this.init()},methods:{handleOnResize:function(){var t=[".navbar","footer",".mobile-footer",".mobile-footer-spacer"];window.innerWidth<768?(this.menuMode=!0,t.forEach((function(t){w(t).addClass("d-none")}))):(this.menuMode=!1,t.forEach((function(t){w(t).removeClass("d-none")})))},init:function(){this.setTabs(),this.handleOnResize()},setCurrentTab:function(){var t=this.$route.params.pathMatch;if(t){var e=this.tabs.map((function(t){return t.slug})).indexOf(t),a=e>0?e:0;this.toggleTab(a),this.menuMode=!1,setTimeout((function(){document.getElementById("stab_"+a).scrollIntoView({behavior:"smooth",block:"end",inline:"end"})}),300)}this.initialLoad=!0},goHome:function(){location.href="/i/web"},fetchConfig:function(){var t=this;axios.get("/i/settings/config.json").then((function(e){t.config=e.data,t.fetchAccount()}))},fetchAccount:function(){var t=this;axios.get("/i/settings/account.json").then((function(e){t.profile=e.data,t.setCurrentTab()}))},setTabs:function(){this.tabs=[{title:"Profile",slug:"profile",icon:"far fa-user"},{title:"Account",slug:"account",icon:"far fa-house-user"},{title:"Accessibility",slug:"accessibility",icon:"far fa-universal-access"},{title:"Appearance",slug:"appearance",icon:"far fa-paint-brush"},{title:"Apps & Devices",slug:"apps-and-devices",icon:"far fa-mobile"},{title:"Notifications",slug:"notifications",icon:"far fa-bell"},{title:"Security",slug:"security",icon:"far fa-lock"}],this.fetchConfig()},toggleTab:function(t){if(event&&event.hasOwnProperty("currentTarget")&&event.currentTarget.blur(),this.menuMode=!1,this.mobileSearchOpen=!1,this.changed&&this.tabIndex!=t){if(!window.confirm("Are you sure you want to proceed without saving your changes?"))return;this.changed=!1,this.clearChanges()}if(this.tabIndex=t,0==t)history.pushState(null,null,"/i/web/settings");else{var e=this.tabs[t].slug,a=0==this.tabChanges?"/i/web/settings/"+e+window.location.search:"/i/web/settings/"+e;history.pushState(null,null,a)}this.tabChanges++},handleChange:function(t){this.changed=t},syncProfile:function(t){this.profile=t},goBack:function(){this.menuMode=!0,this.tabIndex=0,history.pushState(null,null,"/i/web/settings")},clearChanges:function(){switch(event.currentTarget.blur(),this.tabIndex){case 0:this.$refs.profileTab.init();break;case 1:this.$refs.accountTab.init()}this.changed=!1},saveChanges:function(){switch(event.currentTarget.blur(),this.tabIndex){case 0:this.$refs.profileTab.save();break;case 1:this.$refs.accountTab.save();break;case 2:this.$refs.accessibilityTab.save();break;case 3:this.$refs.appearanceTab.save();break;case 6:this.$refs.preferencesTab.save()}},autocompleteSearch:function(t){return!t||t.length<2?[]:axios.get("/i/settings-search",{params:{q:t}}).then((function(t){return t.data}))},getSearchResultValue:function(t){return t},onSearchSubmit:function(t){if(t.length<1)return[];this.$refs.autocomplete.value="",this.toggleTab(t.tabIndex)},toggleMobileSearch:function(){event.currentTarget.blur(),this.mobileSearchOpen=!this.mobileSearchOpen}}}},75995:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(19755);const i={data:function(){return{announcements:[],announcement:{},cursor:0,showNext:!0,showPrev:!1}},mounted:function(){this.fetchAnnouncements()},updated:function(){s('[data-toggle="tooltip"]').tooltip()},methods:{fetchAnnouncements:function(){var t=this,e=JSON.parse(window.localStorage.getItem("metro-tips-closed"));axios.get("/api/pixelfed/v1/newsroom/timeline").then((function(a){t.announcements=a.data.filter((function(t){return!e||-1==e.indexOf(t.id)})),t.announcement=t.announcements[0],1==t.announcements.length&&(t.showNext=!1)}))},loadNext:function(){this.showNext&&(this.cursor+=1,this.announcement=this.announcements[this.cursor],this.cursor+1==this.announcements.length&&(this.showNext=!1),this.cursor>=1&&(this.showPrev=!0))},loadPrev:function(){this.showPrev&&(this.cursor-=1,this.announcement=this.announcements[this.cursor],0==this.cursor&&(this.showPrev=!1),this.cursor<this.announcements.length&&(this.showNext=!0))},closeNewsroomPost:function(t,e){var a="metro-tips-closed",s=[],i=window.localStorage.getItem(a);i&&(s=JSON.parse(i)),s.push(t),window.localStorage.setItem(a,JSON.stringify(s)),this.newsroomPosts=this.newsroomPosts.filter((function(e){return e.id!==t})),0==this.newsroomPosts.length?this.showTips=!1:this.newsroomPost=[this.newsroomPosts[0]]},close:function(){window.localStorage.setItem("metro-tips",!1),this.$emit("show-tips",!1)},markAsRead:function(){var t=this;axios.post("/api/pixelfed/v1/newsroom/markasread",{id:this.announcement.id}).then((function(e){var a=t.cursor;t.announcements.splice(a,1),t.announcement=t.announcements[0],t.cursor=0,t.showPrev=!1,t.showNext=t.announcements.length>1})).catch((function(t){swal("Oops, Something went wrong","There was a problem with your request, please try again later.","error")}))}}}},77355:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(19755);const i={data:function(){return{authenticated:!1,loaded:!1,config:window.App.config,posts:{},trending:{},trendingDaily:{},trendingMonthly:{},searchTerm:"",trendingRange:"daily",trendingLoading:!0,recommendedLoading:!0}},beforeMount:function(){this.authenticated=s("body").hasClass("loggedIn")},mounted:function(){this.loaded=!0,this.loadTrending(),1==s("body").hasClass("loggedIn")&&(this.fetchData(),axios.get("/api/pixelfed/v1/accounts/verify_credentials").then((function(t){window._sharedData.curUser=t.data,window.App.util.navatar()})))},methods:{fetchData:function(){var t=this;this.recommendedLoading&&axios.get("/api/v1/discover/posts").then((function(e){t.posts=e.data.posts.filter((function(t){return null!=t})),t.recommendedLoading=!1}))},searchSubmit:function(){this.searchTerm.length>1&&(window.location.href="/i/results?q="+this.searchTerm)},loadTrending:function(){var t=this;"daily"==this.trendingRange&&this.trendingDaily.length&&(this.trending=this.trendingDaily,this.trendingLoading=!1),"monthly"==this.trendingRange&&this.trendingMonthly.length&&(this.trending=this.trendingMonthly,this.trendingLoading=!1),axios.get("/api/pixelfed/v2/discover/posts/trending",{params:{range:this.trendingRange}}).then((function(e){var a=e.data.filter((function(t){return null!==t}));"daily"==t.trendingRange&&(t.trendingDaily=a.filter((function(t){return 0==t.sensitive}))),"monthly"==t.trendingRange&&(t.trendingMonthly=a.filter((function(t){return 0==t.sensitive}))),t.trending=a,t.trendingLoading=!1}))},trendingRangeToggle:function(t){this.trendingLoading=!0,this.trendingRange=t,this.loadTrending()},formatCount:function(t){return App.util.format.count(t)}}}},2962:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(19755);function i(t){return function(t){if(Array.isArray(t))return n(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return n(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return n(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}const o={data:function(){return{loading:!0,notifications:{},notificationCursor:2,notificationMaxId:0,profile:{locked:!1},followRequests:null,showRefresh:!1,attemptedRefresh:!1}},mounted:function(){var t=this;this.fetchNotifications(),setTimeout((function(){t.profile=window._sharedData.curUser,t.fetchFollowRequests()}),1500)},updated:function(){},methods:(r={fetchNotifications:function(){var t=this;axios.get("/api/pixelfed/v1/notifications?pg=true").then((function(e){var a=e.data.filter((function(t){return!("share"==t.type&&!t.status||"comment"==t.type&&!t.status||"mention"==t.type&&!t.status||"favourite"==t.type&&!t.status||"follow"==t.type&&!t.account)})),s=a.map((function(t){return t.id}));t.notificationMaxId=Math.min.apply(Math,i(s)),t.notifications=a,t.loading=!1,0!=a.length||t.attemptedRefresh||(t.showRefresh=!0)}))},infiniteNotifications:function(t){var e=this;this.notificationCursor>5?t.complete():axios.get("/api/pixelfed/v1/notifications",{params:{max_id:this.notificationMaxId}}).then((function(a){if(a.data.length){var s,n=a.data.filter((function(t){return!("share"==t.type&&!t.status||"comment"==t.type&&!t.status||"mention"==t.type&&!t.status||"favourite"==t.type&&!t.status||"follow"==t.type&&!t.account||_.find(e.notifications,{id:t.id}))})),o=n.map((function(t){return t.id}));e.notificationMaxId=Math.min.apply(Math,i(o)),(s=e.notifications).push.apply(s,i(n)),e.notificationCursor++,t.loaded()}else t.complete()}))},truncate:function(t){return t.length<=15?t:t.slice(0,15)+"..."},timeAgo:function(t){return window.App.util.format.timeAgo(t)},mentionUrl:function(t){return"/p/"+t.account.username+"/"+t.id},notificationPoll:function(){var t=this.notifications.length>5?15e3:12e4,e=this;setInterval((function(){axios.get("/api/pixelfed/v1/notifications").then((function(t){var a=t.data.filter((function(t){return!("share"==t.type||e.notificationMaxId>=t.id)}));if(a.length){var n,o=a.map((function(t){return t.id}));e.notificationMaxId=Math.max.apply(Math,i(o)),(n=e.notifications).unshift.apply(n,i(a));var r=new Audio("/static/beep.mp3");r.volume=.7,r.play(),s(".notification-card .far.fa-bell").addClass("fas text-danger").removeClass("far text-muted")}}))}),t)},refreshNotifications:function(){var t=this;axios.get("/api/pixelfed/v1/notifications").then((function(e){var a=e.data.filter((function(e){return!("share"==e.type||t.notificationMaxId>=e.id)}));if(a.length>0){var s=a.map((function(t){return t.id})),i=Math.max(s);if(i<=t.notificationMaxId)return;t.notificationMaxId=i,t.notifications=a;var n=new Audio("/static/beep.mp3");n.volume=.7,n.play()}}))},fetchFollowRequests:function(){var t=this;1==window._sharedData.curUser.locked&&axios.get("/account/follow-requests.json").then((function(e){t.followRequests=e.data}))},redirect:function(t){window.location.href=t},notificationPreview:function(t){return t.status&&t.status.hasOwnProperty("media_attachments")&&t.status.media_attachments.length?t.status.media_attachments[0].preview_url:"/storage/no-preview.png"},getProfileUrl:function(t){return 1==t.local?t.url:"/i/web/profile/_/"+t.id},getPostUrl:function(t){if(t)return t.hasOwnProperty("local")&&1!=t.local?"/i/web/post/_/"+t.account.id+"/"+t.id:t.url}},l="refreshNotifications",c=function(){this.loading=!0,this.attemptedRefresh=!0,this.fetchNotifications()},l in r?Object.defineProperty(r,l,{value:c,enumerable:!0,configurable:!0,writable:!0}):r[l]=c,r)};var r,l,c},14425:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(19755);const i={props:["feed","status","profile","size","modal"],data:function(){return{activeSession:!1}},mounted:function(){var t=document.querySelector("body");this.activeSession=!!t.classList.contains("loggedIn")},methods:{reportUrl:function(t){return"/i/report?type="+(t.in_reply_to?"comment":"post")+"&id="+t.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},editUrl:function(t){return t.url+"/edit"},redirect:function(t){window.location.href=t},replyUrl:function(t){return"/p/"+this.profile.username+"/"+(t.account.id==this.profile.id?t.id:t.in_reply_to_id)},mentionUrl:function(t){return"/p/"+t.account.username+"/"+t.id},statusOwner:function(t){return parseInt(t.account.id)==parseInt(this.profile.id)},deletePost:function(){this.$emit("deletePost"),s("#mt_pid_"+this.status.id).modal("hide")},hidePost:function(t){t.sensitive=!0,s("#mt_pid_"+t.id).modal("hide")},moderatePost:function(t,e,a){var s=t.account.username;switch(e){case"autocw":var i="Are you sure you want to enforce CW for "+s+" ?";swal({title:"Confirm",text:i,icon:"warning",buttons:!0,dangerMode:!0});break;case"suspend":i="Are you sure you want to suspend the account of "+s+" ?",swal({title:"Confirm",text:i,icon:"warning",buttons:!0,dangerMode:!0})}},muteProfile:function(t){0!=s("body").hasClass("loggedIn")&&axios.post("/i/mute",{type:"user",item:t.account.id}).then((function(e){swal("Success","You have successfully muted "+t.account.acct,"success")})).catch((function(t){swal("Error","Something went wrong. Please try again later.","error")}))},blockProfile:function(t){0!=s("body").hasClass("loggedIn")&&axios.post("/i/block",{type:"user",item:t.account.id}).then((function(e){swal("Success","You have successfully blocked "+t.account.acct,"success")})).catch((function(t){swal("Error","Something went wrong. Please try again later.","error")}))},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},closeModal:function(){s("#mt_pid_"+this.status.id).modal("hide")}}}},58206:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:["list","scope"],data:function(){return{loading:!0,show:!0,stories:{}}},mounted:function(){this.fetchStories()},methods:{fetchStories:function(){var t=this;axios.get("/api/web/stories/v1/recent").then((function(e){e.data;e.data.length?(t.stories=e.data,t.loading=!1):t.show=!1})).catch((function(e){t.loading=!1,t.$bvToast.toast("Cannot load stories. Please try again later.",{title:"Error",variant:"danger",autoHideDelay:5e3}),t.show=!1}))},showStory:function(t){var e;switch(this.scope){case"home":e="/?t=1";break;case"local":e="/?t=2";break;case"network":e="/?t=3"}window.location.href=this.stories[t].url+e},systemStory:function(){window.location.href="/i/_platform/stories/whats-new"}}}},33109:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{group:{type:Object},compact:{type:Boolean,default:!1},showStats:{type:Boolean,default:!1},truncateTitleLength:{type:Number,default:19},truncateDescriptionLength:{type:Number,default:22}},data:function(){return{titleLength:40,descriptionLength:60}},mounted:function(){this.compact&&(this.titleLength=19,this.descriptionLength=22),19!=this.truncateTitleLength&&(this.titleLength=this.truncateTitleLength),22!=this.truncateDescriptionLength&&(this.descriptionLength=this.truncateDescriptionLength)},methods:{prettyCount:function(t){return App.util.format.count(t)},truncate:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:140;return t.length<=e?t:t.substr(0,e)+" ..."}}}},53999:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(19755);const i={props:["status","profile"],data:function(){return{ctxMenuStatus:!1,ctxMenuRelationship:!1,ctxEmbedPayload:!1,copiedEmbed:!1,replySending:!1,ctxEmbedShowCaption:!0,ctxEmbedShowLikes:!1,ctxEmbedCompactMode:!1,confirmModalTitle:"Are you sure?",confirmModalIdentifer:null,confirmModalType:!1}},watch:{ctxEmbedShowCaption:function(t,e){1==t&&(this.ctxEmbedCompactMode=!1);var a=this.ctxEmbedCompactMode?"compact":"full";this.ctxEmbedPayload=window.App.util.embed.post(this.ctxMenuStatus.url,this.ctxEmbedShowCaption,this.ctxEmbedShowLikes,a)},ctxEmbedShowLikes:function(t,e){1==t&&(this.ctxEmbedCompactMode=!1);var a=this.ctxEmbedCompactMode?"compact":"full";this.ctxEmbedPayload=window.App.util.embed.post(this.ctxMenuStatus.url,this.ctxEmbedShowCaption,this.ctxEmbedShowLikes,a)},ctxEmbedCompactMode:function(t,e){1==t&&(this.ctxEmbedShowCaption=!1,this.ctxEmbedShowLikes=!1);var a=this.ctxEmbedCompactMode?"compact":"full";this.ctxEmbedPayload=window.App.util.embed.post(this.ctxMenuStatus.url,this.ctxEmbedShowCaption,this.ctxEmbedShowLikes,a)}},methods:{open:function(){this.ctxMenu()},ctxMenu:function(){var t=this;this.ctxMenuStatus=this.status,this.ctxEmbedPayload=window.App.util.embed.post(this.status.url),this.status.account.id==this.profile.id?(this.ctxMenuRelationship=!1,this.$refs.ctxModal.show()):axios.get("/api/pixelfed/v1/accounts/relationships",{params:{"id[]":this.status.account.id}}).then((function(e){t.ctxMenuRelationship=e.data[0],t.$refs.ctxModal.show()}))},closeCtxMenu:function(){this.copiedEmbed=!1,this.ctxMenuStatus=!1,this.ctxMenuRelationship=!1,this.$refs.ctxModal.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxReportOther.hide(),this.closeModals()},ctxMenuCopyLink:function(){var t=this.ctxMenuStatus;navigator.clipboard.writeText(t.url),this.closeModals()},ctxMenuGoToPost:function(){var t=this.ctxMenuStatus;window.location.href=this.statusUrl(t),this.closeCtxMenu()},ctxMenuGoToProfile:function(){var t=this.ctxMenuStatus;window.location.href=this.profileUrl(t),this.closeCtxMenu()},ctxMenuFollow:function(){var t=this,e=this.ctxMenuStatus.account.id;axios.post("/i/follow",{item:e}).then((function(e){var a=t.ctxMenuStatus.account.acct;t.closeCtxMenu(),setTimeout((function(){swal("Follow successful!","You are now following "+a,"success")}),500)}))},ctxMenuUnfollow:function(){var t=this,e=this.ctxMenuStatus.account.id;axios.post("/i/follow",{item:e}).then((function(e){var a=t.ctxMenuStatus.account.acct;"home"==t.scope&&(t.feed=t.feed.filter((function(e){return e.account.id!=t.ctxMenuStatus.account.id}))),t.closeCtxMenu(),setTimeout((function(){swal("Unfollow successful!","You are no longer following "+a,"success")}),500)}))},ctxMenuReportPost:function(){this.$refs.ctxModal.hide(),this.$refs.ctxReport.show()},ctxMenuEmbed:function(){this.closeModals(),this.$refs.ctxEmbedModal.show()},ctxMenuShare:function(){this.$refs.ctxModal.hide(),this.$refs.ctxShareModal.show()},closeCtxShareMenu:function(){this.$refs.ctxShareModal.hide(),this.$refs.ctxModal.show()},ctxCopyEmbed:function(){navigator.clipboard.writeText(this.ctxEmbedPayload),this.ctxEmbedShowCaption=!0,this.ctxEmbedShowLikes=!1,this.ctxEmbedCompactMode=!1,this.$refs.ctxEmbedModal.hide()},ctxModMenuShow:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.show()},ctxModOtherMenuShow:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.hide(),this.$refs.ctxModOtherModal.show()},ctxModMenu:function(){this.$refs.ctxModal.hide()},ctxModMenuClose:function(){this.closeModals()},ctxModOtherMenuClose:function(){this.closeModals(),this.$refs.ctxModModal.show()},formatCount:function(t){return App.util.format.count(t)},openCtxReportOtherMenu:function(){var t=this.ctxMenuStatus;this.closeCtxMenu(),this.ctxMenuStatus=t,this.$refs.ctxReportOther.show()},ctxReportMenuGoBack:function(){this.$refs.ctxReportOther.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxModal.show()},ctxReportOtherMenuGoBack:function(){this.$refs.ctxReportOther.hide(),this.$refs.ctxModal.hide(),this.$refs.ctxReport.show()},sendReport:function(t){var e=this,a=this.ctxMenuStatus.id;swal({title:"Confirm Report",text:"Are you sure you want to report this post?",icon:"warning",buttons:!0,dangerMode:!0}).then((function(s){s?axios.post("/i/report/",{report:t,type:"post",id:a}).then((function(t){e.closeCtxMenu(),swal("Report Sent!","We have successfully received your report.","success")})).catch((function(t){swal("Oops!","There was an issue reporting this post.","error")})):e.closeCtxMenu()}))},closeModals:function(){this.$refs.ctxModal.hide(),this.$refs.ctxModModal.hide(),this.$refs.ctxModOtherModal.hide(),this.$refs.ctxShareModal.hide(),this.$refs.ctxEmbedModal.hide(),this.$refs.ctxReport.hide(),this.$refs.ctxReportOther.hide(),this.$refs.ctxConfirm.hide()},openCtxStatusModal:function(){this.closeModals(),this.$refs.ctxStatusModal.show()},openConfirmModal:function(){this.closeModals(),this.$refs.ctxConfirm.show()},closeConfirmModal:function(){this.closeModals(),this.confirmModalTitle="Are you sure?",this.confirmModalType=!1,this.confirmModalIdentifer=null},confirmModalConfirm:function(){var t=this;if("post.delete"===this.confirmModalType)axios.post("/i/delete",{type:"status",item:this.confirmModalIdentifer}).then((function(e){t.feed=t.feed.filter((function(e){return e.id!=t.confirmModalIdentifer})),t.closeConfirmModal()})).catch((function(e){t.closeConfirmModal(),swal("Error","Something went wrong. Please try again later.","error")}));this.closeConfirmModal()},confirmModalCancel:function(){this.closeConfirmModal()},moderatePost:function(t,e,a){var s=this,i=(t.account.username,t.id,""),n=this;switch(e){case"addcw":i="Are you sure you want to add a content warning to this post?",swal({title:"Confirm",text:i,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){swal("Success","Successfully added content warning","success"),t.sensitive=!0,n.closeModals(),n.ctxModMenuClose()})).catch((function(t){swal("Error","Something went wrong, please try again later.","error"),n.closeModals(),n.ctxModMenuClose()}))}));break;case"remcw":i="Are you sure you want to remove the content warning on this post?",swal({title:"Confirm",text:i,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){swal("Success","Successfully added content warning","success"),t.sensitive=!1,n.closeModals(),n.ctxModMenuClose()})).catch((function(t){swal("Error","Something went wrong, please try again later.","error"),n.closeModals(),n.ctxModMenuClose()}))}));break;case"unlist":i="Are you sure you want to unlist this post?",swal({title:"Confirm",text:i,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(e){s.feed=s.feed.filter((function(e){return e.id!=t.id})),swal("Success","Successfully unlisted post","success"),n.closeModals(),n.ctxModMenuClose()})).catch((function(t){n.closeModals(),n.ctxModMenuClose(),swal("Error","Something went wrong, please try again later.","error")}))}));break;case"spammer":i="Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.",swal({title:"Confirm",text:i,icon:"warning",buttons:!0,dangerMode:!0}).then((function(a){a&&axios.post("/api/v2/moderator/action",{action:e,item_id:t.id,item_type:"status"}).then((function(t){swal("Success","Successfully marked account as spammer","success"),n.closeModals(),n.ctxModMenuClose()})).catch((function(t){n.closeModals(),n.ctxModMenuClose(),swal("Error","Something went wrong, please try again later.","error")}))}))}},shareStatus:function(t,e){0!=s("body").hasClass("loggedIn")&&(this.closeModals(),axios.post("/i/share",{item:t.id}).then((function(e){t.reblogs_count=e.data.count,t.reblogged=!t.reblogged,t.reblogged?swal("Success","You shared this post","success"):swal("Success","You unshared this post","success")})).catch((function(t){swal("Error","Something went wrong, please try again later.","error")})))},statusUrl:function(t){return 1==t.account.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.account.local?t.account.url:"/i/web/profile/_/"+t.account.id},deletePost:function(t){var e=this;0!=s("body").hasClass("loggedIn")&&0!=this.ownerOrAdmin(t)&&0!=window.confirm("Are you sure you want to delete this post?")&&axios.post("/i/delete",{type:"status",item:t.id}).then((function(a){e.$emit("status-delete",t.id),e.closeModals()})).catch((function(t){swal("Error","Something went wrong. Please try again later.","error")}))},owner:function(t){return this.profile.id===t.account.id},admin:function(){return 1==this.profile.is_admin},ownerOrAdmin:function(t){return this.owner(t)||this.admin()},archivePost:function(t){var e=this;0!=window.confirm("Are you sure you want to archive this post?")&&axios.post("/api/pixelfed/v2/status/"+t.id+"/archive").then((function(a){e.$emit("status-delete",t.id),e.closeModals()}))},unarchivePost:function(t){var e=this;0!=window.confirm("Are you sure you want to unarchive this post?")&&axios.post("/api/pixelfed/v2/status/"+t.id+"/unarchive").then((function(t){e.closeModals()}))}}}},55192:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(20415),i=a(19755);const n={props:{reactions:{type:Object},status:{type:Object},profile:{type:Object},showBorder:{type:Boolean,default:!0},showBorderTop:{type:Boolean,default:!1},fetchState:{type:Boolean,default:!1}},components:{"context-menu":s.default},data:function(){return{authenticated:!1,tab:"vote",selectedIndex:null,refreshTimeout:void 0,activeRefreshTimeout:!1,refreshingResults:!1}},mounted:function(){var t=this;this.fetchState?axios.get("/api/v1/polls/"+this.status.poll.id).then((function(e){t.status.poll=e.data,e.data.voted&&(t.selectedIndex=e.data.own_votes[0],t.tab="voted"),t.status.poll.expired=new Date(t.status.poll.expires_at)<new Date,t.status.poll.expired&&(t.tab=t.status.poll.voted?"voted":"results")})):(this.status.poll.voted&&(this.tab="voted"),this.status.poll.expired=new Date(this.status.poll.expires_at)<new Date,this.status.poll.expired&&(this.tab=this.status.poll.voted?"voted":"results"),this.status.poll.own_votes.length&&(this.selectedIndex=this.status.poll.own_votes[0])),this.authenticated=i("body").hasClass("loggedIn")},methods:{selectOption:function(t){event.currentTarget.blur(),this.selectedIndex=t},submitVote:function(){var t=this;axios.post("/api/v1/polls/"+this.status.poll.id+"/votes",{choices:[this.selectedIndex]}).then((function(e){console.log(e.data),t.status.poll=e.data})),this.tab="voted"},viewResultsTab:function(){this.tab="results"},viewPollTab:function(){this.tab=null!=this.selectedIndex?"voted":"vote"},formatCount:function(t){return App.util.format.count(t)},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},shortTimestampAhead:function(t){return window.App.util.format.timeAhead(t)},refreshResults:function(){var t=this;this.activeRefreshTimeout=!0,this.refreshingResults=!0,axios.get("/api/v1/polls/"+this.status.poll.id).then((function(e){t.status.poll=e.data,t.status.poll.voted&&(t.selectedIndex=t.status.poll.own_votes[0],t.tab="voted",t.setActiveRefreshTimeout(),t.refreshingResults=!1)})).catch((function(e){swal("Oops!","An error occured while fetching the latest poll results. Please try again later.","error"),t.setActiveRefreshTimeout(),t.refreshingResults=!1}))},setActiveRefreshTimeout:function(){var t=this;this.refreshTimeout=setTimeout((function(){t.activeRefreshTimeout=!1}),3e4)},statusDeleted:function(t){this.$emit("status-delete",t)},ctxMenu:function(){this.$refs.contextMenu.open()},likeStatus:function(){this.$emit("likeStatus",this.status)},calculatePercentage:function(t){var e=this.status;return 0==e.poll.votes_count?0:Math.round(t.votes_count/e.poll.votes_count*100)}}}},86637:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(20415),i=a(97622),n=a(19755);const o={props:{status:{type:Object},recommended:{type:Boolean,default:!1},reactionBar:{type:Boolean,default:!0},hasTopBorder:{type:Boolean,default:!1},size:{type:String,validator:function(t){return["regular","small"].includes(t)},default:"regular"}},components:{"context-menu":s.default,"poll-card":i.default},data:function(){return{config:window.App.config,profile:{},loading:!0,replies:[],replyId:null,lightboxMedia:!1,showSuggestions:!0,showReadMore:!0,replyStatus:{},replyText:"",replyNsfw:!1,emoji:window.App.util.emoji,content:void 0}},mounted:function(){var t=this;this.profile=window._sharedData.curUser,this.content=this.status.content,this.status.emojis.forEach((function(e){var a='<img draggable="false" class="emojione custom-emoji" alt="'.concat(e.shortcode,'" title="').concat(e.shortcode,'" src="').concat(e.url,'" data-original="').concat(e.url,'" data-static="').concat(e.static_url,'" width="18" height="18" onerror="this.onerror=null;this.src=\'/storage/emoji/missing.png\';" />');t.content=t.content.replace(":".concat(e.shortcode,":"),a)}))},methods:{formatCount:function(t){return App.util.format.count(t)},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},profileUrl:function(t){return 1==t.local?t.account.url:"/i/web/profile/_/"+t.account.id},timestampFormat:function(t){var e=new Date(t);return e.toDateString()+" "+e.toLocaleTimeString()},shortTimestamp:function(t){return window.App.util.format.timeAgo(t)},statusCardUsernameFormat:function(t){if(1==t.account.local)return t.account.username;var e=window.App.config.username.remote.format,a=window.App.config.username.remote.custom,s=t.account.username,i=document.createElement("a");switch(i.href=t.account.url,i=i.hostname,e){case"@":default:return s+'<span class="text-lighter font-weight-bold">@'+i+"</span>";case"from":return s+'<span class="text-lighter font-weight-bold"> <span class="font-weight-normal">from</span> '+i+"</span>";case"custom":return s+'<span class="text-lighter font-weight-bold"> '+a+" "+i+"</span>"}},lightbox:function(t){window.location.href=t.media_attachments[0].url},labelRedirect:function(t){var e="/i/redirect?url="+encodeURI(this.config.features.label.covid.url);window.location.href=e},likeStatus:function(t,e){if(0!=n("body").hasClass("loggedIn")){var a=t.favourites_count;t.favourited=!t.favourited,axios.post("/i/like",{item:t.id}).then((function(e){t.favourites_count=e.data.count,t.favourited=!!t.favourited})).catch((function(e){t.favourited=!!t.favourited,t.favourites_count=a,swal("Error","Something went wrong, please try again later.","error")})),window.navigator.vibrate(200),t.favourited&&setTimeout((function(){e.target.classList.add("animate__animated","animate__bounce")}),100)}},commentFocus:function(t,e){this.$emit("comment-focus",t)},commentSubmit:function(t,e){var a=this;this.replySending=!0;var s=t.id,i=this.replyText,n=this.config.uploader.max_caption_length;if(i.length>n)return this.replySending=!1,void swal("Comment Too Long","Please make sure your comment is "+n+" characters or less.","error");axios.post("/i/comment",{item:s,comment:i,sensitive:this.replyNsfw}).then((function(t){a.replyText="",a.replies.push(t.data.entity),a.$refs.replyModal.hide()})),this.replySending=!1},owner:function(t){return this.profile.id===t.account.id},admin:function(){return 1==this.profile.is_admin},ownerOrAdmin:function(t){return this.owner(t)||this.admin()},ctxMenu:function(){this.$refs.contextMenu.open()},timeAgo:function(t){return App.util.format.timeAgo(t)},statusDeleted:function(t){this.$emit("status-delete",t)},canFollow:function(t){return!!t.hasOwnProperty("relationship")&&(!(!t.hasOwnProperty("account")||!t.account.hasOwnProperty("id"))&&(t.account.id!=this.profile.id&&!t.relationship.following))},follow:function(t){var e=this;event.currentTarget.blur(),axios.post("/i/follow",{item:t}).then((function(a){e.status.relationship.following=!0,e.$emit("followed",t)})).catch((function(t){t.response.data.message&&swal("Error",t.response.data.message,"error")}))},unfollow:function(t){var e=this;event.currentTarget.blur(),axios.post("/i/follow",{item:t}).then((function(a){e.status.relationship.following=!1,e.$emit("unfollowed",t)})).catch((function(t){t.response.data.message&&swal("Error",t.response.data.message,"error")}))}}}},7768:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:["status"]}},10578:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(30765),i=a.n(s);const n={props:["status"],data:function(){return{sensitive:this.status.sensitive,cursor:0}},created:function(){},beforeDestroy:function(){},methods:{toggleContentWarning:function(t){this.$emit("togglecw")},toggleLightbox:function(t){i()({el:t.target})},altText:function(t){var e=t.description;return e||"Photo was not tagged with any alt text."},keypressNavigation:function(t){var e=this.$refs.carousel;if("37"==t.keyCode){t.preventDefault();var a="backward";e.advancePage(a),e.$emit("navigation-click",a)}if("39"==t.keyCode){t.preventDefault();var s="forward";e.advancePage(s),e.$emit("navigation-click",s)}}}}},15464:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(30765),i=a.n(s);const n={props:["status"],data:function(){return{sensitive:this.status.sensitive}},mounted:function(){},methods:{altText:function(t){var e=t.media_attachments[0].description;return e||"Photo was not tagged with any alt text."},toggleContentWarning:function(t){this.$emit("togglecw")},toggleLightbox:function(t){i()({el:t.target})},width:function(){if(this.status.media_attachments[0].meta&&this.status.media_attachments[0].meta.original&&this.status.media_attachments[0].meta.original.width)return this.status.media_attachments[0].meta.original.width},height:function(){if(this.status.media_attachments[0].meta&&this.status.media_attachments[0].meta.original&&this.status.media_attachments[0].meta.original.height)return this.status.media_attachments[0].meta.original.height}}}},63049:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:["status"]}},67223:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:["status"],methods:{altText:function(t){var e=t.media_attachments[0].description;return e||"Video was not tagged with any alt text."},playOrPause:function(t){var e=t.target;1==e.getAttribute("playing")?(e.removeAttribute("playing"),e.pause()):(e.setAttribute("playing",1),e.play())},toggleContentWarning:function(t){this.$emit("togglecw")}}}},83933:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{reduceMotion:void 0,highContrast:void 0,videoAutoplay:void 0,changed:!1}},watch:{reduceMotion:function(t){this.hasChanged(),this.reduceMotion=t},highContrast:function(t){this.hasChanged(),this.highContrast=t},videoAutoplay:function(t){this.hasChanged(),this.videoAutoplay=t}},mounted:function(){this.init()},methods:{init:function(){this.reduceMotion=this.profile.settings.reduce_motion,this.highContrast=this.profile.settings.high_contrast_mode,this.videoAutoplay=this.profile.settings.video_autoplay},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.highContrast!=this.profile.settings.high_contrast_mode&&(t=!0),this.videoAutoplay!=this.profile.settings.video_autoplay&&(t=!0),this.$emit("changed",t)},save:function(){var t=this;axios.post("/api/v1/accounts/update_credentials",{_method:"PATCH",reduce_motion:this.reduceMotion,high_contrast_mode:this.highContrast,video_autoplay:this.videoAutoplay}).then((function(e){var a=t.profile;a.settings.reduce_motion=t.reduceMotion,a.settings.high_contrast_mode=t.highContrast,a.settings.video_autoplay=t.videoAutoplay,t.$emit("sync-profile",a),t.$emit("changed",!1),t.init(),t.$bvToast.toast("Succesfully updated your profile!",{title:"Success",variant:"success",autoHideDelay:5e3})})).catch((function(t){422==t.response.status?swal("Error","The following error occured when attempting to save your changes: "+t.response.data.error,"error"):swal("Oops!","Something went wrong","error")}))}}}},46122:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{language:void 0,pronouns:void 0,email:{disabled:!0,actual:void 0,masked:void 0},changed:!1}},watch:{language:function(t){this.hasChanged(),this.language=t},pronouns:function(t){this.hasChanged(),this.pronouns=t}},mounted:function(){this.init()},methods:{init:function(){this.language=this.profile.language,this.pronouns=this.profile.pronouns,this.email.masked=this.profile.email.masked},hasChanged:function(){var t=!1;this.language!=this.profile.language&&(t=!0),this.pronouns!=this.profile.pronouns&&(t=!0),this.$emit("changed",t)},save:function(){var t=this;axios.post("/api/v1/accounts/update_credentials",{_method:"PATCH","source[language]":this.language}).then((function(e){var a=t.profile;a.language=e.data.language,t.$emit("sync-profile",a),t.$emit("changed",!1),t.init(),t.$bvToast.toast("Succesfully updated your profile!",{title:"Success",variant:"success",autoHideDelay:5e3})})).catch((function(t){422==t.response.status?swal("Error","The following error occured when attempting to save your changes: "+t.response.data.error,"error"):swal("Oops!","Something went wrong","error")}))},timeago:function(t){return App.util.format.timeAgo(t)}}}},65685:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{theme:"light",textSize:1,profileLayout:"grid",postLayout:"social",reduceMotion:void 0,changed:!1}},watch:{theme:function(t){this.hasChanged(),this.reduceMotion=t}},mounted:function(){this.init()},methods:{init:function(){this.theme=this.profile.dark_mode?"dark":"light"},hasChanged:function(){var t=!1;this.theme!=this.profile.dark_mode&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)},toggleTextSize:function(t){event.currentTarget.blur(),this.textSize=t},toggleTheme:function(t){event.currentTarget.blur(),this.theme=t},toggleProfileLayout:function(t){event.currentTarget.blur(),this.profileLayout=t},togglePostLayout:function(t){event.currentTarget.blur(),this.postLayout=t},save:function(){axios.post("/settings/labs",{dark_mode:"dark"==this.theme?"on":null}).then((function(t){location.reload()})).catch((function(t){422==t.response.status?swal("Error","The following error occured when attempting to save your changes: "+t.response.data.error,"error"):swal("Oops!","Something went wrong","error")}))}}}},85623:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(19210);const i={props:{config:{type:Object},profile:{type:Object}},components:{StatusCard:s.default},data:function(){return{archives:[],archivesLoaded:!1,tabs:["All","Recently Unarchived"],tabIndex:0,recentUnarchived:[],page:1,changed:!1}},mounted:function(){this.init()},methods:{init:function(){this.fetchArchives()},toggleTab:function(t){this.tabIndex=t},timeago:function(t){return App.util.format.timeAgo(t)},fetchArchives:function(){var t=this;axios.get("/api/pixelfed/v2/statuses/archives",{params:{page:this.page}}).then((function(e){var a=e.data.map((function(t){return t.open=!1,t}));t.archives=a,t.page++,t.archivesLoaded=!0}))},goToLink:function(t){location.href=t},mediaUrl:function(t){return t.media_attachments[0].hasOwnProperty("preview_url")&&t.media_attachments[0].preview_url?t.media_attachments[0].preview_url:t.media_attachments[0].url},unarchive:function(t){var e=this;if(event.currentTarget.blur(),window.confirm("Are you sure you want to unarchive this post?")){var a=this.archives[t].id;axios.post("/api/pixelfed/v2/status/"+a+"/unarchive").then((function(a){var s=e.archives[t];e.archives.splice(t,1),e.recentUnarchived.push(s)}))}},archive:function(t){var e=this;event.currentTarget.blur();var a=this.recentUnarchived[t].id;axios.post("/api/pixelfed/v2/status/"+a+"/archive").then((function(a){var s=e.recentUnarchived[t];e.recentUnarchived.splice(t,1),e.archives.unshift(s),e.tabIndex=0}))}}}},32e3:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{tabIndex:0,tabs:["Blocked","Muted"],blocked:[],blockedPage:1,blockedCanLoadMore:!1,blockedLoaded:!1,muted:[],mutedPage:1,mutedCanLoadMore:!1,mutedLoaded:!1,changed:!1}},mounted:function(){this.init()},methods:{init:function(){this.fetchBlocks(),this.fetchMuted()},timeago:function(t){return App.util.format.timeAgo(t)},toggleTab:function(t){switch(t){case 0:this.blockedLoaded||this.fetchBlocks();break;case 1:this.mutedLoaded||this.fetchMuted()}this.tabIndex=t},fetchBlocks:function(){var t=this;axios.get("/api/v1/blocks",{params:{page:this.blockedPage,limit:10}}).then((function(e){t.blockedLoaded=!0,t.blocked=e.data,t.blockedPage++,t.blockedCanLoadMore=10===e.data.length}))},fetchMuted:function(){var t=this;axios.get("/api/v1/mutes",{params:{page:this.mutedPage,limit:10}}).then((function(e){t.mutedLoaded=!0,t.muted=e.data,t.mutedPage++,t.mutedCanLoadMore=10===e.data.length}))},unblock:function(t){event.currentTarget.blur(),window.confirm("Are you sure you want to unmute "+t.acct+"?")&&(this.blocked=this.blocked.filter((function(e){return e.id!==t.id})))},unmute:function(t){event.currentTarget.blur(),window.confirm("Are you sure you want to unmute "+t.acct+"?")&&(this.muted=this.muted.filter((function(e){return e.id!==t.id})))}}}},17474:(t,e,a)=>{"use strict";function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return i(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return i(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}a.r(e),a.d(e,{default:()=>n});const n={props:{config:{type:Object},profile:{type:Object}},data:function(){return{bookmarks:[],bookmarksLoaded:!1,page:1,canLoadMore:!1}},mounted:function(){this.init()},methods:{init:function(){this.fetchBookmarks()},timeago:function(t){return App.util.format.timeAgo(t)},fetchBookmarks:function(){var t=this;axios.get("/api/local/bookmarks",{params:{page:this.page}}).then((function(e){var a;t.bookmarks||t.bookmarks.length?(a=t.bookmarks).push.apply(a,s(e.data)):t.bookmarks=e.data;t.page++,t.canLoadMore=10===e.data.length,t.bookmarksLoaded=!0}))},mediaUrl:function(t){if(!t.media_attachments)return"/storage/no-preview.png";var e=t.media_attachments[0];return e.hasOwnProperty("preview_url")&&e.preview_url?e.preview_url:e.url},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},goToLink:function(t){location.href=t}}}},25774:(t,e,a)=>{"use strict";function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return i(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return i(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}a.r(e),a.d(e,{default:()=>n});const n={props:{config:{type:Object},profile:{type:Object}},data:function(){return{collections:[],collectionsLoaded:!1,page:1,canLoadMore:!1,changed:!1}},mounted:function(){this.init()},methods:{init:function(){this.fetchCollections()},hasChanged:function(){this.$emit("changed",!1)},timeago:function(t){return App.util.format.timeAgo(t)},fetchCollections:function(){var t=this;axios.get("/api/local/profile/collections/"+this.profile.id,{params:{page:this.page}}).then((function(e){var a;t.collections||t.collections.length?(a=t.collections).push.apply(a,s(e.data)):t.collections=e.data;t.page++,t.collectionsLoaded=!0,t.canLoadMore=9==e.data.length}))},goToLink:function(t){location.href=t}}}},50825:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{apps:[],appsLoaded:!1,devices:[],devicesLoaded:!1,reduceMotion:void 0,changed:!1}},watch:{reduceMotion:function(t){this.hasChanged(),this.reduceMotion=t}},mounted:function(){this.init()},methods:{init:function(){this.reduceMotion=this.profile.settings.reduce_motion,this.fetchAuthorizedApps(),this.fetchDevices()},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)},timeahead:function(t){return App.util.format.timeAhead(t)},fetchAuthorizedApps:function(){var t=this;axios.get("/oauth/tokens").then((function(e){t.apps=e.data,t.appsLoaded=!0}))},fetchDevices:function(){var t=this;axios.get("/i/settings/devices.json").then((function(e){t.devices=e.data,t.devicesLoaded=!0}))}}}},51495:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{partials:[],changed:!1}},mounted:function(){this.init()},methods:{init:function(){this.setPartials()},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)},setPartials:function(){this.partials=[{name:"Account",path:"/settings/data-export/account"},{name:"Avatars",path:"/settings/data-export/media-v1"},{name:"Bookmarks",path:"/settings/data-export/media-v1"},{name:"Collections",path:"/settings/data-export/media-v1"},{name:"Direct Messages",path:"/settings/data-export/media-v1"},{name:"Followers",path:"/settings/data-export/followers"},{name:"Following",path:"/settings/data-export/following"},{name:"Hashtags",path:"/settings/data-export/media-v1"},{name:"Media",path:"/settings/data-export/media-v1"},{name:"Mute/Block List",path:"/settings/data-export/mute-block-list"},{name:"Statuses",path:"/settings/data-export/statuses"},{name:"Stories",path:"/settings/data-export/media-v1"}]},download:function(t){event.currentTarget.blur();this.partials[t].path;axios.post("/i/settings/export/get-key",{type:this.partials[t].name}).then((function(t){window.location.href=t.data.url}))}}}},86261:(t,e,a)=>{"use strict";function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return i(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return i(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}a.r(e),a.d(e,{default:()=>n});const n={props:{config:{type:Object},profile:{type:Object}},data:function(){return{tabs:["Followers","Following","Hashtags"],tabIndex:0,followersLoaded:!1,followingLoaded:!1,hashtagsLoaded:!1,followers:[],followersPage:1,followersCanLoadMore:!1,following:[],followingPage:1,followingCanLoadMore:!1,hashtags:[],hashtagsPage:1,changed:!1}},watch:{reduceMotion:function(t){this.hasChanged(),this.reduceMotion=t}},mounted:function(){this.init()},methods:{init:function(){this.fetchFollowers()},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)},toggleTab:function(t){switch(t){case 1:this.followingLoaded||this.fetchFollowing();break;case 2:this.hashtagsLoaded||this.fetchHashtags()}this.tabIndex=t},goToLink:function(t){event.currentTarget.blur(),location.href=t},fetchFollowers:function(){var t=this;axios.get("/api/pixelfed/v1/accounts/"+this.profile.id+"/followers",{params:{page:this.followersPage}}).then((function(e){var a;t.followers||t.followers.length?(a=t.followers).push.apply(a,s(e.data)):t.followers=e.data;t.followersPage++,t.followersCanLoadMore=10==e.data.length,t.followersLoaded=!0}))},fetchFollowing:function(){var t=this;axios.get("/api/pixelfed/v1/accounts/"+this.profile.id+"/following",{params:{page:this.followingPage}}).then((function(e){var a;t.following||t.following.length?(a=t.following).push.apply(a,s(e.data)):t.following=e.data;t.followingPage++,t.followingCanLoadMore=10==e.data.length,t.followingLoaded=!0}))},fetchHashtags:function(){var t=this;axios.get("/api/local/discover/tag/list").then((function(e){t.hashtags=e.data,t.hashtagsPage++,t.hashtagsCanLoadMore=10==e.data.length,t.hashtagsLoaded=!0}))},hashtagUnsubscribe:function(t){var e=this;event.currentTarget.blur(),axios.post("/api/local/discover/tag/subscribe",{name:this.hashtags[t]}).then((function(a){e.hashtags.splice(t,1)}))}}}},27165:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(42363);function i(t){return function(t){if(Array.isArray(t))return n(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return n(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return n(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function n(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}const o={props:{config:{type:Object},profile:{type:Object}},components:{"group-list-card":s.default},data:function(){return{isLoaded:!1,groups:[],canLoadMore:!1,loadingMore:!1,page:1,changed:!1,tabs:["All","Created","Joined"],tabIndex:0,myGroups:[],myGroupsLoaded:!1,myGroupsPage:1,myGroupsCanLoadMore:!1,myGroupsJoined:[],myGroupsJoinedLoaded:!1,myGroupsJoinedPage:1,myGroupsJoinedCanLoadMore:!1}},mounted:function(){this.init()},methods:{init:function(){this.fetchGroups()},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)},toggleTab:function(t){switch(t){case 1:this.myGroupsLoaded||this.fetchMyGroups();break;case 2:this.myGroupsJoinedLoaded||this.fetchMyJoinedGroups()}this.tabIndex=t},fetchGroups:function(){var t=this;axios.get("/api/v0/groups/self/list").then((function(e){var a=e.data.filter((function(t){return t.hasOwnProperty("id")&&t.hasOwnProperty("url")}));t.groups=a,t.canLoadMore=4==e.data.length,t.page++,t.isLoaded=!0}))},loadMore:function(){var t=this;this.loadingMore=!0,axios.get("/api/v0/groups/self/list",{params:{page:this.page}}).then((function(e){var a,s=e.data.filter((function(t){return t.hasOwnProperty("id")&&t.hasOwnProperty("url")}));(a=t.groups).push.apply(a,i(s)),t.canLoadMore=4==e.data.length,t.page++,t.loadingMore=!1}))},fetchMyGroups:function(){var t=this;axios.get("/api/v0/groups/self/list",{params:{self:!0,page:this.myGroupsPage}}).then((function(e){var a,s=e.data.filter((function(t){return t.hasOwnProperty("id")&&t.hasOwnProperty("url")}));t.myGroups||t.myGroupsLength?(a=t.myGroups).push.apply(a,i(s)):t.myGroups=s;t.myGroupsCanLoadMore=4==e.data.length,t.myGroupsPage++,t.myGroupsLoaded=!0}))},fetchMyJoinedGroups:function(){var t=this;axios.get("/api/v0/groups/self/list",{params:{member:!0,page:this.myGroupsPage}}).then((function(e){var a,s=e.data.filter((function(t){return t.hasOwnProperty("id")&&t.hasOwnProperty("url")}));t.myGroupsJoined||t.myGroupsJoinedLength?(a=t.myGroupsJoined).push.apply(a,i(s)):t.myGroupsJoined=s;t.myGroupsJoinedCanLoadMore=4==e.data.length,t.myGroupsJoinedPage++,t.myGroupsJoinedLoaded=!0}))}}}},988:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{changed:!1}},mounted:function(){this.init()},methods:{init:function(){},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)}}}},45686:(t,e,a)=>{"use strict";function s(t){return function(t){if(Array.isArray(t))return i(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return i(t,e);var a=Object.prototype.toString.call(t).slice(8,-1);"Object"===a&&t.constructor&&(a=t.constructor.name);if("Map"===a||"Set"===a)return Array.from(t);if("Arguments"===a||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a))return i(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var a=0,s=new Array(e);a<e;a++)s[a]=t[a];return s}a.r(e),a.d(e,{default:()=>n});const n={props:{config:{type:Object},profile:{type:Object}},data:function(){return{maxId:void 0,likes:[],likesLoaded:!1,canLoadMore:!1,changed:!1}},mounted:function(){this.init()},methods:{init:function(){this.fetchLikes()},timeago:function(t){return App.util.format.timeAgo(t)},fetchLikes:function(){var t=this;axios.get("/api/v1/favourites",{params:{max_id:this.maxId,limit:10}}).then((function(e){var a;(e.data.length&&e.data[0].hasOwnProperty("id")&&e.data[0].hasOwnProperty("like_id")||(t.canLoadMore=!1,t.likesLoaded=!0),t.maxId=e.data[e.data.length-1].like_id,t.likes||t.likes.length)?(a=t.likes).push.apply(a,s(e.data)):t.likes=e.data;t.canLoadMore=e.data.length>1,t.likesLoaded=!0}))},statusUrl:function(t){return 1==t.local?t.url:"/i/web/post/_/"+t.account.id+"/"+t.id},goToLink:function(t){location.href=t},mediaUrl:function(t){return t.media_attachments[0].hasOwnProperty("preview_url")&&t.media_attachments[0].preview_url?t.media_attachments[0].preview_url:t.media_attachments[0].url}}}},43210:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{reduceMotion:void 0,changed:!1}},watch:{reduceMotion:function(t){this.hasChanged(),this.reduceMotion=t}},mounted:function(){this.init()},methods:{init:function(){this.reduceMotion=this.profile.settings.reduce_motion},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)}}}},75577:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{tabIndex:0,tabs:["general","compose","privacy","safety","advanced"],scope:"public",license:0,mediaDescriptions:void 0,syncLicenses:!1,crawlable:void 0,publicDm:void 0,followerCount:void 0,followingCount:void 0,embedable:void 0,otherFields:[],changed:!1}},watch:{scope:function(t){this.hasChanged(),this.scope=t},license:function(t){this.hasChanged(),this.license=t},mediaDescriptions:function(t){this.hasChanged(),this.mediaDescriptions=t},crawlable:function(t){this.hasChanged(),this.crawlable=t},publicDm:function(t){this.hasChanged(),this.publicDm=t},followerCount:function(t){this.hasChanged(),this.followerCount=t},followingCount:function(t){this.hasChanged(),this.followingCount=t},embedable:function(t){this.hasChanged(),this.embedable=t}},mounted:function(){this.init()},methods:{init:function(){var t=new URLSearchParams(window.location.search);if(t.has("tab")){var e=t.get("tab");this.tabs.includes(e)?(this.tabIndex=this.tabs.indexOf(e),"General"===e&&history.pushState(null,null,"/i/settings/preferences")):history.pushState(null,null,"/i/settings/preferences")}this.scope=this.profile.settings.compose_settings.default_scope,this.license=this.profile.settings.compose_settings.default_license,this.mediaDescriptions=this.profile.settings.compose_settings.media_descriptions,this.reduceMotion=this.profile.settings.reduce_motion,this.crawlable=this.profile.settings.crawlable,this.publicDm=this.profile.settings.public_dm,this.followerCount=this.profile.settings.show_profile_follower_count,this.followingCount=this.profile.settings.show_profile_following_count,this.embedable=this.profile.settings.other.disable_embeds,this.setOtherFields()},hasChanged:function(){var t=!1;this.scope!=this.profile.settings.compose_settings.default_scope&&(t=!0),this.license!=this.profile.settings.compose_settings.default_license&&(t=!0),this.mediaDescriptions!=this.profile.settings.compose_settings.media_descriptions&&(t=!0),this.crawlable!=this.profile.settings.crawlable&&(t=!0),this.publicDm!=this.profile.settings.public_dm&&(t=!0),this.followerCount!=this.profile.settings.show_profile_follower_count&&(t=!0),this.followingCount!=this.profile.settings.show_profile_following_count&&(t=!0),this.embedable!=this.profile.settings.other.disable_embeds&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)},setOtherFields:function(){this.otherFields=[{title:"Disable Content Warnings",help:"Always show content, even if it has a content warning. Not safe for work.",default:!1},{title:"Hide Like Counts",help:"Hide all like counts shown to me, does not affect other users from seeing like counts on your posts",default:!1},{title:"Hide Collections",help:"Hide collections tab from my profile. Will prevent you from creating new collections until disabled.",default:!1},{title:"Hide Stories",help:"Hide story carousel from timelines on web ui",default:!1},{title:"Advanced Atom feed",help:"Enable a richer experience for atom readers",default:!1},{title:"Disable embeds",help:"Disable profile & post embeds. This will break existing embeds.",default:!1}]},save:function(){var t=this;axios.post("/api/v1/accounts/update_credentials",{_method:"PATCH","source[privacy]":this.scope,license:this.license,sync_licenses:this.syncLicenses,media_descriptions:this.mediaDescriptions,crawlable:this.crawlable,public_dm:this.publicDm,show_profile_follower_count:this.followerCount,show_profile_following_count:this.followingCount,disable_embeds:this.embedable}).then((function(e){var a=t.profile;a.settings.compose_settings.default_scope=t.scope,a.settings.compose_settings.default_license=t.license,a.settings.compose_settings.media_descriptions=t.mediaDescriptions,a.settings.crawlable=t.crawlable,a.settings.public_dm=t.publicDm,a.settings.show_profile_follower_count=t.followerCount,a.settings.show_profile_following_count=t.followingCount,a.settings.other.disable_embeds=t.embedable,t.$emit("sync-profile",a),t.$emit("changed",!1),t.init(),t.$bvToast.toast("Succesfully updated your profile!",{title:"Success",variant:"success",autoHideDelay:5e3})})).catch((function(t){422==t.response.status?swal("Error","The following error occured when attempting to save your changes: "+t.response.data.error,"error"):swal("Oops!","Something went wrong","error")}))},toggleTab:function(t){this.tabIndex=t;var e=0==t?"/i/settings/preferences":"/i/settings/preferences?tab="+this.tabs[t];history.pushState(null,null,e)}}}},34986:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{avatarUrl:void 0,avatarChanged:!1,canDeleteAvatar:!1,displayName:void 0,website:void 0,bio:void 0,locked:void 0,changed:!1}},watch:{displayName:function(t){this.hasChanged(),this.displayName=t},website:function(t){this.hasChanged(),this.website=t},bio:function(t){this.hasChanged(),this.bio=t},locked:function(t){this.hasChanged(),this.locked=t}},mounted:function(){this.init()},methods:{init:function(){this.avatarChanged=!1,this.avatarUrl=this.profile.avatar,this.displayName=this.profile.display_name,this.website=this.profile.website,this.bio=this.profile.bio,this.locked=this.profile.locked,this.canDeleteAvatar=!this.profile.avatar.includes("default.png")&&!this.profile.avatar.includes("default.jpg")},hasChanged:function(){var t=!1;this.avatarChanged&&(t=!0),this.displayName!=this.profile.display_name&&(t=!0),this.website!=this.profile.website&&(t=!0),this.bio!=this.profile.bio&&(t=!0),this.locked!=this.profile.locked&&(t=!0),this.$emit("changed",t)},uploadAvatar:function(){event.currentTarget.blur(),this.$refs.avatarInput.click()},cancelAvatarChange:function(){event.currentTarget.blur(),this.$refs.avatarInput.value="",this.avatarChanged=!1,this.avatarUrl=this.profile.avatar,this.hasChanged()},deleteAvatar:function(){var t=this;event.currentTarget.blur(),window.confirm("Are you sure you want to delete your avatar?")&&axios.post("/settings/avatar",{_method:"DELETE"}).then((function(e){t.canDeleteAvatar=!1,t.avatarUrl="/storage/avatars/default.jpg";var a=t.profile;a.avatar=t.avatarUrl,t.$emit("sync-profile",a),t.$refs.avatarInput.value="",t.avatarChanged=!1,t.hasChanged(),t.$bvToast.toast("Succesfully deleted your avatar!",{title:"Success",variant:"success",autoHideDelay:5e3})}))},avatarListener:function(){this.avatarUrl=URL.createObjectURL(event.target.files[0]),this.avatarChanged=!0,this.hasChanged()},rounded:function(t){return t<.1?"1":Math.round(t)},fsize:function(t){return filesize(1024*t,{round:0})},save:function(){var t=this,e=new FormData;this.avatarChanged&&e.append("avatar",this.$refs.avatarInput.files[0]),e.append("_method","PATCH"),e.append("display_name",this.displayName),e.append("locked",this.locked),e.append("website",this.website),e.append("note",this.bio),axios.post("/api/v1/accounts/update_credentials",e).then((function(e){var a=t.profile;a.avatar=e.data.avatar,a.display_name=e.data.display_name,a.locked=e.data.locked,a.website=e.data.website,a.bio=e.data.bio,t.$emit("sync-profile",a),t.$emit("changed",!1),t.avatarChanged=!1,t.init(),t.$bvToast.toast("Succesfully updated your profile!",{title:"Success",variant:"success",autoHideDelay:5e3})})).catch((function(t){422==t.response.status?swal("Error","The following error occured when attempting to save your changes: "+t.response.data.error,"error"):swal("Oops!","Something went wrong","error")}))}}}},50187:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>s});const s={props:{config:{type:Object},profile:{type:Object}},data:function(){return{showPasswordChange:!1,currentPassword:void 0,changed:!1}},watch:{reduceMotion:function(t){this.hasChanged(),this.reduceMotion=t}},mounted:function(){this.init()},methods:{init:function(){this.reduceMotion=this.profile.settings.reduce_motion},hasChanged:function(){var t=!1;this.reduceMotion!=this.profile.settings.reduce_motion&&(t=!0),this.$emit("changed",t)},timeago:function(t){return App.util.format.timeAgo(t)}}}},86807:function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}!function(){var e="object"===("undefined"==typeof window?"undefined":t(window))?window:"object"===("undefined"==typeof self?"undefined":t(self))?self:this,a=e.BlobBuilder||e.WebKitBlobBuilder||e.MSBlobBuilder||e.MozBlobBuilder;e.URL=e.URL||e.webkitURL||function(t,e){return(e=document.createElement("a")).href=t,e};var s=e.Blob,i=URL.createObjectURL,n=URL.revokeObjectURL,o=e.Symbol&&e.Symbol.toStringTag,r=!1,c=!1,d=!!e.ArrayBuffer,u=a&&a.prototype.append&&a.prototype.getBlob;try{r=2===new Blob(["ä"]).size,c=2===new Blob([new Uint8Array([1,2])]).size}catch(t){}function f(t){return t.map((function(t){if(t.buffer instanceof ArrayBuffer){var e=t.buffer;if(t.byteLength!==e.byteLength){var a=new Uint8Array(t.byteLength);a.set(new Uint8Array(e,t.byteOffset,t.byteLength)),e=a.buffer}return e}return t}))}function p(t,e){e=e||{};var s=new a;return f(t).forEach((function(t){s.append(t)})),e.type?s.getBlob(e.type):s.getBlob()}function m(t,e){return new s(f(t),e||{})}e.Blob&&(p.prototype=Blob.prototype,m.prototype=Blob.prototype);var h="function"==typeof TextEncoder?TextEncoder.prototype.encode.bind(new TextEncoder):function(t){for(var a=0,s=t.length,i=e.Uint8Array||Array,n=0,o=Math.max(32,s+(s>>1)+7),r=new i(o>>3<<3);a<s;){var l=t.charCodeAt(a++);if(l>=55296&&l<=56319){if(a<s){var c=t.charCodeAt(a);56320==(64512&c)&&(++a,l=((1023&l)<<10)+(1023&c)+65536)}if(l>=55296&&l<=56319)continue}if(n+4>r.length){o+=8,o=(o*=1+a/t.length*2)>>3<<3;var d=new Uint8Array(o);d.set(r),r=d}if(0!=(4294967168&l)){if(0==(4294965248&l))r[n++]=l>>6&31|192;else if(0==(4294901760&l))r[n++]=l>>12&15|224,r[n++]=l>>6&63|128;else{if(0!=(4292870144&l))continue;r[n++]=l>>18&7|240,r[n++]=l>>12&63|128,r[n++]=l>>6&63|128}r[n++]=63&l|128}else r[n++]=l}return r.slice(0,n)},v="function"==typeof TextDecoder?TextDecoder.prototype.decode.bind(new TextDecoder):function(t){for(var e=t.length,a=[],s=0;s<e;){var i,n,o,r,l=t[s],c=null,d=l>239?4:l>223?3:l>191?2:1;if(s+d<=e)switch(d){case 1:l<128&&(c=l);break;case 2:128==(192&(i=t[s+1]))&&(r=(31&l)<<6|63&i)>127&&(c=r);break;case 3:i=t[s+1],n=t[s+2],128==(192&i)&&128==(192&n)&&(r=(15&l)<<12|(63&i)<<6|63&n)>2047&&(r<55296||r>57343)&&(c=r);break;case 4:i=t[s+1],n=t[s+2],o=t[s+3],128==(192&i)&&128==(192&n)&&128==(192&o)&&(r=(15&l)<<18|(63&i)<<12|(63&n)<<6|63&o)>65535&&r<1114112&&(c=r)}null===c?(c=65533,d=1):c>65535&&(c-=65536,a.push(c>>>10&1023|55296),c=56320|1023&c),a.push(c),s+=d}var u=a.length,f="";for(s=0;s<u;)f+=String.fromCharCode.apply(String,a.slice(s,s+=4096));return f};function g(){var t=!!e.ActiveXObject||"-ms-scroll-limit"in document.documentElement.style&&"-ms-ime-align"in document.documentElement.style,a=e.XMLHttpRequest&&e.XMLHttpRequest.prototype.send;t&&a&&(XMLHttpRequest.prototype.send=function(t){t instanceof Blob?(this.setRequestHeader("Content-Type",t.type),a.call(this,t)):a.call(this,t)});try{new File([],"")}catch(t){try{var s=new Function('class File extends Blob {constructor(chunks, name, opts) {opts = opts || {};super(chunks, opts || {});this.name = name.replace(///g, ":");this.lastModifiedDate = opts.lastModified ? new Date(opts.lastModified) : new Date();this.lastModified = +this.lastModifiedDate;}};return new File([], ""), File')();e.File=s}catch(t){s=function(t,e,a){var s=new Blob(t,a),i=a&&void 0!==a.lastModified?new Date(a.lastModified):new Date;return s.name=e.replace(/\//g,":"),s.lastModifiedDate=i,s.lastModified=+i,s.toString=function(){return"[object File]"},o&&(s[o]="File"),s};e.File=s}}}r?(g(),e.Blob=c?e.Blob:m):u?(g(),e.Blob=p):function(){function t(t){for(var e=new Array(t.byteLength),a=new Uint8Array(t),s=e.length;s--;)e[s]=a[s];return e}function a(t){for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",a=[],s=0;s<t.length;s+=3){var i=t[s],n=s+1<t.length,o=n?t[s+1]:0,r=s+2<t.length,l=r?t[s+2]:0,c=i>>2,d=(3&i)<<4|o>>4,u=(15&o)<<2|l>>6,f=63&l;r||(f=64,n||(u=64)),a.push(e[c],e[d],e[u],e[f])}return a.join("")}var s=Object.create||function(t){function e(){}return e.prototype=t,new e};if(d)var o=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],r=ArrayBuffer.isView||function(t){return t&&o.indexOf(Object.prototype.toString.call(t))>-1};function c(a,s){s=null==s?{}:s;for(var i=0,n=(a=a||[]).length;i<n;i++){var o=a[i];o instanceof c?a[i]=o._buffer:"string"==typeof o?a[i]=h(o):d&&(ArrayBuffer.prototype.isPrototypeOf(o)||r(o))?a[i]=t(o):d&&(u=o)&&DataView.prototype.isPrototypeOf(u)?a[i]=t(o.buffer):a[i]=h(String(o))}var u;this._buffer=e.Uint8Array?function(t){for(var e=0,a=t.length;a--;)e+=t[a].length;var s=new Uint8Array(e),i=0;for(a=0,l=t.length;a<l;a++){var n=t[a];s.set(n,i),i+=n.byteLength||n.length}return s}(a):[].concat.apply([],a),this.size=this._buffer.length,this.type=s.type||"",/[^\u0020-\u007E]/.test(this.type)?this.type="":this.type=this.type.toLowerCase()}function u(t,e,a){a=a||{};var s=c.call(this,t,a)||this;return s.name=e.replace(/\//g,":"),s.lastModifiedDate=a.lastModified?new Date(a.lastModified):new Date,s.lastModified=+s.lastModifiedDate,s}if(c.prototype.arrayBuffer=function(){return Promise.resolve(this._buffer)},c.prototype.text=function(){return Promise.resolve(v(this._buffer))},c.prototype.slice=function(t,e,a){return new c([this._buffer.slice(t||0,e||this._buffer.length)],{type:a})},c.prototype.toString=function(){return"[object Blob]"},u.prototype=s(c.prototype),u.prototype.constructor=u,Object.setPrototypeOf)Object.setPrototypeOf(u,c);else try{u.__proto__=c}catch(t){}function f(){if(!(this instanceof f))throw new TypeError("Failed to construct 'FileReader': Please use the 'new' operator, this DOM object constructor cannot be called as a function.");var t=document.createDocumentFragment();this.addEventListener=t.addEventListener,this.dispatchEvent=function(e){var a=this["on"+e.type];"function"==typeof a&&a(e),t.dispatchEvent(e)},this.removeEventListener=t.removeEventListener}function p(t,e,a){if(!(e instanceof c))throw new TypeError("Failed to execute '"+a+"' on 'FileReader': parameter 1 is not of type 'Blob'.");t.result="",setTimeout((function(){this.readyState=f.LOADING,t.dispatchEvent(new Event("load")),t.dispatchEvent(new Event("loadend"))}))}u.prototype.toString=function(){return"[object File]"},f.EMPTY=0,f.LOADING=1,f.DONE=2,f.prototype.error=null,f.prototype.onabort=null,f.prototype.onerror=null,f.prototype.onload=null,f.prototype.onloadend=null,f.prototype.onloadstart=null,f.prototype.onprogress=null,f.prototype.readAsDataURL=function(t){p(this,t,"readAsDataURL"),this.result="data:"+t.type+";base64,"+a(t._buffer)},f.prototype.readAsText=function(t){p(this,t,"readAsText"),this.result=v(t._buffer)},f.prototype.readAsArrayBuffer=function(t){p(this,t,"readAsText"),this.result=(t._buffer.buffer||t._buffer).slice()},f.prototype.abort=function(){},URL.createObjectURL=function(t){return t instanceof c?"data:"+t.type+";base64,"+a(t._buffer):i.call(URL,t)},URL.revokeObjectURL=function(t){n&&n.call(URL,t)};var m=e.XMLHttpRequest&&e.XMLHttpRequest.prototype.send;m&&(XMLHttpRequest.prototype.send=function(t){t instanceof c?(this.setRequestHeader("Content-Type",t.type),m.call(this,v(t._buffer))):m.call(this,t)}),e.FileReader=f,e.File=u,e.Blob=c}(),o&&(File.prototype[o]="File",Blob.prototype[o]="Blob",FileReader.prototype[o]="FileReader");var b,_=e.Blob.prototype;function C(t){return new Promise((function(e,a){t.onload=t.onerror=function(s){t.onload=t.onerror=null,"load"===s.type?e(t.result||t):a(new Error("Failed to read the blob/file"))}}))}try{new ReadableStream({type:"bytes"}),b=function(){var t=0,e=this;return new ReadableStream({type:"bytes",autoAllocateChunkSize:524288,pull:function(a){var s=a.byobRequest.view;return e.slice(t,t+s.byteLength).arrayBuffer().then((function(i){var n=new Uint8Array(i),o=n.byteLength;t+=o,s.set(n),a.byobRequest.respond(o),t>=e.size&&a.close()}))}})}}catch(t){try{new ReadableStream({}),b=function(t){var e=0;t=this;return new ReadableStream({pull:function(a){return t.slice(e,e+524288).arrayBuffer().then((function(s){e+=s.byteLength;var i=new Uint8Array(s);a.enqueue(i),e==t.size&&a.close()}))}})}}catch(t){try{new Response("").body.getReader().read(),b=function(){return new Response(this).body}}catch(t){b=function(){throw new Error("Include https://github.com/MattiasBuelens/web-streams-polyfill")}}}}_.arrayBuffer||(_.arrayBuffer=function(){var t=new FileReader;return t.readAsArrayBuffer(this),C(t)}),_.text||(_.text=function(){var t=new FileReader;return t.readAsText(this),C(t)}),_.stream||(_.stream=b)}(),function(t){"use strict";var e,a=t.Uint8Array,s=t.HTMLCanvasElement,i=s&&s.prototype,n=/\s*;\s*base64\s*(?:;|$)/i,o="toDataURL",r=function(t){for(var s,i,n=t.length,o=new a(n/4*3|0),r=0,l=0,c=[0,0],d=0,u=0;n--;)i=t.charCodeAt(r++),255!==(s=e[i-43])&&undefined!==s&&(c[1]=c[0],c[0]=i,u=u<<6|s,4===++d&&(o[l++]=u>>>16,61!==c[1]&&(o[l++]=u>>>8),61!==c[0]&&(o[l++]=u),d=0));return o};a&&(e=new a([62,-1,-1,-1,63,52,53,54,55,56,57,58,59,60,61,-1,-1,-1,0,-1,-1,-1,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,-1,-1,-1,-1,-1,-1,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51])),!s||i.toBlob&&i.toBlobHD||(i.toBlob||(i.toBlob=function(t,e){if(e||(e="image/png"),this.mozGetAsFile)t(this.mozGetAsFile("canvas",e));else if(this.msToBlob&&/^\s*image\/png\s*(?:$|;)/i.test(e))t(this.msToBlob());else{var s,i=Array.prototype.slice.call(arguments,1),l=this[o].apply(this,i),c=l.indexOf(","),d=l.substring(c+1),u=n.test(l.substring(0,c));Blob.fake?((s=new Blob).encoding=u?"base64":"URI",s.data=d,s.size=d.length):a&&(s=u?new Blob([r(d)],{type:e}):new Blob([decodeURIComponent(d)],{type:e})),t(s)}}),!i.toBlobHD&&i.toDataURLHD?i.toBlobHD=function(){o="toDataURLHD";var t=this.toBlob();return o="toDataURL",t}:i.toBlobHD=i.toBlob)}("undefined"!=typeof self&&self||"undefined"!=typeof window&&window||this.content||this)},43248:(t,e,a)=>{"use strict";a.r(e);var s=a(70538),i=a(78345),n=a(20629),o=a(83678),r=a(25518),l=a(30306),c=a.n(l),d=a(7398),u=a.n(d),f=a(92987),p=a(37409),m=a.n(p),h=a(74870),v=a.n(h),g=a(82364),b=a(17152),_=(a(40980),a(46737),a(14235)),C=(a(31624),a(73209)),w=a(59502),y=a(77406),x=a(42390),k=a(94421),S=a(72179),A=(a(35495),a(48266)),M=a(88041),P=a(51414),L=a(30469),T=a(52182),R=a(27228),F=a(63836),j=(a(19755),a(19755));function E(t){return E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},E(t)}a(86807),window.Vue=s.default,window.pftxt=a(47711),window.filesize=a(42317),window._=a(96486),window.Popper=a(28981).default,window.pixelfed=window.pixelfed||{},window.$=a(19755),a(43734),window.axios=a(9669),window.axios.defaults.headers.common["X-Requested-With"]="XMLHttpRequest",a(90717),window.blurhash=a(43985),j('[data-toggle="tooltip"]').tooltip();var I=document.head.querySelector('meta[name="csrf-token"]');I?window.axios.defaults.headers.common["X-CSRF-TOKEN"]=I.content:console.error("CSRF token not found."),s.default.use(i.default),s.default.use(n.default),s.default.use(v()),s.default.use(m()),s.default.use(r.default),s.default.use(c()),s.default.use(u()),s.default.use(g.default),s.default.use(b.default),s.default.use(f.default,{name:"Timeago",locale:"en"}),s.default.component("navbar",a(65429).default),s.default.component("notification-card",a(91500).default),s.default.component("photo-presenter",a(23251).default),s.default.component("video-presenter",a(53973).default),s.default.component("photo-album-presenter",a(33872).default),s.default.component("video-album-presenter",a(76644).default),s.default.component("mixed-album-presenter",a(57374).default),s.default.component("post-menu",a(4086).default),s.default.component("announcements-card",a(35057).default),s.default.component("story-component",a(69141).default);var $=function(){return Promise.all([a.e(898),a.e(192)]).then(a.bind(a,98489))},U=new i.default({mode:"history",linkActiveClass:"active",routes:[{path:"/i/web/timeline/:scope",name:"timeline",component:$,props:!0},{path:"/i/web/post/:id",name:"post",component:function(){return Promise.all([a.e(898),a.e(512)]).then(a.bind(a,12118))},props:!0},{path:"/i/web/profile/:id",name:"profile",component:function(){return Promise.all([a.e(898),a.e(5)]).then(a.bind(a,70595))},props:!0},{path:"/i/web/discover",component:_.default},{path:"/i/web/settings/*",component:y.default,props:!0},{path:"/i/web/settings",component:y.default},{path:"/i/web/compose",component:function(){return Promise.all([a.e(898),a.e(47)]).then(a.bind(a,55763))}},{path:"/i/web/notifications",component:C.default},{path:"/i/web/direct",component:w.default},{path:"/i/web/kb/:id",name:"kb",component:S.default,props:!0},{path:"/i/web/hashtag/:id",name:"hashtag",component:A.default,props:!0},{path:"/i/web/help",component:k.default},{path:"/i/web/about",component:M.default},{path:"/i/web/contact",component:P.default},{path:"/i/web/language",component:L.default},{path:"/i/web/privacy",component:T.default},{path:"/i/web/terms",component:R.default},{path:"/i/web/whats-new",component:F.default},{path:"/i/web/discover/my-memories",component:function(){return Promise.all([a.e(898),a.e(361)]).then(a.bind(a,7765))}},{path:"/i/web/discover/my-hashtags",component:function(){return Promise.all([a.e(898),a.e(642)]).then(a.bind(a,33354))}},{path:"/i/web/discover/account-insights",component:function(){return Promise.all([a.e(898),a.e(265)]).then(a.bind(a,15021))}},{path:"/i/web/discover/find-friends",component:function(){return Promise.all([a.e(898),a.e(297)]).then(a.bind(a,66897))}},{path:"/i/web/discover/server-timelines",component:function(){return Promise.all([a.e(898),a.e(328)]).then(a.bind(a,13076))}},{path:"/i/web/discover/settings",component:function(){return Promise.all([a.e(898),a.e(420)]).then(a.bind(a,81555))}},{path:"/i/web",component:$,props:!0},{path:"/i/web/*",component:x.default,props:!0}],scrollBehavior:function(t,e,a){return t.hash?{selector:"[id='".concat(t.hash.slice(1),"']")}:{x:0,y:0}}});function D(t,e){var a="pf_m2s."+t,s=window.localStorage;if(s.getItem(a)){var i=s.getItem(a);return"pl"===t?i:["true",!0].includes(i)}return e}var O=new n.default.Store({state:{version:1,hideCounts:D("hc",!1),autoloadComments:D("ac",!0),newReactions:D("nr",!0),fixedHeight:D("fh",!1),profileLayout:D("pl","grid"),relationships:{},emoji:[]},getters:{getVersion:function(t){return t.version},getHideCounts:function(t){return t.hideCounts},getAutoloadComments:function(t){return t.autoloadComments},getNewReactions:function(t){return t.newReactions},getFixedHeight:function(t){return t.fixedHeight},getProfileLayout:function(t){return t.profileLayout},getRelationship:function(t){return function(e){return t.relationships[e]}},getCustomEmoji:function(t){return t.emoji}},mutations:{setVersion:function(t,e){t.version=e},setHideCounts:function(t,e){localStorage.setItem("pf_m2s.hc",e),t.hideCounts=e},setAutoloadComments:function(t,e){localStorage.setItem("pf_m2s.ac",e),t.autoloadComments=e},setNewReactions:function(t,e){localStorage.setItem("pf_m2s.nr",e),t.newReactions=e},setFixedHeight:function(t,e){localStorage.setItem("pf_m2s.fh",e),t.fixedHeight=e},setProfileLayout:function(t,e){localStorage.setItem("pf_m2s.pl",e),t.profileLayout=e},updateRelationship:function(t,e){e.forEach((function(e){s.default.set(t.relationships,e.id,e)}))},updateCustomEmoji:function(t,e){t.emoji=e}}}),z={en:a(54414),ar:a(48509),ca:a(14392),de:a(88133),el:a(70448),es:a(32464),fr:a(86956),he:a(28863),id:a(14706),it:a(71268),nl:a(6048),pt:a(39719),ru:a(11319)},N=document.querySelector("html").getAttribute("lang"),B=new b.default({locale:N,fallbackLocale:"en",messages:z});(0,o.sync)(O,U);new s.default({el:"#content",i18n:B,router:U,store:O});axios.get("/api/v1/custom_emojis").then((function(t){t&&t.data&&t.data.length&&O.commit("updateCustomEmoji",t.data)})),pixelfed.readmore=function(){j(".read-more").each((function(t,e){var a=j(this),s=a.attr("data-readmore");"undefined"!==E(s)&&!1!==s||a.readmore({collapsedHeight:45,heightMargin:48,moreLink:'<a href="#" class="d-block small font-weight-bold text-dark text-center">Show more</a>',lessLink:'<a href="#" class="d-block small font-weight-bold text-dark text-center">Show less</a>'})}))};try{document.createEvent("TouchEvent"),j("body").addClass("touch")}catch(t){}window.App=window.App||{},window.App.util={compose:{post:function(){var t=window.location.pathname;["/","/timeline/public"].includes(t)?j("#composeModal").modal("show"):window.location.href="/?a=co"},circle:function(){console.log("Unsupported method.")},collection:function(){console.log("Unsupported method.")},loop:function(){console.log("Unsupported method.")},story:function(){console.log("Unsupported method.")}},time:function(){return new Date},version:1,format:{count:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"en-GB",a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"compact";return t<1?0:new Intl.NumberFormat(e,{notation:a,compactDisplay:"short"}).format(t)},timeAgo:function(t){var e=Date.parse(t),a=Math.floor((new Date-e)/1e3),s=Math.floor(a/63072e3);return s<0?"0s":s>=1?s+"y":(s=Math.floor(a/604800))>=1?s+"w":(s=Math.floor(a/86400))>=1?s+"d":(s=Math.floor(a/3600))>=1?s+"h":(s=Math.floor(a/60))>=1?s+"m":Math.floor(a)+"s"},timeAhead:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=Date.parse(t),s=a-Date.parse(new Date),i=Math.floor(s/1e3),n=Math.floor(i/63072e3);return n>=1?n+(e?"y":" years"):(n=Math.floor(i/604800))>=1?n+(e?"w":" weeks"):(n=Math.floor(i/86400))>=1?n+(e?"d":" days"):(n=Math.floor(i/3600))>=1?n+(e?"h":" hours"):(n=Math.floor(i/60))>=1?n+(e?"m":" minutes"):Math.floor(i)+(e?"s":" seconds")},rewriteLinks:function(t){var e=t.innerText;return t.href.startsWith(window.location.origin)?t.href:e=1==e.startsWith("#")?"/discover/tags/"+e.substr(1)+"?src=rph":1==e.startsWith("@")?"/"+t.innerText+"?src=rpp":"/i/redirect?url="+encodeURIComponent(e)}},filters:[["1977","filter-1977"],["Aden","filter-aden"],["Amaro","filter-amaro"],["Ashby","filter-ashby"],["Brannan","filter-brannan"],["Brooklyn","filter-brooklyn"],["Charmes","filter-charmes"],["Clarendon","filter-clarendon"],["Crema","filter-crema"],["Dogpatch","filter-dogpatch"],["Earlybird","filter-earlybird"],["Gingham","filter-gingham"],["Ginza","filter-ginza"],["Hefe","filter-hefe"],["Helena","filter-helena"],["Hudson","filter-hudson"],["Inkwell","filter-inkwell"],["Kelvin","filter-kelvin"],["Kuno","filter-juno"],["Lark","filter-lark"],["Lo-Fi","filter-lofi"],["Ludwig","filter-ludwig"],["Maven","filter-maven"],["Mayfair","filter-mayfair"],["Moon","filter-moon"],["Nashville","filter-nashville"],["Perpetua","filter-perpetua"],["Poprocket","filter-poprocket"],["Reyes","filter-reyes"],["Rise","filter-rise"],["Sierra","filter-sierra"],["Skyline","filter-skyline"],["Slumber","filter-slumber"],["Stinson","filter-stinson"],["Sutro","filter-sutro"],["Toaster","filter-toaster"],["Valencia","filter-valencia"],["Vesper","filter-vesper"],["Walden","filter-walden"],["Willow","filter-willow"],["X-Pro II","filter-xpro-ii"]],filterCss:{"filter-1977":"sepia(.5) hue-rotate(-30deg) saturate(1.4)","filter-aden":"sepia(.2) brightness(1.15) saturate(1.4)","filter-amaro":"sepia(.35) contrast(1.1) brightness(1.2) saturate(1.3)","filter-ashby":"sepia(.5) contrast(1.2) saturate(1.8)","filter-brannan":"sepia(.4) contrast(1.25) brightness(1.1) saturate(.9) hue-rotate(-2deg)","filter-brooklyn":"sepia(.25) contrast(1.25) brightness(1.25) hue-rotate(5deg)","filter-charmes":"sepia(.25) contrast(1.25) brightness(1.25) saturate(1.35) hue-rotate(-5deg)","filter-clarendon":"sepia(.15) contrast(1.25) brightness(1.25) hue-rotate(5deg)","filter-crema":"sepia(.5) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-2deg)","filter-dogpatch":"sepia(.35) saturate(1.1) contrast(1.5)","filter-earlybird":"sepia(.25) contrast(1.25) brightness(1.15) saturate(.9) hue-rotate(-5deg)","filter-gingham":"contrast(1.1) brightness(1.1)","filter-ginza":"sepia(.25) contrast(1.15) brightness(1.2) saturate(1.35) hue-rotate(-5deg)","filter-hefe":"sepia(.4) contrast(1.5) brightness(1.2) saturate(1.4) hue-rotate(-10deg)","filter-helena":"sepia(.5) contrast(1.05) brightness(1.05) saturate(1.35)","filter-hudson":"sepia(.25) contrast(1.2) brightness(1.2) saturate(1.05) hue-rotate(-15deg)","filter-inkwell":"brightness(1.25) contrast(.85) grayscale(1)","filter-kelvin":"sepia(.15) contrast(1.5) brightness(1.1) hue-rotate(-10deg)","filter-juno":"sepia(.35) contrast(1.15) brightness(1.15) saturate(1.8)","filter-lark":"sepia(.25) contrast(1.2) brightness(1.3) saturate(1.25)","filter-lofi":"saturate(1.1) contrast(1.5)","filter-ludwig":"sepia(.25) contrast(1.05) brightness(1.05) saturate(2)","filter-maven":"sepia(.35) contrast(1.05) brightness(1.05) saturate(1.75)","filter-mayfair":"contrast(1.1) brightness(1.15) saturate(1.1)","filter-moon":"brightness(1.4) contrast(.95) saturate(0) sepia(.35)","filter-nashville":"sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg)","filter-perpetua":"contrast(1.1) brightness(1.25) saturate(1.1)","filter-poprocket":"sepia(.15) brightness(1.2)","filter-reyes":"sepia(.75) contrast(.75) brightness(1.25) saturate(1.4)","filter-rise":"sepia(.25) contrast(1.25) brightness(1.2) saturate(.9)","filter-sierra":"sepia(.25) contrast(1.5) brightness(.9) hue-rotate(-15deg)","filter-skyline":"sepia(.15) contrast(1.25) brightness(1.25) saturate(1.2)","filter-slumber":"sepia(.35) contrast(1.25) saturate(1.25)","filter-stinson":"sepia(.35) contrast(1.25) brightness(1.1) saturate(1.25)","filter-sutro":"sepia(.4) contrast(1.2) brightness(.9) saturate(1.4) hue-rotate(-10deg)","filter-toaster":"sepia(.25) contrast(1.5) brightness(.95) hue-rotate(-15deg)","filter-valencia":"sepia(.25) contrast(1.1) brightness(1.1)","filter-vesper":"sepia(.35) contrast(1.15) brightness(1.2) saturate(1.3)","filter-walden":"sepia(.35) contrast(.8) brightness(1.25) saturate(1.4)","filter-willow":"brightness(1.2) contrast(.85) saturate(.05) sepia(.2)","filter-xpro-ii":"sepia(.45) contrast(1.25) brightness(1.75) saturate(1.3) hue-rotate(-5deg)"},emoji:["😂","💯","❤️","🙌","👏","👌","😍","😯","😢","😅","😁","🙂","😎","😀","🤣","😃","😄","😆","😉","😊","😋","😘","😗","😙","😚","🤗","🤩","🤔","🤨","😐","😑","😶","🙄","😏","😣","😥","😮","🤐","😪","😫","😴","😌","😛","😜","😝","🤤","😒","😓","😔","😕","🙃","🤑","😲","🙁","😖","😞","😟","😤","😭","😦","😧","😨","😩","🤯","😬","😰","😱","😳","🤪","😵","😡","😠","🤬","😷","🤒","🤕","🤢","🤮","🤧","😇","🤠","🤡","🤥","🤫","🤭","🧐","🤓","😈","👿","👹","👺","💀","👻","👽","🤖","💩","😺","😸","😹","😻","😼","😽","🙀","😿","😾","🤲","👐","🤝","👍","👎","👊","✊","🤛","🤜","🤞","✌️","🤟","🤘","👈","👉","👆","👇","☝️","✋","🤚","🖐","🖖","👋","🤙","💪","🖕","✍️","🙏","💍","💄","💋","👄","👅","👂","👃","👣","👁","👀","🧠","🗣","👤","👥"],embed:{post:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=arguments.length>2&&void 0!==arguments[2]&&arguments[2],s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"full",i=t+"/embed?";return i+=e?"caption=true&":"caption=false&",i+=a?"likes=true&":"likes=false&",'<iframe src="'+(i+="compact"==s?"layout=compact":"layout=full")+'" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="'+window.location.origin+'/embed.js"><\/script>'},profile:function(t){return'<iframe src="'+(t+"/embed")+'" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="'+window.location.origin+'/embed.js"><\/script>'}},clipboard:function(t){return navigator.clipboard.writeText(t)},navatar:function(){j("#navbarDropdown .far").addClass("d-none"),j("#navbarDropdown img").attr("src",window._sharedData.curUser.avatar).removeClass("d-none").addClass("rounded-circle border shadow").attr("width",34).attr("height",34)}};console.log("%cStop!","color:red; font-size:60px; font-weight: bold; -webkit-text-stroke: 1px black;"),console.log('%cThis is a browser feature intended for developers. If someone told you to copy and paste something here to enable a Pixelfed feature or "hack" someone\'s account, it is a scam and will give them access to your Pixelfed account.',"font-size: 18px;")},83265:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".fade-enter-active[data-v-267be4b0],.fade-leave-active[data-v-267be4b0]{transition:opacity .5s}.fade-enter[data-v-267be4b0],.fade-leave-to[data-v-267be4b0]{opacity:0}",""]);const n=i},73196:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".text-lighter[data-v-1002e7e2]{color:#b8c2cc!important}.modal-body[data-v-1002e7e2]{padding:0}",""]);const n=i},28597:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".card-img-top[data-v-1b12221c]{border-top-left-radius:0!important;border-top-right-radius:0!important}.content-label-wrapper[data-v-1b12221c]{position:relative}.content-label[data-v-1b12221c]{align-items:center;background:rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}",""]);const n=i},43125:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".card-img-top[data-v-77d48172]{border-top-left-radius:0!important;border-top-right-radius:0!important}.content-label-wrapper[data-v-77d48172]{position:relative}.content-label[data-v-77d48172]{align-items:center;background:rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}",""]);const n=i},7077:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".content-label-wrapper[data-v-6e29e1c6]{position:relative}.content-label[data-v-6e29e1c6]{align-items:center;background:rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}",""]);const n=i},40538:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,'.card-img[data-v-769ccd2a]{position:relative}.card-img img[data-v-769ccd2a]{border-radius:10px;height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.card-img[data-v-769ccd2a]:after,.card-img[data-v-769ccd2a]:before{background:rgba(0,0,0,.2);border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.card-img .title[data-v-769ccd2a]{bottom:5px;color:#fff;font-size:40px;font-weight:700;left:10px;position:absolute;z-index:3}.card-img.big img[data-v-769ccd2a]{height:300px}.font-default[data-v-769ccd2a]{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.7px}.bg-stellar[data-v-769ccd2a]{background:#7474bf;background:linear-gradient(90deg,#348ac7,#7474bf)}.bg-berry[data-v-769ccd2a]{background:#5433ff;background:linear-gradient(90deg,#acb6e5,#86fde8)}.bg-midnight[data-v-769ccd2a]{background:#232526;background:linear-gradient(90deg,#414345,#232526)}.media-body[data-v-769ccd2a]{margin-right:.5rem}.avatar[data-v-769ccd2a]{border-radius:15px}.username[data-v-769ccd2a]{word-wrap:break-word!important;font-size:14px;line-height:14px;margin-bottom:2px;word-break:break-word!important}.display-name[data-v-769ccd2a]{font-size:12px}.display-name[data-v-769ccd2a],.follower-count[data-v-769ccd2a]{word-wrap:break-word!important;margin-bottom:0;word-break:break-word!important}.follower-count[data-v-769ccd2a]{font-size:10px}.follow[data-v-769ccd2a]{background-color:#3b82f6;border-radius:18px;font-weight:600;padding:5px 15px}',""]);const n=i},70151:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".hashtag-component .hashtag-feed .card,.hashtag-component .hashtag-feed .info-overlay-text,.hashtag-component .hashtag-feed .info-overlay-text-label,.hashtag-component .hashtag-feed canvas,.hashtag-component .hashtag-feed img{border-radius:18px!important}.hashtag-component .hashtag-follow{width:200px}.hashtag-component .ph-wrapper{padding:.25rem}.hashtag-component .ph-wrapper .ph-item{background-color:transparent;border:none;margin:0;padding:0}.hashtag-component .ph-wrapper .ph-item .ph-picture{border-radius:18px;height:auto;padding-bottom:100%}.hashtag-component .ph-wrapper .ph-item>*{margin-bottom:0}",""]);const n=i},88662:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".help-center-component .text-narrow[data-v-21378c28]{font-weight:900!important;letter-spacing:-.034em}.help-center-component .btn-light[data-v-21378c28]{border-radius:15px}",""]);const n=i},98537:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".knowledgebase-component .text-narrow{font-weight:900!important;letter-spacing:-.034em}.knowledgebase-component strong{font-weight:700}",""]);const n=i},51234:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".settings-component .account-settings-component,.settings-component .account-settings-component .container{margin:0}@media(min-width:768px){.settings-component .account-settings-component .container .card{border:none!important;border-radius:18px;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important}}",""]);const n=i},352:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".discover-daily-trending .bg-stellar{background:#7474bf;background:linear-gradient(90deg,#348ac7,#7474bf)}.discover-daily-trending .font-default{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.7px}",""]);const n=i},86290:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".discover-spotlight{overflow:hidden}.discover-spotlight .card-body{min-height:322px}.discover-spotlight .font-default{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.7px}.discover-spotlight .bg-stellar{background:#7474bf;background:linear-gradient(90deg,#348ac7,#7474bf)}.discover-spotlight .bg-berry{background:#5433ff;background:linear-gradient(90deg,#acb6e5,#86fde8)}.discover-spotlight .bg-midnight{background:#232526;background:linear-gradient(90deg,#414345,#232526)}",""]);const n=i},76223:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".discover-grid-card{width:100%}.discover-grid-card-body{background:#f8f9fa;border-radius:8px;color:#212529;overflow:hidden;padding:3rem 3rem 0;text-align:center;width:100%}.discover-grid-card-body .section-copy{margin-bottom:1rem;margin-top:1rem;padding-bottom:1rem;padding-top:1rem}.discover-grid-card-body .section-copy .subtitle{color:#6c757d;font-size:16px;margin-bottom:0}.discover-grid-card-body .section-copy .btn,.discover-grid-card-body .section-copy .subtitle,.discover-grid-card-body .section-copy .title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.7px}.discover-grid-card-body .section-icon{align-items:center;background:#232526;background:linear-gradient(90deg,#414345,#232526);border-radius:21px 21px 0 0;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;display:flex;height:300px;justify-content:center;margin-left:auto;margin-right:auto;width:80%}.discover-grid-card-body .section-icon i{color:#fff;font-size:10rem}.discover-grid-card-body.small .section-icon{height:120px}.discover-grid-card-body.small .section-icon i{font-size:4rem}.discover-grid-card-body.dark{background:#232526;background:linear-gradient(90deg,#414345,#232526);color:#fff}.discover-grid-card-body.dark .section-icon{background:#f8f9fa;color:#fff}.discover-grid-card-body.dark .section-icon i{color:#232526}.discover-grid-card-body.dark .btn-outline-dark{border-color:#f8f9fa;color:#f8f9fa}",""]);const n=i},84212:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".discover-news-slider{background-color:#e0f2fe;position:relative}",""]);const n=i},19965:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".app-drawer-component .nav-link{padding:.5rem .1rem}.app-drawer-component .nav-link.active{background-color:transparent}.app-drawer-component .nav-link.router-link-exact-active{background-color:transparent;color:#3b82f6!important}.app-drawer-component .nav-link p{margin-bottom:0}.app-drawer-component .nav-link-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:10px;font-weight:700;margin-top:0;opacity:.6;text-transform:uppercase}",""]);const n=i},71467:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,'.metro-nav{z-index:4}.metro-nav .dropdown-menu{border:none;min-width:18rem;padding:0}.metro-nav .dropdown-menu .nav{overflow:auto}.metro-nav .dropdown-menu .nav-item .nav-link{color:#9ca3af;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:500;margin-bottom:5px;padding-left:14px}.metro-nav .dropdown-menu .nav-item .nav-link:hover{background-color:#f9fafb}.metro-nav .dropdown-menu .nav-item .nav-link .icon{display:inline-block;text-align:center;width:40px}.metro-nav .dropdown-menu .nav-item .router-link-exact-active{color:#3b82f6;font-weight:700;padding-left:14px}.metro-nav .dropdown-menu .nav-item .router-link-exact-active:not(.text-center){border-left:4px solid #3b82f6;padding-left:10px}.metro-nav .dropdown-menu .nav-item .router-link-exact-active .icon{color:#3b82f6!important}.metro-nav .dropdown-menu .nav-item.nav-icons .small{font-weight:700!important}.metro-nav .dropdown-menu .nav-item:is(:last-child) .nav-link{border-bottom-left-radius:15px;border-bottom-right-radius:15px;margin-bottom:0}.metro-nav .fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.metro-nav .fa-layers .fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;display:inline-block;height:1.5em;line-height:1;margin-right:-5px;margin-top:-10px;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;position:absolute;right:0;text-overflow:ellipsis;top:0;transform:scale(.5);transform-origin:top right}.metro-nav .fa-layers .far{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}@media(min-width:768px){.metro-nav .searchbox{width:300px}.metro-nav .nav-avatar{height:50px;width:50px}}.metro-nav .autocomplete-input{background-color:#f8f9fa!important;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQjhDMkNDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iNSIvPjxwYXRoIGQ9Im0xOSAxOS00LTQiLz48L3N2Zz4=");border-radius:50rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;font-size:.9rem;padding:.375rem .75rem .375rem 2.6rem}.metro-nav .autocomplete-result{background-image:none;padding:4px 12px}.metro-nav .autocomplete-result:not(:last-child){border-bottom:1px solid #f3f4f6}.metro-nav .autocomplete-result .media-icon{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 .125rem .25rem rgba(0,0,0,.08)!important;display:flex;height:40px;justify-content:center;margin-right:1rem;width:40px}',""]);const n=i},34114:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".primary[data-v-6a850a08]{color:#3b82f6}.avatar[data-v-6a850a08]{border-radius:15px}.username[data-v-6a850a08]{font-size:15px;margin-bottom:-6px}.display-name[data-v-6a850a08]{font-size:12px}.follow[data-v-6a850a08]{background-color:#3b82f6;border-radius:18px;font-weight:600;padding:5px 15px}.btn-white[data-v-6a850a08]{background-color:#fff;border:1px solid #f3f4f6}",""]);const n=i},92771:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,'.sidebar-component .sidebar-sticky{background-color:#fff;border-radius:15px}.sidebar-component.sticky-top{top:90px}.sidebar-component .nav{overflow:auto}.sidebar-component .nav-item .nav-link{color:#9ca3af;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:500;margin-bottom:5px;padding-left:14px}.sidebar-component .nav-item .nav-link:hover{background-color:#f9fafb}.sidebar-component .nav-item .nav-link .icon{display:inline-block;text-align:center;width:40px}.sidebar-component .nav-item .router-link-exact-active{color:#3b82f6;font-weight:700;padding-left:14px}.sidebar-component .nav-item .router-link-exact-active:not(.text-center){border-left:4px solid #3b82f6;padding-left:10px}.sidebar-component .nav-item .router-link-exact-active .icon{color:#3b82f6!important}.sidebar-component .nav-item:first-child .nav-link .small{font-weight:700}.sidebar-component .nav-item:first-child .nav-link:first-child{border-top-left-radius:15px}.sidebar-component .nav-item:first-child .nav-link:last-child{border-top-right-radius:15px}.sidebar-component .nav-item:is(:last-child) .nav-link{border-bottom-left-radius:15px;border-bottom-right-radius:15px;margin-bottom:0}.sidebar-component .sidebar-heading{font-size:.75rem;text-transform:uppercase}.sidebar-component .user-card{align-items:center}.sidebar-component .user-card .avatar{border:1px solid #e5e7eb;border-radius:15px;height:75px;margin-right:.8rem;width:75px}.sidebar-component .user-card .avatar-update-btn{background:hsla(0,0%,100%,.9);border:1px solid #dee2e6!important;border-radius:50rem;bottom:0;height:20px;padding:0;position:absolute;right:12px;width:20px}.sidebar-component .user-card .avatar-update-btn-icon{-webkit-font-smoothing:antialiased;text-rendering:auto;display:inline-block;font-family:Font Awesome\\ 5 Free;font-style:normal;font-variant:normal;font-weight:400;line-height:1}.sidebar-component .user-card .avatar-update-btn-icon:before{content:""}.sidebar-component .user-card .username{font-size:13px;font-weight:600;margin-bottom:0}.sidebar-component .user-card .display-name{color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:800!important;line-height:.8;margin-bottom:0;-webkit-user-select:all;-moz-user-select:all;user-select:all}.sidebar-component .user-card .stats{font-size:12px;margin-bottom:0;margin-top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.sidebar-component .user-card .stats .stats-following{margin-right:.8rem}.sidebar-component .user-card .stats .followers-count,.sidebar-component .user-card .stats .following-count{font-weight:800}.sidebar-component .btn-primary{background-color:#3b82f6}.sidebar-component .btn-primary.router-link-exact-active{cursor:unset;opacity:.5;pointer-events:none}.sidebar-component .sidebar-sitelinks{display:flex;justify-content:space-between;margin-top:1rem;padding:0 2rem}.sidebar-component .sidebar-sitelinks a{color:#b8c2cc;font-size:12px}.sidebar-component .sidebar-sitelinks .active{color:#212529;font-weight:600}.sidebar-component .sidebar-attribution{color:#b8c2cc!important;font-size:12px;margin-top:.5rem;padding-left:2rem}.sidebar-component .sidebar-attribution a{color:#b8c2cc!important}',""]);const n=i},70146:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".compose-simple-component{height:600px;overflow:auto;width:100%}.compose-simple-component .step-segment{align-items:center;display:flex;height:100%;justify-content:center;padding:30px;width:100%}.compose-simple-component .step-segment h1.display-4{font-weight:700;letter-spacing:-.05em;line-height:.9}",""]);const n=i},80240:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".discover-feed-component .font-default{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;letter-spacing:-.7px}.discover-feed-component .info-overlay,.discover-feed-component .square-next .info-overlay-text,.discover-feed-component .square-next img{border-radius:15px!important}.discover-feed-component .trending-range .btn:hover:not(.btn-danger){background-color:#fca5a5}.discover-feed-component .info-overlay-text-field{font-size:13.5px;margin-bottom:2px}@media(min-width:768px){.discover-feed-component .info-overlay-text-field{font-size:20px;margin-bottom:15px}}",""]);const n=i},47670:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,'.notifications-component-feed{-ms-overflow-style:none;max-height:300px;overflow-y:auto;overflow-y:scroll;scrollbar-width:none}.notifications-component-feed::-webkit-scrollbar{display:none}.notifications-component .card{position:relative;width:100%}.notifications-component .card-body{width:100%}.notifications-component .card-body:after{background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.7),#fff);bottom:0;content:"";height:100px;position:absolute;width:calc(100% - 30px);z-index:3}',""]);const n=i},66819:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,'.account-settings-component{margin-top:-1px;overflow-y:auto}@media(min-width:768px){.account-settings-component{margin-top:1rem}}.account-settings-component .card,.account-settings-component .card-body{padding:0}.account-settings-component .settings-menu-col{-ms-overflow-style:none;display:none;height:100vh;overflow-y:auto;padding:1rem .5rem;scrollbar-width:none}.account-settings-component .settings-menu-col::-webkit-scrollbar{display:none}.account-settings-component .settings-menu-col .title{display:none}@media(min-width:768px){.account-settings-component .settings-menu-col{border-right:1px solid rgba(0,0,0,.1);display:block;height:710px}}.account-settings-component .settings-menu-col.showMobile,.account-settings-component .settings-menu-col.showMobile .title{display:block}.account-settings-component .settings-menu-col.showMobile .flex-column{margin-top:60px}.account-settings-component .settings-menu-col .nav-item{margin-bottom:5px;width:100%}.account-settings-component .settings-menu-col .nav-item .nav-link{color:#212529;font-weight:600;text-align:left;width:100%}@media(min-width:768px){.account-settings-component .settings-menu-col .nav-item .nav-link.active{background-color:#f3f4f6;color:#2c78bf}}.account-settings-component .settings-menu-col .nav-item .nav-link:hover{background-color:#f9fafb}.account-settings-component .settings-menu-col .nav-item .nav-link-icon{display:inline-flex;justify-content:center;margin-right:10px;width:10px}.account-settings-component .settings-menu-col .nav-item .nav-link-icon i{opacity:.4}.account-settings-component .settings-menu-col .nav-item hr{margin-bottom:.1rem;margin-top:.5rem}.account-settings-component .settings-menu-col .mobile-menu{background:#fff;height:65px!important;margin:0 -10px 68px;padding:1rem;position:fixed;top:0;width:100%;z-index:99}.account-settings-component .btn-light{border:1px solid #f3f4f6}.account-settings-component .settings-body-col{height:100vh;overflow-y:auto;padding:0 1rem 1rem;position:relative}@media(min-width:768px){.account-settings-component .settings-body-col{height:710px}}.account-settings-component .settings-body-col.inMenuMode{display:none}@media(min-width:768px){.account-settings-component .settings-body-col.inMenuMode{display:block}}.account-settings-component .settings-body-col .searchbox{display:none}@media(min-width:768px){.account-settings-component .settings-body-col .searchbox{display:block}}.account-settings-component .settings-body-col .searchbox.open{display:block}.account-settings-component .settings-body-col .title-menu{background-color:#fff;padding-top:1rem;position:-webkit-sticky;position:sticky;top:0;z-index:999}.account-settings-component .autocomplete-input{background-color:#f8f9fa!important;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjQjhDMkNDIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iNSIvPjxwYXRoIGQ9Im0xOSAxOS00LTQiLz48L3N2Zz4=");border-radius:50rem;font-size:.9rem;padding:.375rem .75rem .375rem 2.6rem}.account-settings-component .autocomplete-result{background-image:none;padding:4px 12px}.account-settings-component .autocomplete-result:not(:last-child){border-bottom:1px solid #f3f4f6}.account-settings-component .autocomplete-result .media-icon{margin-right:.5rem;width:30px}@media(max-width:768px){.account-settings-component .fixed-bottom-mobile{bottom:0;left:0;position:fixed;right:0;z-index:1030}}',""]);const n=i},69033:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".card[data-v-c1448eda]{height:122px}.ring[data-v-c1448eda]{background:radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);border-radius:50%;display:block;height:66px;padding:3px;width:66px}.ring.remote[data-v-c1448eda]{background:radial-gradient(ellipse at 70% 70%,#f64f59 8%,#c471ed 42%,#12c2e9 58%)}.ring.not-seen[data-v-c1448eda]{background:#ccc;opacity:.55}.ring img[data-v-c1448eda]{background:#fff;padding:3px}.ring.new[data-v-c1448eda]{background:none;border:4px dashed #d92d77;height:70px;width:70px}.ring.new img[data-v-c1448eda]{height:56px;width:56px}.scrolly[data-v-c1448eda]{-ms-overflow-style:none;overflow-y:scroll;scrollbar-width:none}.scrolly[data-v-c1448eda]::-webkit-scrollbar{display:none}",""]);const n=i},96081:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".group-list-card .member-label[data-v-06c2e2d8]{background:rgba(137,196,244,.2);border:1px solid rgba(137,196,244,.3);border-radius:3px;color:#4b77be}.group-list-card .member-label[data-v-06c2e2d8],.group-list-card .remote-label[data-v-06c2e2d8]{font-size:9px;font-weight:500;padding:2px 5px;text-transform:capitalize}.group-list-card .remote-label[data-v-06c2e2d8]{background:#fef3c7;border:1px solid #fcd34d;border-radius:3px;color:#b45309}.group-list-card .group-header-img[data-v-06c2e2d8]{height:60px;-o-object-fit:cover;object-fit:cover;padding:0;width:60px}.group-list-card .group-header-img.compact[data-v-06c2e2d8]{height:42.5px;width:42.5px}",""]);const n=i},59179:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".status-card-component .status-content{font-size:17px}.status-card-component.status-card-sm .status-content{font-size:14px}.status-card-component.status-card-sm .fa-lg{font-size:unset;line-height:unset;vertical-align:unset}",""]);const n=i},69619:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-accessibility-component .form-check[data-v-6fc7ca94],.account-accessibility-component .form-check .media-body[data-v-6fc7ca94]{margin-left:1rem}",""]);const n=i},63331:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-appearance-component .form-check[data-v-6b7eb468],.account-appearance-component .form-check .media-body[data-v-6b7eb468]{margin-left:1rem}",""]);const n=i},12551:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-archive-component .form-check[data-v-3527e0f6],.account-archive-component .form-check .media-body[data-v-3527e0f6]{margin-left:1rem}.account-archive-component .media-image-placeholder[data-v-3527e0f6]{align-items:center;background-color:#f8f9fa!important;border-radius:5px;display:flex;height:50px;justify-content:center;margin-right:1rem;width:50px}.account-archive-component .nav-link[data-v-3527e0f6]{color:#b8c2cc;font-size:12px;font-weight:600;text-transform:uppercase}.account-archive-component .nav-link.active[data-v-3527e0f6]{color:#000}",""]);const n=i},21667:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-blocked-component .form-check[data-v-6117ef26],.account-blocked-component .form-check .media-body[data-v-6117ef26]{margin-left:1rem}.account-blocked-component .nav-link[data-v-6117ef26]{color:#b8c2cc;font-size:12px;font-weight:600;text-transform:uppercase}.account-blocked-component .nav-link.active[data-v-6117ef26]{color:#000}",""]);const n=i},58130:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-bookmarks-component .form-check[data-v-25a4c79a],.account-bookmarks-component .form-check .media-body[data-v-25a4c79a]{margin-left:1rem}.account-bookmarks-component .media-image-placeholder[data-v-25a4c79a]{align-items:center;background-color:#f8f9fa!important;border-radius:5px;display:flex;height:50px;justify-content:center;margin-right:1rem;width:50px}",""]);const n=i},67478:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-collections-component .form-check[data-v-7c090755],.account-collections-component .form-check .media-body[data-v-7c090755]{margin-left:1rem}.account-collections-component .list-btn[data-v-7c090755]{align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-left:0;border-right:0;display:flex;justify-content:space-between;padding:.75rem 1.25rem;position:relative}.account-collections-component .list-btn[data-v-7c090755]:not(:first-child){border-top:0}.account-collections-component .list-btn .lead[data-v-7c090755]{font-size:1rem}.account-collections-component .list-btn.active[data-v-7c090755]{background-color:#f3f4f6}.account-collections-component .list-btn.active .lead[data-v-7c090755]{font-weight:500}",""]);const n=i},81853:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-devices-component .form-check[data-v-761c3ad4],.account-devices-component .form-check .media-body[data-v-761c3ad4]{margin-left:1rem}",""]);const n=i},52941:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-export-component .form-check[data-v-09975844],.account-export-component .form-check .media-body[data-v-09975844]{margin-left:1rem}",""]);const n=i},45032:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-follows-component .form-check[data-v-5460c3a2],.account-follows-component .form-check .media-body[data-v-5460c3a2]{margin-left:1rem}.account-follows-component .nav-link[data-v-5460c3a2]{color:#b8c2cc;font-size:12px;font-weight:600;text-transform:uppercase}.account-follows-component .nav-link.active[data-v-5460c3a2]{color:#000}",""]);const n=i},24933:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-groups-component .form-check[data-v-1f784a2c],.account-groups-component .form-check .media-body[data-v-1f784a2c]{margin-left:1rem}.account-groups-component .nav-link[data-v-1f784a2c]{color:#b8c2cc;font-size:12px;font-weight:600;text-transform:uppercase}.account-groups-component .nav-link.active[data-v-1f784a2c]{color:#000}",""]);const n=i},22903:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-import-component .form-check[data-v-b4f0f8f6],.account-import-component .form-check .media-body[data-v-b4f0f8f6]{margin-left:1rem}",""]);const n=i},32884:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-likes-component .form-check,.account-likes-component .form-check .media-body{margin-left:1rem}.account-likes-component .media-image-placeholder{align-items:center;background-color:#f8f9fa!important;border:1px solid #f3f4f6;border-radius:6px;display:flex;height:60px;justify-content:center;margin-right:1rem;width:60px}.account-likes-component .square canvas,.account-likes-component .square img{border:1px solid #f3f4f6;border-radius:6px!important}",""]);const n=i},16125:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-notification-component .form-check[data-v-4a911aa9],.account-notification-component .form-check .media-body[data-v-4a911aa9]{margin-left:1rem}",""]);const n=i},80753:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-preferences-component .form-check[data-v-f2cce966],.account-preferences-component .form-check .media-body[data-v-f2cce966]{margin-left:1rem}.account-preferences-component .col-form-label.changed[data-v-f2cce966],.account-preferences-component .form-check-label.changed[data-v-f2cce966]{color:#ef4444}.account-preferences-component .nav-link[data-v-f2cce966]{color:#b8c2cc;font-size:12px;font-weight:600}.account-preferences-component .nav-link.active[data-v-f2cce966]{color:#000}",""]);const n=i},96262:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-profile-component .form-check[data-v-53dd5681],.account-profile-component .form-check .media-body[data-v-53dd5681]{margin-left:1rem}.account-profile-component .col-form-label.changed[data-v-53dd5681]{color:#ef4444}",""]);const n=i},30825:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(23645),i=a.n(s)()((function(t){return t[1]}));i.push([t.id,".account-security-component .form-check[data-v-fac93e58],.account-security-component .form-check .media-body[data-v-fac93e58]{margin-left:1rem}",""]);const n=i},92528:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(83265),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},91917:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(73196),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},27265:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(28597),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},2511:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(43125),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},31199:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(7077),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},80436:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(40538),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},57393:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(70151),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},46351:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(88662),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},40055:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(98537),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},65537:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(51234),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},93559:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(352),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},15711:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(86290),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},76551:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(76223),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},58587:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(84212),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},16925:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(19965),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},39549:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(71467),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},35405:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(34114),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},93212:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(92771),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},51032:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(70146),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},62376:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(80240),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},85579:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(47670),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},67707:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(66819),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},1613:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(69033),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},46531:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(96081),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},43855:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(59179),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},66677:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(69619),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},747:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(63331),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},58045:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(12551),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},31578:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(21667),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},24388:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(58130),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},41348:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(67478),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},6541:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(81853),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},28599:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(52941),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},21539:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(45032),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},73405:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(24933),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},23829:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(22903),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},95331:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(32884),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},21281:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(16125),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},77867:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(80753),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},82483:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(96262),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},32123:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>r});var s=a(93379),i=a.n(s),n=a(30825),o={insert:"head",singleton:!1};i()(n.default,o);const r=n.default.locals||{}},88041:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(99550),i=a(95492),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},63836:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(66097),i=a(21128),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},51414:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(5420),i=a(50029),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},59502:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(33798),i=a(18211),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},14235:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(68774),i=a(71008),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(90271);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"769ccd2a",null).exports},35495:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(62293),i=a(54326),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},48266:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(55645),i=a(45667),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(86791);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},94421:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(11451),i=a(97505),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(37275);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"21378c28",null).exports},72179:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(93815),i=a(3307),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(78312);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},30469:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(90316),i=a(20105),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},42390:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(13284),i=a(10966),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},73209:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(31006),i=a(36489),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},52182:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(18389),i=a(31638),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},77406:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(33552),i=a(80518),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(34571);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},27228:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(23378),i=a(52099),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},31624:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(88497),i=a(71734),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},53343:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(93765),i=a(30657),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(21529);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},51436:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(39294),i=a(37301),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(74953);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},89601:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(73252),i=a(27470),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(2805);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},92614:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(99531),i=a(15115),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(27044);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},42755:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(1428),i=a(37323),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(60395);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},76429:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(68168),i=a(96050),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},65429:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(86772),i=a(68139),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(86227);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},33795:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>i});var s=a(56622);const i=(0,a(51900).default)({},s.render,s.staticRenderFns,!1,null,null,null).exports},73128:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(51762),i=a(94113),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},78375:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(5392),i=a(15570),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(57820);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"6a850a08",null).exports},88231:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(73957),i=a(4456),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(97883);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},18303:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(450),i=a(98522),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},68296:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(22278),i=a(57250),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(64190);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},56899:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(36818),i=a(13728),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(3950);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},73459:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(76108),i=a(18655),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(46894);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},12206:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(31508),i=a(52411),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(93205);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},35057:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(52568),i=a(46784),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(906);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"267be4b0",null).exports},57119:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(27386),i=a(26916),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},91500:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(58811),i=a(9493),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"46d0adc6",null).exports},4086:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(44843),i=a(10078),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(96021);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"1002e7e2",null).exports},69141:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(56923),i=a(53456),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(18563);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"c1448eda",null).exports},42363:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(21586),i=a(81223),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(55877);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"06c2e2d8",null).exports},20415:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(53242),i=a(25266),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},97622:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(74454),i=a(97381),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},19210:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(48661),i=a(71334),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(45101);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},57374:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(10650),i=a(4220),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},33872:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(74762),i=a(10878),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(75152);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"1b12221c",null).exports},23251:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(42415),i=a(29911),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(12796);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"77d48172",null).exports},76644:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(63027),i=a(18411),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},53973:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(59132),i=a(44976),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(81709);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"6e29e1c6",null).exports},45615:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(69585),i=a(12308),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(1266);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"6fc7ca94",null).exports},79205:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(54007),i=a(72906),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},19893:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(17144),i=a(60398),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(8919);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"6b7eb468",null).exports},67125:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(12909),i=a(44303),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(78754);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"3527e0f6",null).exports},68645:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(89218),i=a(35058),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(60684);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"6117ef26",null).exports},85673:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(95965),i=a(56982),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(97747);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"25a4c79a",null).exports},65e3:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(52647),i=a(12101),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(99724);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"7c090755",null).exports},72154:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(15635),i=a(92156),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(6965);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"761c3ad4",null).exports},76954:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(45659),i=a(88756),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(57395);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"09975844",null).exports},23104:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(27500),i=a(67587),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(8028);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"5460c3a2",null).exports},3625:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(17908),i=a(1912),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(44350);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"1f784a2c",null).exports},33390:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(38492),i=a(13042),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(7249);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"b4f0f8f6",null).exports},36440:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(32209),i=a(32335),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(60148);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,null,null).exports},98191:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(3368),i=a(37213),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(81328);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"4a911aa9",null).exports},6430:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(44425),i=a(78177),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(9655);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"f2cce966",null).exports},40829:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(28006),i=a(6802),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(25237);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"53dd5681",null).exports},15122:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>o});var s=a(53147),i=a(3224),n={};for(const t in i)"default"!==t&&(n[t]=()=>i[t]);a.d(e,n);a(90108);const o=(0,a(51900).default)(i.default,s.render,s.staticRenderFns,!1,null,"fac93e58",null).exports},95492:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(6340),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},21128:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(51209),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},50029:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(7212),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},18211:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(3247),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},71008:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(1411),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},54326:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(78472),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},45667:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(45595),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},97505:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(70354),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},3307:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(32854),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},20105:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(33555),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},10966:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(16568),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},36489:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(13310),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},31638:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(32343),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},80518:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(53506),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},52099:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(16661),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},71734:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(20818),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},30657:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(20581),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},37301:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(79383),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},27470:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(86453),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},15115:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(69812),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},37323:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(48274),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},96050:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(26930),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},68139:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(7762),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},94113:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(33588),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},15570:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(84196),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},4456:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(77671),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},98522:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(96668),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},57250:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(3366),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},13728:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(27908),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},18655:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(58338),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},52411:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(98868),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},46784:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(75995),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},26916:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(77355),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},9493:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(2962),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},10078:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(14425),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},53456:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(58206),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},81223:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(33109),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},25266:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(53999),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},97381:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(55192),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},71334:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(86637),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},4220:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(7768),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},10878:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(10578),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},29911:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(15464),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},18411:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(63049),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},44976:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(67223),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},12308:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(83933),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},72906:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(46122),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},60398:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(65685),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},44303:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(85623),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},35058:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(32e3),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},56982:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(17474),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},12101:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(25774),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},92156:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(50825),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},88756:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(51495),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},67587:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(86261),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},1912:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(27165),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},13042:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(988),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},32335:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(45686),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},37213:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(43210),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},78177:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(75577),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},6802:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(34986),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},3224:(t,e,a)=>{"use strict";a.r(e),a.d(e,{default:()=>n});var s=a(50187),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i);const n=s.default},906:(t,e,a)=>{"use strict";a.r(e);var s=a(92528),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},96021:(t,e,a)=>{"use strict";a.r(e);var s=a(91917),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},75152:(t,e,a)=>{"use strict";a.r(e);var s=a(27265),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},12796:(t,e,a)=>{"use strict";a.r(e);var s=a(2511),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},81709:(t,e,a)=>{"use strict";a.r(e);var s=a(31199),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},90271:(t,e,a)=>{"use strict";a.r(e);var s=a(80436),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},86791:(t,e,a)=>{"use strict";a.r(e);var s=a(57393),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},37275:(t,e,a)=>{"use strict";a.r(e);var s=a(46351),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},78312:(t,e,a)=>{"use strict";a.r(e);var s=a(40055),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},34571:(t,e,a)=>{"use strict";a.r(e);var s=a(65537),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},21529:(t,e,a)=>{"use strict";a.r(e);var s=a(93559),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},74953:(t,e,a)=>{"use strict";a.r(e);var s=a(15711),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},2805:(t,e,a)=>{"use strict";a.r(e);var s=a(76551),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},27044:(t,e,a)=>{"use strict";a.r(e);var s=a(58587),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},60395:(t,e,a)=>{"use strict";a.r(e);var s=a(16925),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},86227:(t,e,a)=>{"use strict";a.r(e);var s=a(39549),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},57820:(t,e,a)=>{"use strict";a.r(e);var s=a(35405),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},97883:(t,e,a)=>{"use strict";a.r(e);var s=a(93212),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},64190:(t,e,a)=>{"use strict";a.r(e);var s=a(51032),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},3950:(t,e,a)=>{"use strict";a.r(e);var s=a(62376),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},46894:(t,e,a)=>{"use strict";a.r(e);var s=a(85579),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},93205:(t,e,a)=>{"use strict";a.r(e);var s=a(67707),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},18563:(t,e,a)=>{"use strict";a.r(e);var s=a(1613),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},55877:(t,e,a)=>{"use strict";a.r(e);var s=a(46531),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},45101:(t,e,a)=>{"use strict";a.r(e);var s=a(43855),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},1266:(t,e,a)=>{"use strict";a.r(e);var s=a(66677),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},8919:(t,e,a)=>{"use strict";a.r(e);var s=a(747),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},78754:(t,e,a)=>{"use strict";a.r(e);var s=a(58045),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},60684:(t,e,a)=>{"use strict";a.r(e);var s=a(31578),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},97747:(t,e,a)=>{"use strict";a.r(e);var s=a(24388),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},99724:(t,e,a)=>{"use strict";a.r(e);var s=a(41348),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},6965:(t,e,a)=>{"use strict";a.r(e);var s=a(6541),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},57395:(t,e,a)=>{"use strict";a.r(e);var s=a(28599),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},8028:(t,e,a)=>{"use strict";a.r(e);var s=a(21539),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},44350:(t,e,a)=>{"use strict";a.r(e);var s=a(73405),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},7249:(t,e,a)=>{"use strict";a.r(e);var s=a(23829),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},60148:(t,e,a)=>{"use strict";a.r(e);var s=a(95331),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},81328:(t,e,a)=>{"use strict";a.r(e);var s=a(21281),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},9655:(t,e,a)=>{"use strict";a.r(e);var s=a(77867),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},25237:(t,e,a)=>{"use strict";a.r(e);var s=a(82483),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},90108:(t,e,a)=>{"use strict";a.r(e);var s=a(32123),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},99550:(t,e,a)=>{"use strict";a.r(e);var s=a(12907),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},66097:(t,e,a)=>{"use strict";a.r(e);var s=a(51501),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},5420:(t,e,a)=>{"use strict";a.r(e);var s=a(62413),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},33798:(t,e,a)=>{"use strict";a.r(e);var s=a(47211),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},68774:(t,e,a)=>{"use strict";a.r(e);var s=a(19277),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},62293:(t,e,a)=>{"use strict";a.r(e);var s=a(62337),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},55645:(t,e,a)=>{"use strict";a.r(e);var s=a(17347),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},11451:(t,e,a)=>{"use strict";a.r(e);var s=a(18933),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},93815:(t,e,a)=>{"use strict";a.r(e);var s=a(59156),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},90316:(t,e,a)=>{"use strict";a.r(e);var s=a(9282),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},13284:(t,e,a)=>{"use strict";a.r(e);var s=a(31081),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},31006:(t,e,a)=>{"use strict";a.r(e);var s=a(16864),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},18389:(t,e,a)=>{"use strict";a.r(e);var s=a(50618),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},33552:(t,e,a)=>{"use strict";a.r(e);var s=a(13209),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},23378:(t,e,a)=>{"use strict";a.r(e);var s=a(17192),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},88497:(t,e,a)=>{"use strict";a.r(e);var s=a(58183),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},93765:(t,e,a)=>{"use strict";a.r(e);var s=a(90898),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},39294:(t,e,a)=>{"use strict";a.r(e);var s=a(89764),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},73252:(t,e,a)=>{"use strict";a.r(e);var s=a(18645),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},99531:(t,e,a)=>{"use strict";a.r(e);var s=a(62436),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},1428:(t,e,a)=>{"use strict";a.r(e);var s=a(38971),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},68168:(t,e,a)=>{"use strict";a.r(e);var s=a(80272),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},86772:(t,e,a)=>{"use strict";a.r(e);var s=a(77163),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},56622:(t,e,a)=>{"use strict";a.r(e);var s=a(8580),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},51762:(t,e,a)=>{"use strict";a.r(e);var s=a(5035),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},5392:(t,e,a)=>{"use strict";a.r(e);var s=a(82306),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},73957:(t,e,a)=>{"use strict";a.r(e);var s=a(94127),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},450:(t,e,a)=>{"use strict";a.r(e);var s=a(94839),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},22278:(t,e,a)=>{"use strict";a.r(e);var s=a(25411),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},36818:(t,e,a)=>{"use strict";a.r(e);var s=a(42829),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},76108:(t,e,a)=>{"use strict";a.r(e);var s=a(23060),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},31508:(t,e,a)=>{"use strict";a.r(e);var s=a(29180),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},52568:(t,e,a)=>{"use strict";a.r(e);var s=a(61609),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},27386:(t,e,a)=>{"use strict";a.r(e);var s=a(44278),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},58811:(t,e,a)=>{"use strict";a.r(e);var s=a(94189),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},44843:(t,e,a)=>{"use strict";a.r(e);var s=a(27257),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},56923:(t,e,a)=>{"use strict";a.r(e);var s=a(37571),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},21586:(t,e,a)=>{"use strict";a.r(e);var s=a(74252),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},53242:(t,e,a)=>{"use strict";a.r(e);var s=a(22372),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},74454:(t,e,a)=>{"use strict";a.r(e);var s=a(37860),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},48661:(t,e,a)=>{"use strict";a.r(e);var s=a(91927),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},10650:(t,e,a)=>{"use strict";a.r(e);var s=a(34812),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},74762:(t,e,a)=>{"use strict";a.r(e);var s=a(21761),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},42415:(t,e,a)=>{"use strict";a.r(e);var s=a(65654),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},63027:(t,e,a)=>{"use strict";a.r(e);var s=a(36310),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},59132:(t,e,a)=>{"use strict";a.r(e);var s=a(38508),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},69585:(t,e,a)=>{"use strict";a.r(e);var s=a(46336),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},54007:(t,e,a)=>{"use strict";a.r(e);var s=a(75024),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},17144:(t,e,a)=>{"use strict";a.r(e);var s=a(1603),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},12909:(t,e,a)=>{"use strict";a.r(e);var s=a(59500),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},89218:(t,e,a)=>{"use strict";a.r(e);var s=a(32688),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},95965:(t,e,a)=>{"use strict";a.r(e);var s=a(76630),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},52647:(t,e,a)=>{"use strict";a.r(e);var s=a(13268),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},15635:(t,e,a)=>{"use strict";a.r(e);var s=a(56241),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},45659:(t,e,a)=>{"use strict";a.r(e);var s=a(66026),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},27500:(t,e,a)=>{"use strict";a.r(e);var s=a(27659),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},17908:(t,e,a)=>{"use strict";a.r(e);var s=a(53066),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},38492:(t,e,a)=>{"use strict";a.r(e);var s=a(86757),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},32209:(t,e,a)=>{"use strict";a.r(e);var s=a(15275),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},3368:(t,e,a)=>{"use strict";a.r(e);var s=a(19263),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},44425:(t,e,a)=>{"use strict";a.r(e);var s=a(97374),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},28006:(t,e,a)=>{"use strict";a.r(e);var s=a(77210),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},53147:(t,e,a)=>{"use strict";a.r(e);var s=a(81276),i={};for(const t in s)"default"!==t&&(i[t]=()=>s[t]);a.d(e,i)},12907:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),t._m(0),t._v(" "),a("div",{staticClass:"col-md-3"},[a("div",{staticClass:"card shadow-sm mb-3",staticStyle:{"border-radius":"15px !important"}},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"d-flex justify-content-between mb-3"},[a("span",{staticClass:"text-muted font-weight-bold"},[t._v("Stats")]),t._v(" "),a("span",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{hover:!0}}],staticClass:"text-lighter",attrs:{title:"Statistics data is generated once every 24 hours"}},[a("i",{staticClass:"fal fa-info-circle"})])]),t._v(" "),a("div",{staticClass:"d-flex justify-content-between align-items-center mb-1"},[a("p",{staticClass:"text-lighter mb-0"},[t._v("Total Posts:")]),t._v(" "),a("p",{staticClass:"lead mb-0"},[t._v(t._s(t.nodeinfo.usage.localPosts))])]),t._v(" "),a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("p",{staticClass:"text-lighter mb-0"},[t._v("Total Users:")]),t._v(" "),a("p",{staticClass:"lead mb-0"},[t._v(t._s(t.nodeinfo.usage.users.total))])])])]),t._v(" "),t.instance&&t.instance.rules&&t.instance.rules.length?a("div",{staticClass:"card shadow-sm mb-3",staticStyle:{"border-radius":"15px !important"}},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"d-flex justify-content-between mb-3"},[a("span",{staticClass:"text-muted font-weight-bold"},[t._v("Rules")]),t._v(" "),a("span",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{hover:!0}}],staticClass:"text-lighter",attrs:{title:"These rules are subject to change"}},[a("i",{staticClass:"fal fa-info-circle"})])]),t._v(" "),a("ol",{staticStyle:{"padding-left":"20px"}},t._l(t.instance.rules,(function(e){return a("li",{staticClass:"font-weight-bold mt-3"},[t._v("\n\t\t\t\t\t\t\t\t"+t._s(e.text)+"\n\t\t\t\t\t\t\t")])})),0),t._v(" "),a("p",{staticClass:"small mb-0 text-center font-weight-bold text-lighter"},[t._v("Refer to the "),a("router-link",{staticClass:"text-muted",attrs:{to:"/i/web/terms"}},[t._v("Terms of Service")]),t._v(" for more information")],1)])]):t._e()])])]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-md-6"},[a("div",{staticClass:"jumbotron shadow-sm bg-white"},[a("div",{staticClass:"text-center"},[a("h1",{staticClass:"font-weight-bold"},[t._v("Photo Sharing. For Everyone")]),t._v(" "),a("p",{staticClass:"lead mb-0"},[t._v("Pixelfed is an image sharing platform, an ethical alternative to centralized platforms.")])])]),t._v(" "),a("div",{staticClass:"card shadow-sm mb-3"},[a("div",{staticClass:"card-body"},[t._v("\n\t\t\t\t\t\tAdminstrators can edit this text in the admin dashboard.\n\t\t\t\t\t")])])])}]},51501:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),t._m(0),t._v(" "),t._m(1)])]),t._v(" "),a("drawer")],1)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-md-6"},[a("div",{staticClass:"jumbotron shadow-sm bg-white"},[a("div",{staticClass:"text-center"},[a("h1",{staticClass:"font-weight-bold"},[t._v("What's New")]),t._v(" "),a("p",{staticClass:"lead mb-0"},[t._v("A log of changes in our new UI (Metro 2.0)")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Mar 3, 2022")]),t._v(" "),a("ul",[a("li",[t._v("Fix private profile feed not loading for owner")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Feb 26, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("New Discover layout with My Hashtags, My Memories, Account Insights, Find Friends and Server Timelines")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Feb 15, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("Mobile app drawer menu")]),t._v(" "),a("li",{staticClass:"font-weight-bold"},[t._v("Add Preferred Profile Layout UI setting")]),t._v(" "),a("li",[t._v("Add search bar to mobile breakpoints and adjust avatar size when necessary")]),t._v(" "),a("li",[t._v("Improved profile layout on mobile breakpoints")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Feb 12, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("Threaded Comments Beta")]),t._v(" "),a("li",[t._v("Changed default media preview setting to non-fixed height media")]),t._v(" "),a("li",[t._v("Improved Compose Location search, will display popular locations first")]),t._v(" "),a("li",[t._v('Added "Comment" button to comment reply form and changed textarea/multiline icon toggle')]),t._v(" "),a("li",[t._v("Fixed incorrect avatar in profile post comment drawers")]),t._v(" "),a("li",[t._v("Hashtags will now include remote/federated posts on hashtag feeds")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Feb 6, 2022")]),t._v(" "),a("ul",[a("li",[t._v("Moved media license to post header")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Feb 5, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("Improved Media Previews - disable to restore original preview aspect ratios")]),t._v(" "),a("li",{staticClass:"font-weight-bold"},[t._v("Comments + Hovercards - comment usernames now support hovercards")]),t._v(" "),a("li",{staticClass:"font-weight-bold"},[t._v("Quick Avatar Updates - click the "),a("i",{staticClass:"far fa-cog"}),t._v(" button on your avatar. Supports drag-n-drop and updates without page refresh in most places.")]),t._v(" "),a("li",{staticClass:"font-weight-bold"},[t._v("Follows You badge on hovercards when applicable")]),t._v(" "),a("li",[t._v("Add Hide Counts & Stats setting")]),t._v(" "),a("li",[t._v("Fix nsfw videos not displaying sensitive warning")]),t._v(" "),a("li",[t._v("Added mod tools button to posts for admin accounts")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Jan 31, 2022")]),t._v(" "),a("ul",[a("li",[t._v("Fixed comment deletion")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Jan 27, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("New Reaction bar on posts - to disable toggle this option in UI Settings menu")]),t._v(" "),a("li",{staticClass:"font-weight-bold"},[t._v("Fresher Comments - fixed bug that prevented new comments from appearing and added a Refresh button to do it manually in the event it's needed")]),t._v(" "),a("li",[t._v("Added Comment Autoloading setting, enabled by default, it loads the first 3 comments")]),t._v(" "),a("li",[t._v("Added Likes feed to your own profile to view posts you liked")]),t._v(" "),a("li",[t._v("Fixed custom emoji rendering on sidebar, profiles and hover cards")]),t._v(" "),a("li",[t._v("Fixed duplicate notifications on feeds")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Jan 24, 2022")]),t._v(" "),a("ul",[a("li",[t._v("New onboarding home feed with 6 popular accounts to help newcomers find accounts to follow")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Jan 22, 2022")]),t._v(" "),a("ul",[a("li",[t._v("Added pronouns to hovercards")]),t._v(" "),a("li",[t._v("Fixed custom emoji rendering on home timeline")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Jan 18, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("Added Hovercards to usernames on timelines")])])]),t._v(" "),a("div",{staticClass:"mt-4 pb-3"},[a("p",{staticClass:"lead"},[t._v("Jan 9, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("Improved search bar, now resolves (and imports) remote accounts and posts, including webfinger addresses")]),t._v(" "),a("li",[t._v("Added full account usernames to notifications on hover")]),t._v(" "),a("li",[t._v("Discover page will default to the Yearly tab if Daily tab is empty")]),t._v(" "),a("li",[t._v("Hashtag feed improvements (fix pagination placeholders, use 4x4 grid on larger screens)")])])]),t._v(" "),a("div",{staticClass:"pb-3"},[a("p",{staticClass:"lead"},[t._v("Jan 8, 2022")]),t._v(" "),a("ul",[a("li",{staticClass:"font-weight-bold"},[t._v("New report modal for posts & comments")]),t._v(" "),a("li",[t._v("Fixed profile "),a("i",{staticClass:"far fa-bars px-1"}),t._v(" feed status interactions")]),t._v(" "),a("li",[t._v("Improved profile mobile layout")])])]),t._v(" "),a("div",{staticClass:"pb-3"},[a("p",{staticClass:"lead"},[t._v("Older")]),t._v(" "),a("p",[t._v("To view the full list of changes, view the project changelog "),a("a",{attrs:{href:"https://raw.githubusercontent.com/pixelfed/pixelfed/dev/CHANGELOG.md"}},[t._v("here")]),t._v(".")])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-md-3"},[a("div",{staticClass:"alert alert-primary"},[a("p",{staticClass:"mb-0 small"},[t._v("We know some of our UI changes are controversial. We value your feedback and are working hard to incorporate it. Your patience is greatly appreciated!")])])])}]},62413:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),t._m(0)])]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-md-6"},[a("div",{staticClass:"jumbotron shadow-sm bg-white"},[a("div",{staticClass:"text-center"},[a("h1",{staticClass:"font-weight-bold mb-0"},[t._v("Contact")])])]),t._v(" "),a("div",{staticClass:"card shadow-sm mb-3"},[a("div",{staticClass:"card-body"},[t._v("\n\t\t\t\t\t\tAdministrators have not configured the contact form.\n\t\t\t\t\t")])])])}]},47211:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"dm-page-component"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-5 offset-md-1"},[t.threadsLoaded?a("div",[t._l(t.threads,(function(e,s){return a("div",{staticClass:"card shadow-sm mb-3",staticStyle:{"border-radius":"15px"}},[a("div",{staticClass:"card-body py-2"},[a("div",{staticClass:"media align-items-center"},[a("img",{staticClass:"shadow-sm mr-3",staticStyle:{"border-radius":"15px"},attrs:{src:e.accounts[0].avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-n1"},[t._v("@"+t._s(e.accounts[0].acct))]),t._v(" "),a("p",{staticClass:"small text-muted mb-0"},[t._v(t._s(t.timeago(e.last_status.created_at))+" ago")])]),t._v(" "),a("a",{staticClass:"btn btn-link stretched-link",attrs:{href:"/account/direct/t/"+e.accounts[0].id}},[a("i",{staticClass:"fal fa-chevron-right fa-2x text-dark"})])])])])})),t._v(" "),t.canLoadMore?a("div",[a("intersect",{on:{enter:t.enterIntersect}},[a("dm-placeholder")],1)],1):t._e()],2):a("div",[a("dm-placeholder")],1)]),t._v(" "),a("div",{staticClass:"col-md-3 d-md-block"},t._l(t.tabs,(function(e,s){return a("button",{staticClass:"btn shadow-sm font-weight-bold btn-block text-capitalize",class:[s===t.tabIndex?"btn-primary":"btn-light"],on:{click:function(e){return t.toggleTab(s)}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.$t("directMessages."+e))+"\n\t\t\t\t")])})),0)]),t._v(" "),a("drawer")],1):a("div",{staticClass:"d-flex justify-content-center align-items-center",staticStyle:{height:"calc(100vh - 58px)"}},[a("b-spinner")],1)])},i=[]},19277:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-4 col-lg-3"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),"index"==t.tab?a("div",{staticClass:"col-md-8 col-lg-9 mt-n4"},[t.profile.is_admin?a("div",{staticClass:"d-md-flex my-md-3"},[a("grid-card",{attrs:{dark:!0,title:"Hello "+t.profile.username,subtitle:"Welcome to the new Discover experience! Only admins can see this","button-text":"Manage Discover Settings","button-link":"/i/web/discover/settings","icon-class":"fal fa-cog",small:!0}})],1):t._e(),t._v(" "),a("daily-trending",{on:{"btn-click":function(e){return t.toggleTab("trending")}}}),t._v(" "),a("div",{staticClass:"d-md-flex my-md-3"},[t.config.hashtags.enabled?a("grid-card",{attrs:{dark:!0,title:"My Hashtags",subtitle:"Explore posts tagged with hashtags you follow","button-text":"Explore Posts","button-link":"/i/web/discover/my-hashtags","icon-class":"fal fa-hashtag",small:!1}}):t._e(),t._v(" "),t.config.memories.enabled?a("grid-card",{attrs:{title:"My Memories",subtitle:"A distant look back","button-text":"View Memories","button-link":"/i/web/discover/my-memories","icon-class":"fal fa-history",small:!1}}):t._e()],1),t._v(" "),a("div",{staticClass:"d-md-flex my-md-3"},[t.config.insights.enabled?a("grid-card",{attrs:{title:"Account Insights",subtitle:"Get a rich overview of your account activity and interactions","button-text":"View Account Insights","icon-class":"fal fa-user-circle","button-link":"/i/web/discover/account-insights",small:!1}}):t._e(),t._v(" "),t.config.friends.enabled?a("grid-card",{attrs:{dark:!0,title:"Find Friends",subtitle:"Find accounts to follow based on common interests","button-text":"Find Friends & Followers","button-link":"/i/web/discover/find-friends","icon-class":"fal fa-user-plus",small:!1}}):t._e()],1),t._v(" "),a("div",{staticClass:"d-md-flex my-md-3"},[t.config.server.enabled&&t.config.server.domains&&t.config.server.domains.length?a("grid-card",{attrs:{dark:!0,title:"Server Timelines",subtitle:"Browse timelines of a specific remote instance","button-text":"Browse Server Feeds","icon-class":"fal fa-list","button-link":"/i/web/discover/server-timelines",small:!1}}):t._e()],1)],1):"trending"==t.tab?a("div",{staticClass:"col-md-8 col-lg-9 mt-n4"},[a("discover",{attrs:{profile:t.profile}})],1):"popular-places"==t.tab?a("div",{staticClass:"col-md-8 col-lg-9 mt-n4"},[t._m(0)]):t._e()]),t._v(" "),a("drawer")],1):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("section",{staticClass:"mt-3 mb-5 section-explore"},[a("div",{staticClass:"profile-timeline"},[a("div",{staticClass:"row p-0 mt-5"},[a("div",{staticClass:"col-12 mb-4 d-flex justify-content-between align-items-center"},[a("p",{staticClass:"d-block d-md-none h1 font-weight-bold mb-0 font-default"},[t._v("Popular Places")]),t._v(" "),a("p",{staticClass:"d-none d-md-block display-4 font-weight-bold mb-0 font-default"},[t._v("Popular Places")])])])]),t._v(" "),a("div",{staticClass:"row mt-5"},[a("div",{staticClass:"col-12 col-md-12 mb-3"},[a("div",{staticClass:"card-img big"},[a("img",{attrs:{src:"/img/places/nyc.jpg"}}),t._v(" "),a("div",{staticClass:"title font-default"},[t._v("New York City")])])]),t._v(" "),a("div",{staticClass:"col-12 col-md-6 mb-3"},[a("div",{staticClass:"card-img"},[a("img",{attrs:{src:"/img/places/edmonton.jpg"}}),t._v(" "),a("div",{staticClass:"title font-default"},[t._v("Edmonton")])])]),t._v(" "),a("div",{staticClass:"col-12 col-md-6 mb-3"},[a("div",{staticClass:"card-img"},[a("img",{attrs:{src:"/img/places/paris.jpg"}}),t._v(" "),a("div",{staticClass:"title font-default"},[t._v("Paris")])])]),t._v(" "),a("div",{staticClass:"col-12 col-md-4 mb-3"},[a("div",{staticClass:"card-img"},[a("img",{attrs:{src:"/img/places/london.jpg"}}),t._v(" "),a("div",{staticClass:"title font-default"},[t._v("London")])])]),t._v(" "),a("div",{staticClass:"col-12 col-md-4 mb-3"},[a("div",{staticClass:"card-img"},[a("img",{attrs:{src:"/img/places/vancouver.jpg"}}),t._v(" "),a("div",{staticClass:"title font-default"},[t._v("Vancouver")])])]),t._v(" "),a("div",{staticClass:"col-12 col-md-4 mb-3"},[a("div",{staticClass:"card-img"},[a("img",{attrs:{src:"/img/places/toronto.jpg"}}),t._v(" "),a("div",{staticClass:"title font-default"},[t._v("Toronto")])])])])])}]},62337:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"drive-component"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-6"}),t._v(" "),a("div",{staticClass:"col-md-3"})])]):a("div",{staticClass:"d-flex justify-content-center align-items-center",staticStyle:{height:"calc(100vh - 58px)"}},[a("b-spinner")],1)])},i=[]},17347:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"hashtag-component"},[t.isLoaded&&t.feedLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-9"},[a("div",{staticClass:"card border-0 shadow-sm mb-3",staticStyle:{"border-radius":"18px"}},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"media align-items-center py-3"},[a("div",{staticClass:"media-body"},[a("p",{staticClass:"h3 text-break mb-0"},[a("span",{staticClass:"text-lighter"},[t._v("#")]),t._v(t._s(t.id)+"\n\t\t\t\t\t\t\t\t")])]),t._v(" "),t.follows?a("button",{staticClass:"btn btn-light hashtag-follow border rounded-pill font-weight-bold py-1 px-4",attrs:{disabled:t.isFollowing},on:{click:function(e){return t.unfollowHashtag()}}},[t.isFollowing?a("b-spinner",{attrs:{small:""}}):a("span",[t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(t.$t("profile.unfollow"))+"\n\t\t\t\t\t\t\t\t")])],1):a("button",{staticClass:"btn btn-primary hashtag-follow font-weight-bold rounded-pill py-1 px-4",attrs:{disabled:t.isFollowing},on:{click:function(e){return t.followHashtag()}}},[t.isFollowing?a("b-spinner",{attrs:{small:""}}):a("span",[t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(t.$t("profile.follow"))+"\n\t\t\t\t\t\t\t\t")])],1)])])]),t._v(" "),a("div",{staticClass:"row mx-0 hashtag-feed"},[t._l(t.feed.tags,(function(e,s){return a("div",{key:"tlob:"+s,staticClass:"col-6 col-md-4 col-lg-3 p-1"},[a("a",{staticClass:"card info-overlay card-md-border-0",attrs:{href:t.statusUrl(e.status)},on:{click:function(a){return a.preventDefault(),t.goToPost(e.status)}}},[a("div",{staticClass:"square"},[e.status.sensitive?a("div",{staticClass:"square-content"},[t._m(0,!0),t._v(" "),a("blur-hash-canvas",{attrs:{width:"32",height:"32",hash:e.status.media_attachments[0].blurhash}})],1):a("div",{staticClass:"square-content"},[a("blur-hash-image",{attrs:{width:"32",height:"32",hash:e.status.media_attachments[0].blurhash,src:e.status.media_attachments[0].url}})],1),t._v(" "),"photo:album"==e.status.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-images fa-2x"})]):t._e(),t._v(" "),"video"==e.status.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-video fa-2x"})]):t._e(),t._v(" "),"video:album"==e.status.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-film fa-2x"})]):t._e(),t._v(" "),a("div",{staticClass:"info-overlay-text"},[a("h5",{staticClass:"text-white m-auto font-weight-bold"},[a("span",[a("span",{staticClass:"far fa-comment fa-lg p-2 d-flex-inline"}),t._v(" "),a("span",{staticClass:"d-flex-inline"},[t._v(t._s(t.formatCount(e.status.reply_count)))])])])])])])])})),t._v(" "),t._l(Array(12).keys(),(function(e,s){return t.canLoadMore?a("div",{staticClass:"col-6 col-md-4 col-lg-3 ph-wrapper"},[0===s?a("intersect",{on:{enter:t.enterIntersect}},[a("div",{staticClass:"ph-item"},[a("div",{staticClass:"ph-picture big"})])]):a("div",{staticClass:"ph-item"},[a("div",{staticClass:"ph-picture big"})])],1):t._e()}))],2),t._v(" "),t.feed.hasOwnProperty("tags")&&t.feed.tags.length?t._e():a("div",{staticClass:"row mx-0 hashtag-feed justify-content-center"},[a("div",{staticClass:"col-12 col-md-8 text-center"},[a("img",{staticClass:"img-fluid",staticStyle:{opacity:"0.6"},attrs:{src:"/img/illustrations/dk-nature-man-monochrome.svg"}}),t._v(" "),a("p",{staticClass:"lead text-muted font-weight-bold"},[t._v(t._s(t.$t("hashtags.emptyFeed")))])])])])]),t._v(" "),a("drawer")],1):a("div",{staticClass:"container-fluid mt-3"},[a("b-spinner")],1)])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"info-overlay-text-label"},[e("h5",{staticClass:"text-white m-auto font-weight-bold"},[e("span",[e("span",{staticClass:"far fa-eye-slash fa-lg p-2 d-flex-inline"})])])])}]},18933:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"help-center-component"},[a("div",{staticClass:"jumbotron"},[a("div",{staticClass:"container d-flex justify-content-center"},[a("div",{staticClass:"col-12 col-md-8"},[a("p",[a("router-link",{staticClass:"text-muted",attrs:{to:"/i/web"}},[a("i",{staticClass:"far fa-long-arrow-left"}),t._v(" "),a("span",{staticClass:"ml-2"},[t._v("Back to home")])])],1),t._v(" "),a("p",{staticClass:"h1 font-weight-bold text-narrow"},[t._v("Hi, how can we help you?")])])])]),t._v(" "),a("div",{staticClass:"d-none container mt-3"},[a("div",{staticClass:"row justify-content-center"},[t._m(0),t._v(" "),a("div",{staticClass:"col-md-10 px-md-0"},[a("div",{staticClass:"my-3"},[a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("How can I get the app?")]),t._v(" "),a("router-link",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3",attrs:{to:"/i/web/kb/124"}},[t._v("How many hashtags can I use?")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("What formats can I upload?")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("Can I upload gifs?")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("Is my location removed?")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("How many photos can I add per post?")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("What is Federation?")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("How do I block someone?")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold shadow-sm px-4 py-2 mr-3 mb-3"},[t._v("How do I report something?")])],1)])])]),t._v(" "),t._m(1),t._v(" "),a("div",{staticClass:"container mt-3 mb-5"},[a("div",{staticClass:"row justify-content-center"},[t._m(2),t._v(" "),t._m(3),t._v(" "),a("div",{staticClass:"col-md-10"},[a("div",{staticClass:"mt-2 row justify-content-center"},[a("div",{staticClass:"col-md-9"},[a("div",{staticClass:"card shadow-sm mb-4"},[t._m(4),t._v(" "),a("div",{staticClass:"card-body"},[a("div",t._l(t.profile,(function(e,s){return a("p",{staticClass:"font-weight-bold mb-1 text-truncate"},[a("i",{staticClass:"far fa-info-circle mr-2 text-lighter"}),t._v(" "),a("router-link",{staticClass:"text-dark",attrs:{to:"/i/web/kb/"+s}},[t._v(t._s(e.title))])],1)})),0)])]),t._v(" "),a("div",{staticClass:"card shadow-sm"},[t._m(5),t._v(" "),a("div",{staticClass:"card-body"},[a("div",t._l(t.posts,(function(e,s){return a("p",{staticClass:"font-weight-bold mb-1 text-truncate"},[a("i",{staticClass:"far fa-info-circle mr-2 text-lighter"}),t._v(" "),a("router-link",{staticClass:"text-dark",attrs:{to:"/i/web/kb/"+s}},[t._v(t._s(e.title))])],1)})),0)])])])])])])])])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-md-10"},[a("h3",{staticClass:"text-narrow mb-3"},[t._v("Popular Questions")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"d-none container mt-3 mb-5"},[e("div",{staticClass:"row justify-content-center"},[e("div",{staticClass:"col-md-10"},[e("hr")])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-md-10 mb-5 text-center"},[a("p",{staticClass:"lead mb-4"},[t._v("Welcome to the new Help Center!")]),t._v(" "),a("p",[a("span",{staticClass:"alert alert-warning"},[t._v("We are in the process of migrating articles from "),a("a",{attrs:{href:"/site/help"}},[t._v("old help center")]),t._v(".")])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-md-10"},[a("h3",{staticClass:"font-weight-light mb-3 text-center"},[t._v("Categories")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"card-header"},[a("p",{staticClass:"lead font-weight-bold mb-0"},[t._v("Profile")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"card-header"},[a("p",{staticClass:"lead font-weight-bold mb-0"},[t._v("Posts")])])}]},59156:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"knowledgebase-component"},[t.isLoaded?a("div",[a("div",{staticClass:"jumbotron"},[a("div",{staticClass:"container"},[a("div",{staticClass:"row justify-content-center"},[a("div",{staticClass:"col-12 col-md-8"},[a("p",[a("router-link",{staticClass:"text-muted",attrs:{to:"/i/web/help"}},[a("i",{staticClass:"far fa-long-arrow-left"}),t._v(" "),a("span",{staticClass:"ml-2"},[t._v("Help Center")])])],1),t._v(" "),a("p",{staticClass:"h1 font-weight-bold text-narrow"},[t._v(t._s(t.article.title))])])])])]),t._v(" "),a("div",{staticClass:"container mt-5"},[a("div",{staticClass:"row justify-content-center"},[a("div",{staticClass:"col-12 col-md-8"},t._l(t.article.body,(function(e,s){return a("div",["string"==typeof e?a("div",{staticClass:"lead mb-3",domProps:{innerHTML:t._s(e)}}):t._e(),t._v(" "),"object"==typeof e&&Array.isArray(e)?a("div",{staticClass:"mb-5"},t._l(e,(function(e,s){return a("div",{staticClass:"media align-items-center mb-3"},[a("div",{staticClass:"lead rounded-circle d-flex justify-content-center align-items-center font-weight-bold mr-3",staticStyle:{width:"50px",height:"50px",background:"#F3F4F6"}},[t._v("\n\t\t\t\t\t\t\t\t\t\t"+t._s(s+1)+"\n\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"lead mb-0",domProps:{innerHTML:t._s(e)}})])])})),0):t._e()])})),0)])])]):a("div",{staticClass:"d-flex justify-content-center mt-5"},[a("b-spinner")],1)])},i=[]},9282:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-6"},[t._m(0),t._v(" "),a("div",{staticClass:"card shadow-sm mb-3"},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"locale-changer form-group"},[a("label",[t._v("Language")]),t._v(" "),a("select",{directives:[{name:"model",rawName:"v-model",value:t.locale,expression:"locale"}],staticClass:"form-control",on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.locale=e.target.multiple?a:a[0]}}},t._l(t.langs,(function(e,s){return a("option",{key:"Lang"+s,domProps:{value:e}},[t._v("\n\t\t\t\t\t\t\t\t\t"+t._s(t.fullName(e))+"\n\t\t\t\t\t\t\t\t")])})),0)])])])])])]):t._e(),t._v(" "),a("drawer")],1)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"jumbotron shadow-sm bg-white"},[a("div",{staticClass:"text-center"},[a("h1",{staticClass:"font-weight-bold mb-0"},[t._v("Language")])])])}]},31081:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"container d-flex justify-content-center"},[t._m(0),t._v(" "),a("drawer")],1)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"error-page py-5 my-5",staticStyle:{"max-width":"450px"}},[a("h3",{staticClass:"font-weight-bold"},[t._v("404 Page Not Found")]),t._v(" "),a("p",{staticClass:"lead"},[t._v("The page you are trying to view is not available")]),t._v(" "),a("div",{staticClass:"text-muted"},[a("p",{staticClass:"mb-1"},[t._v("This can happen for a few reasons:")]),t._v(" "),a("ul",[a("li",[t._v("The url is invalid or has a typo")]),t._v(" "),a("li",[t._v("The page has been flagged for review by our automated abuse detection systems")]),t._v(" "),a("li",[t._v("The content may have been deleted")]),t._v(" "),a("li",[t._v("You do not have permission to view this content")])])])])}]},16864:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-5 offset-md-1"},[t.notificationsLoaded?a("div",[t._l(t.notifications,(function(t,e){return a("notification",{key:"notification:"+e+":"+t.id,attrs:{n:t}})})),t._v(" "),t.canLoadMore?a("div",[a("intersect",{on:{enter:t.enterIntersect}},[a("placeholder")],1)],1):t._e()],2):a("div",[a("placeholder"),t._v(" "),a("placeholder")],1)])]),t._v(" "),a("drawer")],1):t._e()])},i=[]},50618:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-6"},[t._m(0),t._v(" "),a("div",{staticClass:"card shadow-sm"},[a("div",{staticClass:"card-body doc-body"},[a("div",{domProps:{innerHTML:t._s(t.page.body)}})])])])])]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"jumbotron shadow-sm bg-white"},[a("div",{staticClass:"text-center"},[a("h1",{staticClass:"font-weight-bold mb-0"},[t._v("Privacy Policy")])])])}]},13209:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper settings-component"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-md-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-9 p-0 px-md-2"},[a("account-settings")],1)])]):t._e()])},i=[]},17192:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-6"},[t._m(0),t._v(" "),a("div",{staticClass:"card shadow-sm"},[a("div",{staticClass:"card-body doc-body"},[a("div",{domProps:{innerHTML:t._s(t.page.body)}})])])])])]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"jumbotron shadow-sm bg-white"},[a("div",{staticClass:"text-center"},[a("h1",{staticClass:"font-weight-bold mb-0"},[t._v("Terms of Use")])])])}]},58183:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"web-wrapper"},[t.isLoaded?a("div",{staticClass:"container-fluid mt-3"},[a("div",{staticClass:"row"},[a("div",{staticClass:"col-md-3 d-md-block"},[a("sidebar",{attrs:{user:t.profile}})],1),t._v(" "),a("div",{staticClass:"col-md-9 mt-3"},[a("h1",{staticClass:"display-4 font-weight-bold mb-4"},[t._v("Videos")]),t._v(" "),a("hr"),t._v(" "),a("p",{staticClass:"h3 font-weight-bold py-3 text-center"},t._l(t.trendingSorts,(function(e,s){return a("a",{staticClass:"text-capitalize",class:[t.trendingSort==e?"primary":"text-dark",s>0?"pl-5":""],attrs:{href:"#"},on:{click:function(a){return a.preventDefault(),t.toggleTrendingSort(e)}}},[t._v("\n\t\t\t\t\t\t"+t._s(e)+"\n\t\t\t\t\t")])})),0),t._v(" "),a("div",{staticClass:"row mt-3"},t._l(t.trending,(function(e,s){return a("div",{staticClass:"col-6 col-md-4 mb-3"},[a("div",{staticClass:"bg-white shadow-sm",staticStyle:{"border-radius":"15px"}},[a("div",{staticStyle:{position:"relative"}},[t._m(0,!0),t._v(" "),t._m(1,!0),t._v(" "),a("img",{staticClass:"shadow-sm",staticStyle:{"object-fit":"cover","border-radius":"10px"},attrs:{src:e.media_attachments[0].preview_url,width:"100%",height:"140"}})]),t._v(" "),a("p",{staticClass:"px-2 pt-2 mb-0 font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\tUntitled video\n\t\t\t\t\t\t\t")]),t._v(" "),a("div",{staticClass:"px-2 pb-2 d-flex justify-content-between align-items-center"},[a("p",{staticClass:"font-weight-bold primary mb-0",staticStyle:{"font-size":"12px"}},[t._v("@"+t._s(e.account.acct))]),t._v(" "),t._m(2,!0)])])])})),0)])])]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticStyle:{position:"absolute",bottom:"6px",right:"6px","z-index":"3"}},[a("span",{staticClass:"font-weight-bold px-2 py-1",staticStyle:{"background-color":"rgba(255,255,255,0.2)","font-size":"10px",color:"rgba(255,255,255,0.9)","border-radius":"5px"}},[t._v("1:00")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"d-flex justify-content-center align-items-center shadow",staticStyle:{"border-radius":"10px",position:"absolute","background-color":"rgba(0,0,0,0.5)",width:"100%",height:"100%"}},[e("i",{staticClass:"far fa-play text-white fa-lg"})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"font-weight-bold small text-lighter mb-0 mr-2"},[a("i",{staticClass:"far fa-eye"}),t._v(" 0\n\t\t\t\t\t\t\t\t")])}]},90898:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"discover-daily-trending"},[a("div",{staticClass:"card bg-stellar"},[a("div",{staticClass:"card-body m-5"},[a("div",{staticClass:"row d-flex align-items-center"},[a("div",{staticClass:"col-12 col-md-5"},[a("p",{staticClass:"font-default text-light mb-0"},[t._v("Popular and trending posts")]),t._v(" "),a("h1",{staticClass:"display-4 font-default text-white",staticStyle:{"font-weight":"700"}},[t._v("Daily Trending")]),t._v(" "),a("button",{staticClass:"btn btn-outline-light rounded-pill",on:{click:function(e){return t.viewMore()}}},[t._v("View more trending posts")])]),t._v(" "),a("div",{staticClass:"col-12 col-md-7"},[t.isLoaded?a("div",{staticClass:"row"},t._l(t.trending,(function(e,s){return a("div",{staticClass:"col-4"},[a("a",{attrs:{href:e.url},on:{click:function(a){return a.preventDefault(),t.gotoPost(e.id)}}},[a("img",{staticClass:"shadow m-1",staticStyle:{"border-radius":"8px"},attrs:{src:e.media_attachments[0].url,width:"170",height:"170"}})])])})),0):a("div",{staticClass:"row"},[a("div",{staticClass:"col-12 d-flex justify-content-center"},[a("b-spinner",{attrs:{type:"grow",variant:"light"}})],1)])])])])])])},i=[]},89764:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"discover-spotlight"},[a("div",{staticClass:"card bg-dark text-white"},[a("div",{staticClass:"card-body my-5 p-5 w-100 h-100 d-flex justify-content-center align-items-center"},[a("transition",{attrs:{"enter-active-class":"animate__animated animate__fadeInDownBig","leave-active-class":"animate__animated animate__fadeOutDownBig",mode:"out-in"}},[t.isLoaded?a("div",{staticClass:"row"},[a("div",{staticClass:"col-5"},[a("h1",{staticClass:"display-3 font-default mb-3",staticStyle:{"line-height":"1","font-weight":"600"}},[t._v("\n\t\t\t\t\t\t\tSpotlight\n\t\t\t\t\t\t")]),t._v(" "),a("h1",{staticClass:"display-5 font-default",staticStyle:{"line-height":"1"}},[a("span",{staticClass:"text-muted",staticStyle:{"line-height":"0.8","font-weight":"200","letter-spacing":"-1.2px"}},[t._v("\n\t\t\t\t\t\t\t\tCommunity curated\n\t\t\t\t\t\t\t\tcollection of creators\n\t\t\t\t\t\t\t")])]),t._v(" "),a("p",{staticClass:"lead font-default mt-4"},[t._v("This weeks collection is curated by "),a("span",{staticClass:"primary"},[t._v("@dansup")])])]),t._v(" "),a("div",{staticClass:"col-7 d-flex justify-content-between"},[a("div",{staticClass:"text-center mr-4"},[a("h5",{staticClass:"font-default mb-2"},[t._v("@dansup")]),t._v(" "),a("img",{staticClass:"avatar shadow cursor-pointer",attrs:{src:"https://pixelfed.test/storage/avatars/321493203255693312/skvft7.jpg?v=33",draggable:"false",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';",width:"160",height:"160"}}),t._v(" "),a("button",{staticClass:"btn btn-outline-light btn-sm rounded-pill py-1 mt-2 font-default"},[t._v("View Profile")])]),t._v(" "),a("div",{staticClass:"text-center mr-4"},[a("h5",{staticClass:"font-default mb-2"},[t._v("@dansup")]),t._v(" "),a("img",{staticClass:"avatar shadow cursor-pointer",attrs:{src:"https://pixelfed.test/storage/avatars/321493203255693312/skvft7.jpg?v=33",draggable:"false",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';",width:"160",height:"160"}}),t._v(" "),a("button",{staticClass:"btn btn-outline-light btn-sm rounded-pill py-1 mt-2 font-default"},[t._v("View Profile")])]),t._v(" "),a("div",{staticClass:"text-center"},[a("h5",{staticClass:"font-default mb-2"},[t._v("@dansup")]),t._v(" "),a("img",{staticClass:"avatar shadow cursor-pointer",attrs:{src:"https://pixelfed.test/storage/avatars/321493203255693312/skvft7.jpg?v=33",draggable:"false",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';",width:"160",height:"160"}}),t._v(" "),a("button",{staticClass:"btn btn-outline-light btn-sm rounded-pill py-1 mt-2 font-default"},[t._v("View Profile")])])])]):t._e()]),t._v(" "),t.isLoaded?t._e():a("div",{},[a("b-spinner",{attrs:{type:"grow"}})],1)],1)])])},i=[]},18645:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"discover-grid-card"},[a("div",{staticClass:"discover-grid-card-body",class:{dark:t.dark,small:t.small}},[a("div",{staticClass:"section-copy"},[a("p",{staticClass:"subtitle"},[t._v(t._s(t.subtitle))]),t._v(" "),a("h1",{staticClass:"title"},[t._v(t._s(t.title))]),t._v(" "),t.buttonText?a("button",{staticClass:"btn btn-outline-dark rounded-pill py-1",on:{click:function(e){return e.preventDefault(),t.handleLink()}}},[t._v(t._s(t.buttonText))]):t._e()]),t._v(" "),a("div",{staticClass:"section-icon"},[a("i",{class:t.iconClass})])])])},i=[]},62436:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"rounded-3 overflow-hidden discover-news-slider"},[a("div",{staticClass:"row align-items-center"},[t._m(0),t._v(" "),a("div",{staticClass:"col-lg-6 col-md-7 offset-xl-1"},[a("div",{staticClass:"position-relative d-flex flex-column align-items-center justify-content-center h-100"},[a("svg",{staticClass:"d-none d-md-block position-absolute top-50 start-0 translate-middle-y",staticStyle:{"min-width":"868px"},attrs:{width:"868",height:"868",viewBox:"0 0 868 868",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[a("circle",{attrs:{opacity:"0.15",cx:"434",cy:"434",r:"434",fill:"#7dd3fc"}})]),t._v(" "),t._m(1)])])]),t._v(" "),t._m(2)])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"col-xl-4 col-md-5 offset-lg-1"},[a("div",{staticClass:"pt-5 pb-3 pb-md-5 px-4 px-lg-0"},[a("p",{staticClass:"lead mb-3",staticStyle:{"font-family":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif","letter-spacing":"-0.7px","font-weight":"300","font-size":"20px"}},[t._v("Introducing")]),t._v(" "),a("h2",{staticClass:"h1 pb-0 mb-3",staticStyle:{"font-family":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif","letter-spacing":"-1px","font-weight":"700"}},[t._v("Emoji "),a("span",{staticClass:"primary"},[t._v("Reactions")])]),t._v(" "),a("p",{staticClass:"lead",staticStyle:{"font-family":"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif","letter-spacing":"-0.7px","font-weight":"400","font-size":"17px","line-height":"15px"}},[t._v("\n\t\t\t\t\tA new way to interact with content,"),a("br"),t._v(" now available!\n\t\t\t\t")]),t._v(" "),a("a",{staticClass:"btn btn-primary primary btn-sm",attrs:{href:"#"}},[t._v("Learn more "),a("i",{staticClass:"far fa-chevron-right fa-sm ml-2"})])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"d-flex"},[a("img",{staticClass:"position-relative zindex-3 mb-2 my-lg-4",attrs:{src:"/img/remoji/hushed_face.gif",width:"100",alt:"Illustration"}}),t._v(" "),a("img",{staticClass:"position-relative zindex-3 mb-2 my-lg-4",attrs:{src:"/img/remoji/thumbs_up.gif",width:"100",alt:"Illustration"}}),t._v(" "),a("img",{staticClass:"position-relative zindex-3 mb-2 my-lg-4",attrs:{src:"/img/remoji/sparkling_heart.gif",width:"100",alt:"Illustration"}})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticStyle:{position:"absolute",left:"50%",transform:"translateX(-50%)",bottom:"10px"}},[a("div",{staticClass:"d-flex"},[a("button",{staticClass:"btn btn-link p-0"},[a("i",{staticClass:"far fa-dot-circle"})]),t._v(" "),a("button",{staticClass:"btn btn-link p-0 mx-2"},[a("i",{staticClass:"far fa-circle"})]),t._v(" "),a("button",{staticClass:"btn btn-link p-0"},[a("i",{staticClass:"far fa-circle"})])])])}]},38971:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"app-drawer-component"},[a("div",{staticClass:"mobile-footer-spacer d-block d-sm-none mt-5"}),t._v(" "),a("div",{staticClass:"mobile-footer d-block d-sm-none fixed-bottom"},[a("div",{staticClass:"card card-body rounded-0 px-0 pt-2 pb-3 box-shadow",staticStyle:{"border-top":"1px solid #F1F5F8"}},[a("ul",{staticClass:"nav nav-pills nav-fill d-flex align-items-middle"},[a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link text-dark",attrs:{to:"/i/web"}},[a("p",[a("i",{staticClass:"far fa-home fa-lg"})]),t._v(" "),a("p",{staticClass:"nav-link-label"},[a("span",[t._v("Home")])])])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link text-dark",attrs:{to:"/i/web/timeline/local"}},[a("p",[a("i",{staticClass:"far fa-stream fa-lg"})]),t._v(" "),a("p",{staticClass:"nav-link-label"},[a("span",[t._v("Local")])])])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link text-dark",attrs:{to:"/i/web/compose"}},[a("p",[a("i",{staticClass:"far fa-plus-circle fa-lg"})]),t._v(" "),a("p",{staticClass:"nav-link-label"},[a("span",[t._v("New")])])])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link text-dark",attrs:{to:"/i/web/notifications"}},[a("p",[a("i",{staticClass:"far fa-bell fa-lg"})]),t._v(" "),a("p",{staticClass:"nav-link-label"},[a("span",[t._v("Alerts")])])])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link text-dark",attrs:{to:"/i/web/profile/"+t.user.id}},[a("p",[a("i",{staticClass:"far fa-user fa-lg"})]),t._v(" "),a("p",{staticClass:"nav-link-label"},[a("span",[t._v("Profile")])])])],1)])])])])},i=[]},80272:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("b-modal",{ref:"avatarUpdateModal",attrs:{centered:"","hide-footer":"","header-class":"py-2","body-class":"p-0","title-class":"w-100 text-center pl-4 font-weight-bold","title-tag":"p",title:"Upload Avatar"}},[a("input",{ref:"avatarUpdateRef",staticClass:"d-none",attrs:{type:"file",accept:"image/jpg,image/png"},on:{change:function(e){return t.handleAvatarUpdate()}}}),t._v(" "),a("div",{staticClass:"d-flex align-items-center justify-content-center"},[0===t.avatarUpdateIndex?a("div",{staticClass:"py-5 user-select-none cursor-pointer",on:{drop:t.handleDrop,dragover:t.handleDrop,click:function(e){return t.avatarUpdateStep(0)}}},[a("p",{staticClass:"text-center primary"},[a("i",{staticClass:"fal fa-cloud-upload fa-3x"})]),t._v(" "),a("p",{staticClass:"text-center lead"},[t._v("Drag photo here or click here")]),t._v(" "),a("p",{staticClass:"text-center small text-muted mb-0"},[t._v("Must be a "),a("strong",[t._v("png")]),t._v(" or "),a("strong",[t._v("jpg")]),t._v(" image up to 2MB")])]):1===t.avatarUpdateIndex?a("div",{staticClass:"w-100 p-5"},[a("div",{staticClass:"d-md-flex justify-content-between align-items-center"},[a("div",{staticClass:"text-center mb-4"},[a("p",{staticClass:"small font-weight-bold",staticStyle:{opacity:"0.7"}},[t._v("Current")]),t._v(" "),a("img",{staticClass:"shadow",staticStyle:{width:"150px",height:"150px","object-fit":"cover","border-radius":"18px",opacity:"0.7"},attrs:{src:t.user.avatar}})]),t._v(" "),a("div",{staticClass:"text-center mb-4"},[a("p",{staticClass:"font-weight-bold"},[t._v("New")]),t._v(" "),a("img",{staticClass:"shadow",staticStyle:{width:"220px",height:"220px","object-fit":"cover","border-radius":"18px"},attrs:{src:t.avatarUpdatePreview}})])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"d-flex justify-content-between"},[a("button",{staticClass:"btn btn-light font-weight-bold btn-block mr-3",on:{click:function(e){return t.avatarUpdateClear()}}},[t._v("Clear")]),t._v(" "),a("button",{staticClass:"btn btn-primary primary font-weight-bold btn-block mt-0",on:{click:function(e){return t.confirmUpload()}}},[t._v("Upload")])])]):t._e()])])},i=[]},77163:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("nav",{staticClass:"metro-nav navbar navbar-expand navbar-light navbar-laravel sticky-top shadow-none py-1"},[a("div",{staticClass:"container-fluid"},[t._m(0),t._v(" "),a("div",{staticClass:"collapse navbar-collapse"},[a("div",{staticClass:"navbar-nav ml-auto"},[a("autocomplete",{ref:"autocomplete",staticClass:"searchbox",attrs:{search:t.autocompleteSearch,placeholder:t.$t("navmenu.search"),"aria-label":"Search","get-result-value":t.getSearchResultValue,debounceTime:700},on:{submit:t.onSearchSubmit},scopedSlots:t._u([{key:"result",fn:function(e){var s=e.result,i=e.props;return[a("li",t._b({staticClass:"autocomplete-result"},"li",i,!1),["account"===s.s_type?a("div",{staticClass:"media align-items-center my-0"},[a("img",{staticClass:"mr-3 shadow-sm",staticStyle:{"border-radius":"8px"},attrs:{src:s.avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';"}}),t._v(" "),a("div",{staticClass:"media-body"},[s.display_name&&s.display_name.length?a("div",[a("p",{staticClass:"result-name mb-0 font-weight-bold",staticStyle:{"line-height":"14px"}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.truncate(s.display_name,28))+"\n\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("p",{staticClass:"result-name mb-0 text-muted small font-weight-bold text-break"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t@"+t._s(s.acct)+"\n\t\t\t\t\t\t\t\t\t\t\t")])]):a("div",[a("p",{staticClass:"result-name mb-0 font-weight-bold",staticStyle:{"line-height":"14px"}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t@"+t._s(s.acct)+"\n\t\t\t\t\t\t\t\t\t\t\t")])])])]):"hashtag"===s.s_type?a("div",{staticClass:"media align-items-center my-0"},[a("div",{staticClass:"media-icon"},[a("i",{staticClass:"far fa-hashtag fa-large"})]),t._v(" "),a("div",{staticClass:"media-body"},[a("div",[a("p",{staticClass:"result-name mb-0 font-weight-bold text-break",staticStyle:{"line-height":"14px"}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(s.name)+"\n\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("p",{staticClass:"result-name mb-0 text-muted small text-break"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(s.count)+" Posts\n\t\t\t\t\t\t\t\t\t\t\t")])])])]):"status"===s.s_type?a("div",{staticClass:"media align-items-center my-0"},[a("img",{staticClass:"mr-3 shadow-sm",staticStyle:{"border-radius":"8px"},attrs:{src:s.account.avatar,width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("div",[a("p",{staticClass:"result-name mb-0 font-weight-bold",staticStyle:{"line-height":"14px"}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t@"+t._s(t.truncate(s.account.acct,20))+"\n\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("p",{staticClass:"result-name mb-0 text-muted small font-weight-bold text-break"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\tView status\n\t\t\t\t\t\t\t\t\t\t\t")])])])]):t._e()])]}}])})],1),t._v(" "),a("div",{staticClass:"ml-auto"},[a("ul",{staticClass:"navbar-nav align-items-center"},[a("li",{staticClass:"nav-item dropdown ml-2"},[a("a",{staticClass:"nav-link dropdown-toggle",attrs:{id:"navbarDropdown",href:"#",role:"button","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false",title:"User Menu"}},[a("i",{staticClass:"d-none far fa-user fa-lg text-dark"}),t._v(" "),a("span",{staticClass:"sr-only"},[t._v("User Menu")]),t._v(" "),a("img",{staticClass:"nav-avatar rounded-circle border shadow",attrs:{src:t.user.avatar,width:"30",height:"30",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';"}})]),t._v(" "),a("div",{staticClass:"dropdown-menu dropdown-menu-right shadow",attrs:{"aria-labelledby":"navbarDropdown"}},[a("ul",{staticClass:"nav flex-column"},[a("li",{staticClass:"nav-item nav-icons"},[a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("router-link",{staticClass:"nav-link text-center",attrs:{to:"/i/web"}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-home fa-lg"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.homeFeed")))])]),t._v(" "),a("router-link",{staticClass:"nav-link text-center",attrs:{to:{name:"timeline",params:{scope:"local"}}}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"fas fa-stream fa-lg"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.localFeed")))])]),t._v(" "),a("router-link",{staticClass:"nav-link text-center",attrs:{to:{name:"timeline",params:{scope:"global"}}}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-globe fa-lg"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.globalFeed")))])])],1)]),t._v(" "),a("li",{staticClass:"nav-item nav-icons"},[a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("router-link",{staticClass:"nav-link text-center",attrs:{to:"/i/web/discover"}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-compass"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.discover")))])]),t._v(" "),a("router-link",{staticClass:"nav-link text-center",attrs:{to:"/i/web/notifications"}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-bell"})]),t._v(" "),a("div",{staticClass:"small"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.notifications"))+"\n\t\t\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),a("router-link",{staticClass:"nav-link text-center px-3",attrs:{to:"/i/web/profile/"+t.user.id}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-user"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.profile")))])])],1),t._v(" "),a("hr",{staticClass:"mb-0",staticStyle:{"margin-top":"-5px",opacity:"0.4"}})]),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link",attrs:{to:"/i/web/compose"}},[a("span",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-plus-square"})]),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.compose"))+"\n\t\t\t\t\t\t\t\t\t\t")])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link d-flex justify-content-between align-items-center",attrs:{to:"/i/web/direct"}},[a("span",[a("span",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-envelope"})]),t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.directMessages"))+"\n\t\t\t\t\t\t\t\t\t\t\t")])])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link",attrs:{href:"/i/web"},on:{click:function(e){return e.preventDefault(),t.openUserInterfaceSettings.apply(null,arguments)}}},[t._m(1),t._v("\n\t\t\t\t\t\t\t\t\t\t\tUI Settings\n\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),t.user.is_admin?a("li",{staticClass:"nav-item"},[a("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),a("a",{staticClass:"nav-link",attrs:{href:"/i/admin/dashboard"}},[t._m(2),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.admin"))+"\n\t\t\t\t\t\t\t\t\t\t")])]):t._e(),t._v(" "),a("li",{staticClass:"nav-item"},[a("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),a("a",{staticClass:"nav-link",attrs:{href:"/"}},[t._m(3),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.backToPreviousDesign"))+"\n\t\t\t\t\t\t\t\t\t\t")])]),t._v(" "),a("li",{staticClass:"nav-item"},[a("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),a("a",{staticClass:"nav-link",attrs:{href:"/"},on:{click:function(e){return e.preventDefault(),t.logout()}}},[t._m(4),t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(t.$t("navmenu.logout"))+"\n\t\t\t\t\t\t\t\t\t\t")])])])])])])])])]),t._v(" "),a("b-modal",{ref:"uis",attrs:{"hide-footer":"",centered:"","body-class":"p-0",title:"UI Settings"}},[a("div",{staticClass:"list-group list-group-flush"},[a("div",{staticClass:"list-group-item px-3"},[a("b-form-checkbox",{staticClass:"font-weight-bold",attrs:{switch:""},model:{value:t.fixedHeight,callback:function(e){t.fixedHeight=e},expression:"fixedHeight"}},[t._v("\n\t\t\t\t\tCompact Media Previews\n\t\t\t\t")]),t._v(" "),a("p",{staticClass:"small text-muted mb-0",staticStyle:{"padding-left":"36px"}},[t._v("Fixed height media previews")])],1),t._v(" "),a("div",{staticClass:"list-group-item px-3"},[a("b-form-checkbox",{staticClass:"font-weight-bold",attrs:{switch:""},model:{value:t.autoloadComments,callback:function(e){t.autoloadComments=e},expression:"autoloadComments"}},[t._v("\n\t\t\t\t\tAutoload Comments\n\t\t\t\t")]),t._v(" "),a("p",{staticClass:"small text-muted mb-0",staticStyle:{"padding-left":"36px"}},[t._v("Show the first 3 comments on posts")])],1),t._v(" "),a("div",{staticClass:"list-group-item px-3"},[a("b-form-checkbox",{staticClass:"font-weight-bold",attrs:{switch:""},model:{value:t.newReactions,callback:function(e){t.newReactions=e},expression:"newReactions"}},[t._v("\n\t\t\t\t\tUse New Reactions\n\t\t\t\t")]),t._v(" "),a("p",{staticClass:"small text-muted mb-0",staticStyle:{"padding-left":"36px"}},[t._v("Use the new reactions bar on posts")])],1),t._v(" "),a("div",{staticClass:"list-group-item px-3"},[a("b-form-checkbox",{staticClass:"font-weight-bold",attrs:{switch:""},model:{value:t.hideCounts,callback:function(e){t.hideCounts=e},expression:"hideCounts"}},[t._v("\n\t\t\t\t\tHide Counts & Stats\n\t\t\t\t")]),t._v(" "),a("p",{staticClass:"small text-muted mb-0",staticStyle:{"padding-left":"36px"}},[t._v("Hidden comment, like and reblog counts")])],1),t._v(" "),a("div",{staticClass:"list-group-item px-3"},[a("p",{staticClass:"font-weight-bold mb-1"},[t._v("Preferred Profile Layout")]),t._v(" "),a("b-form-group",{attrs:{label:""}},[a("b-form-radio",{attrs:{name:"profile-layout",value:"grid"},model:{value:t.profileLayout,callback:function(e){t.profileLayout=e},expression:"profileLayout"}},[t._v("Grid")]),t._v(" "),a("b-form-radio",{attrs:{name:"profile-layout",value:"masonry"},model:{value:t.profileLayout,callback:function(e){t.profileLayout=e},expression:"profileLayout"}},[t._v("Masonry")]),t._v(" "),a("b-form-radio",{attrs:{name:"profile-layout",value:"feed"},model:{value:t.profileLayout,callback:function(e){t.profileLayout=e},expression:"profileLayout"}},[t._v("Feed")])],1),t._v(" "),a("p",{staticClass:"small text-muted mb-0"},[t._v("The default layout for profiles")])],1)])])],1)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("a",{staticClass:"navbar-brand d-flex align-items-center",staticStyle:{width:"50px"},attrs:{href:"/i/web",title:"Logo"}},[a("img",{staticClass:"px-2",attrs:{src:"/img/pixelfed-icon-color.svg",height:"30px",loading:"eager",alt:"Pixelfed logo"}}),t._v(" "),a("span",{staticClass:"font-weight-bold mb-0 d-none d-sm-block",staticStyle:{"font-size":"20px"}},[t._v("\n\t\t\t\t\tpixelfed\n\t\t\t\t")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-brush"})])},function(){var t=this.$createElement,e=this._self._c||t;return e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-tools"})])},function(){var t=this.$createElement,e=this._self._c||t;return e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"fas fa-chevron-left"})])},function(){var t=this.$createElement,e=this._self._c||t;return e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-sign-out"})])}]},8580:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"ph-item border-0 shadow-sm p-1",staticStyle:{"border-radius":"15px","margin-bottom":"1rem"}},[a("div",{staticClass:"ph-col-12"},[a("div",{staticClass:"ph-row align-items-center mt-0"},[a("div",{staticClass:"ph-avatar mr-3 d-flex",staticStyle:{"min-width":"40px",width:"40px!important",height:"40px!important","border-radius":"15px"}}),t._v(" "),a("div",{staticClass:"ph-col-6 big"})])])])}]},5035:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return t.small?a("div",{staticClass:"ph-item border-0 mb-0 p-0",staticStyle:{"border-radius":"15px","margin-left":"-14px"}},[t._m(0)]):a("div",{staticClass:"ph-item border-0 shadow-sm p-1",staticStyle:{"border-radius":"15px","margin-bottom":"1rem"}},[t._m(1)])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"ph-col-12 mb-0"},[a("div",{staticClass:"ph-row align-items-center mt-0"},[a("div",{staticClass:"ph-avatar mr-2 d-flex",staticStyle:{"min-width":"32px",width:"32px!important",height:"32px!important","border-radius":"40px"}}),t._v(" "),a("div",{staticClass:"ph-col-6"})])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"ph-col-12"},[a("div",{staticClass:"ph-row align-items-center mt-0"},[a("div",{staticClass:"ph-avatar mr-3 d-flex",staticStyle:{"min-width":"40px",width:"40px!important",height:"40px!important","border-radius":"15px"}}),t._v(" "),a("div",{staticClass:"ph-col-6 big"})])])}]},82306:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("p",{},[a("router-link",{staticClass:"btn btn-primary primary btn-sm rounded-pill font-weight-bold btn-block",attrs:{to:"/i/web/whats-new"}},[a("i",{staticClass:"fal fa-exclamation-circle mr-1"}),t._v(" New in Metro UI 2")])],1),t._v(" "),a("notifications",{attrs:{profile:t.profile}})],1)},i=[]},94127:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"sidebar-component sticky-top d-none d-md-block"},[a("div",{staticClass:"card shadow-sm mb-3",staticStyle:{"border-radius":"15px"}},[a("div",{staticClass:"card-body p-2"},[a("div",{staticClass:"media user-card user-select-none"},[a("div",{staticStyle:{position:"relative"}},[a("img",{staticClass:"avatar shadow cursor-pointer",attrs:{src:t.user.avatar,draggable:"false",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=0';"},on:{click:function(e){return t.gotoMyProfile()}}}),t._v(" "),a("button",{staticClass:"btn btn-light btn-sm avatar-update-btn",on:{click:function(e){return t.updateAvatar()}}},[a("span",{staticClass:"avatar-update-btn-icon"})])]),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"display-name",domProps:{innerHTML:t._s(t.getDisplayName())}}),t._v(" "),a("p",{staticClass:"username primary"},[t._v("@"+t._s(t.user.username))]),t._v(" "),a("p",{staticClass:"stats"},[a("span",{staticClass:"stats-following"},[a("span",{staticClass:"following-count"},[t._v(t._s(t.formatCount(t.user.following_count)))]),t._v(" Following\n\t\t\t\t\t\t")]),t._v(" "),a("span",{staticClass:"stats-followers"},[a("span",{staticClass:"followers-count"},[t._v(t._s(t.formatCount(t.user.followers_count)))]),t._v(" Followers\n\t\t\t\t\t\t")])])])])])]),t._v(" "),a("div",{staticClass:"btn-group btn-group-lg btn-block mb-4"},[a("router-link",{staticClass:"btn btn-primary btn-block font-weight-bold",attrs:{to:"/i/web/compose"}},[a("i",{staticClass:"fal fa-arrow-circle-up mr-1"}),t._v(" "+t._s(t.$t("navmenu.compose"))+" Post\n\t\t")]),t._v(" "),t._m(0),t._v(" "),t._m(1)],1),t._v(" "),a("div",{staticClass:"sidebar-sticky shadow-sm"},[a("ul",{staticClass:"nav flex-column"},[a("li",{staticClass:"nav-item"},[a("div",{staticClass:"d-flex justify-content-between align-items-center"},[a("router-link",{staticClass:"nav-link text-center",attrs:{to:"/i/web"}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-home fa-lg"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.homeFeed")))])]),t._v(" "),a("router-link",{staticClass:"nav-link text-center",attrs:{to:{name:"timeline",params:{scope:"local"}}}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"fas fa-stream fa-lg"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.localFeed")))])]),t._v(" "),a("router-link",{staticClass:"nav-link text-center",attrs:{to:{name:"timeline",params:{scope:"global"}}}},[a("div",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-globe fa-lg"})]),t._v(" "),a("div",{staticClass:"small"},[t._v(t._s(t.$t("navmenu.globalFeed")))])])],1),t._v(" "),a("hr",{staticClass:"mb-0",staticStyle:{"margin-top":"-5px",opacity:"0.4"}})]),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link",attrs:{to:"/i/web/discover"}},[a("span",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-compass"})]),t._v("\n\t\t\t\t\t"+t._s(t.$t("navmenu.discover"))+"\n\t\t\t\t")])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link d-flex justify-content-between align-items-center",attrs:{to:"/i/web/direct"}},[a("span",[a("span",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-envelope"})]),t._v("\n\t\t\t\t\t\t"+t._s(t.$t("navmenu.directMessages"))+"\n\t\t\t\t\t")])])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("router-link",{staticClass:"nav-link d-flex justify-content-between align-items-center",attrs:{to:"/i/web/notifications"}},[a("span",[a("span",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-bell"})]),t._v("\n\t\t\t\t\t\t"+t._s(t.$t("navmenu.notifications"))+"\n\t\t\t\t\t")])])],1),t._v(" "),a("li",{staticClass:"nav-item"},[a("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),a("router-link",{staticClass:"nav-link",attrs:{to:"/i/web/profile/"+t.user.id}},[a("span",{staticClass:"icon text-lighter"},[a("i",{staticClass:"far fa-user"})]),t._v("\n\t\t\t\t\t"+t._s(t.$t("navmenu.profile"))+"\n\t\t\t\t")])],1),t._v(" "),t.user.is_admin?a("li",{staticClass:"nav-item"},[a("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),a("a",{staticClass:"nav-link",attrs:{href:"/i/admin/dashboard"}},[t._m(2),t._v("\n\t\t\t\t\t"+t._s(t.$t("navmenu.admin"))+"\n\t\t\t\t")])]):t._e(),t._v(" "),a("li",{staticClass:"nav-item"},[a("hr",{staticClass:"mt-n1",staticStyle:{opacity:"0.4","margin-bottom":"0"}}),t._v(" "),a("a",{staticClass:"nav-link",attrs:{href:"/"}},[t._m(3),t._v("\n\t\t\t\t\t"+t._s(t.$t("navmenu.backToPreviousDesign"))+"\n\t\t\t\t")])])])]),t._v(" "),a("div",{staticClass:"sidebar-sitelinks"},[a("a",{attrs:{href:"/site/about"}},[t._v(t._s(t.$t("navmenu.about")))]),t._v(" "),a("router-link",{attrs:{to:"/i/web/help"}},[t._v(t._s(t.$t("navmenu.help")))]),t._v(" "),a("router-link",{attrs:{to:"/i/web/language"}},[t._v(t._s(t.$t("navmenu.language")))]),t._v(" "),a("a",{attrs:{href:"/site/terms"}},[t._v(t._s(t.$t("navmenu.privacy")))]),t._v(" "),a("a",{attrs:{href:"/site/terms"}},[t._v(t._s(t.$t("navmenu.terms")))])],1),t._v(" "),t._m(4),t._v(" "),a("update-avatar",{ref:"avatarUpdate",attrs:{user:t.user}})],1)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("button",{staticClass:"btn btn-outline-primary dropdown-toggle dropdown-toggle-split",attrs:{type:"button","data-toggle":"dropdown","aria-expanded":"false"}},[a("span",{staticClass:"sr-only"},[t._v("Toggle Dropdown")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"dropdown-menu dropdown-menu-right"},[a("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:"/i/collections/create"}},[t._v("Create Collection")]),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:"/i/stories/new"}},[t._v("Create Story")]),t._v(" "),a("div",{staticClass:"dropdown-divider"}),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:"/settings/home"}},[t._v("Account Settings")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"far fa-tools"})])},function(){var t=this.$createElement,e=this._self._c||t;return e("span",{staticClass:"icon text-lighter"},[e("i",{staticClass:"fas fa-chevron-left"})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"sidebar-attribution"},[a("a",{staticClass:"font-weight-bold",attrs:{href:"https://pixelfed.org"}},[t._v("Powered by Pixelfed")])])}]},94839:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"media mb-2 align-items-center px-3 shadow-sm py-2 bg-white",staticStyle:{"border-radius":"15px"}},[a("a",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{hover:!0}}],attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[a("img",{staticClass:"mr-3 shadow-sm",staticStyle:{"border-radius":"8px"},attrs:{src:t.n.account.avatar,alt:"",width:"40",height:"40",onerror:"this.onerror=null;this.src='/storage/avatars/default.jpg';"}})]),t._v(" "),a("div",{staticClass:"media-body font-weight-light"},["favourite"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.liked"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.getPostUrl(t.n.status)}}},[t._v("post")]),t._v(".\n\t\t\t")])]):"comment"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.commented"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.getPostUrl(t.n.status)}}},[t._v("post")]),t._v(".\n\t\t\t")])]):"group:comment"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.commented"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.n.group_post_url}},[t._v(t._s(t.$("notifications.groupPost")))]),t._v(".\n\t\t\t")])]):"story:react"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.reacted"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+t.n.account.id}},[t._v("story")]),t._v(".\n\t\t\t")])]):"story:comment"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.commented"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+t.n.account.id}},[t._v(t._s(t.$t("notifications.story")))]),t._v(".\n\t\t\t")])]):"mention"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.mentionUrl(t.n.status)}},[t._v(t._s(t.$t("notifications.mentioned")))]),t._v(" "+t._s(t.$t("notifications.you"))+".\n\t\t\t")])]):"follow"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.followed"))+" "+t._s(t.$t("notifications.you"))+".\n\t\t\t")])]):"share"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.shared"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.getPostUrl(t.n.status)}}},[t._v(t._s(t.$t("notifications.post")))]),t._v(".\n\t\t\t")])]):"modlog"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v(t._s(t.truncate(t.n.account.username)))]),t._v(" "+t._s(t.$t("notifications.updatedA"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.n.modlog.url}},[t._v(t._s(t.$t("notifications.modlog")))]),t._v(".\n\t\t\t")])]):"tagged"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.tagged"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.n.tagged.post_url}},[t._v(t._s(t.$t("notifications.post")))]),t._v(".\n\t\t\t")])]):"direct"==t.n.type||"direct"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:"#",title:t.n.account.acct},on:{click:function(e){return e.preventDefault(),t.getProfileUrl(t.n.account)}}},[t._v("@"+t._s(t.n.account.acct))]),t._v(" "+t._s(t.$t("notifications.sentA"))+" "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+t.n.account.id}},[t._v(t._s(t.$t("notifications.dm")))]),t._v(".\n\t\t\t")])]):"group.join.approved"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t"+t._s(t.$t("notifications.yourApplication"))+" "),a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:t.n.group.url,title:t.n.group.name}},[t._v(t._s(t.truncate(t.n.group.name)))]),t._v(" "+t._s(t.$t("notifications.applicationApproved"))+"\n\t\t\t")])]):"group.join.rejected"==t.n.type?a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t"+t._s(t.$t("notifications.yourApplication"))+" "),a("a",{staticClass:"font-weight-bold text-dark text-break",attrs:{href:t.n.group.url,title:t.n.group.name}},[t._v(t._s(t.truncate(t.n.group.name)))]),t._v(" "+t._s(t.$t("notifications.applicationRejected"))+"\n\t\t\t")])]):t._e(),t._v(" "),a("div",{staticClass:"align-items-center"},[a("span",{staticClass:"small text-muted",attrs:{"data-toggle":"tooltip","data-placement":"bottom",title:t.n.created_at}},[t._v(t._s(t.timeAgo(t.n.created_at)))])])]),t._v(" "),a("div",[t.n.status&&t.n.status&&t.n.status.media_attachments&&t.n.status.media_attachments.length?a("div",[a("a",{attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.getPostUrl(t.n.status)}}},[a("img",{attrs:{src:t.n.status.media_attachments[0].preview_url,width:"32px",height:"32px"}})])]):t.n.status&&t.n.status.parent&&t.n.status.parent.media_attachments&&t.n.status.parent.media_attachments.length?a("div",[a("a",{attrs:{href:t.n.status.parent.url}},[a("img",{attrs:{src:t.n.status.parent.media_attachments[0].preview_url,width:"32px",height:"32px"}})])]):t._e()])])},i=[]},25411:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"compose-simple-component"},["firstLoad"==t.step?a("div",{staticClass:"step-segment bg-primary text-white flex-column justify-content-between"},[t._m(0),t._v(" "),t._m(1),t._v(" "),a("p",{staticClass:"text-center mt-4"},[a("button",{staticClass:"btn btn-outline-light btn-lg px-5 rounded-pill",on:{click:function(e){return t.toggleStep("start")}}},[t._v("Next")])])]):"start"==t.step?a("div",{staticClass:"step-segment flex-column justify-content-between"},[t._m(2),t._v(" "),t._m(3)]):"error"==t.step?a("div",{staticClass:"step-segment"},[a("p",{staticClass:"text-center"},[t._v("We encountered an error. Please try again later.")])]):a("div",{staticClass:"step-segment"},[a("b-spinner")],1)])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"align-self-start"},[a("p",{staticClass:"text-light small",staticStyle:{opacity:"0.5"}},[t._v("\n\t\t\t\tWant to use the old version? "),a("a",{staticClass:"text-light",attrs:{href:"/i/compose"}},[t._v("Click here")])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"text-left"},[a("h1",{staticClass:"display-4"},[t._v("Welcome to ComposeUI v6!")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"w-100"},[a("div",{staticClass:"form-group"},[a("label",{staticClass:"font-weight-bold"},[t._v("Caption")]),t._v(" "),a("textarea",{staticClass:"form-control"})])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"w-100 border d-flex justify-content-center align-items-center",staticStyle:{height:"200px"}},[a("p",{staticClass:"lead mb-0"},[t._v("Click here or drag media here")])])}]},42829:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"discover-feed-component"},[a("section",{staticClass:"mt-3 mb-5 section-explore"},[a("b-breadcrumb",{staticClass:"font-default",attrs:{items:t.breadcrumbItems}}),t._v(" "),a("div",{staticClass:"profile-timeline"},[a("div",{staticClass:"row p-0 mt-5"},[a("div",{staticClass:"col-12 mb-4 d-flex justify-content-between align-items-center"},[a("p",{staticClass:"d-block d-md-none h1 font-weight-bold mb-0 font-default"},[t._v("Trending")]),t._v(" "),a("p",{staticClass:"d-none d-md-block display-4 font-weight-bold mb-0 font-default"},[t._v("Trending")]),t._v(" "),a("div",[a("div",{staticClass:"btn-group trending-range"},[a("button",{class:"daily"==t.range?"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-danger":"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-outline-danger",on:{click:function(e){return t.rangeToggle("daily")}}},[t._v("Today")]),t._v(" "),a("button",{class:"monthly"==t.range?"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-danger":"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-outline-danger",on:{click:function(e){return t.rangeToggle("monthly")}}},[t._v("This month")]),t._v(" "),a("button",{class:"yearly"==t.range?"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-danger":"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-outline-danger",on:{click:function(e){return t.rangeToggle("yearly")}}},[t._v("This year")])])])])]),t._v(" "),t.loading?a("div",{staticClass:"row p-0 px-lg-3"},[a("div",{staticClass:"col-12 d-flex align-items-center justify-content-center",staticStyle:{"min-height":"40vh"}},[a("b-spinner",{attrs:{size:"lg"}})],1)]):a("div",{staticClass:"row p-0 px-lg-3"},t._l(t.trending,(function(e,s){return t.trending.length?a("div",{staticClass:"col-6 col-lg-4 col-xl-3 p-1"},[a("a",{staticClass:"card info-overlay card-md-border-0",attrs:{href:e.url},on:{click:function(a){return a.preventDefault(),t.goToPost(e)}}},[a("div",{staticClass:"square square-next"},[e.sensitive?a("div",{staticClass:"square-content"},[t._m(0,!0),t._v(" "),a("blur-hash-canvas",{attrs:{width:"32",height:"32",hash:e.media_attachments[0].blurhash}})],1):a("div",{staticClass:"square-content"},[a("blur-hash-image",{attrs:{width:"32",height:"32",hash:e.media_attachments[0].blurhash,src:e.media_attachments[0].preview_url}})],1),t._v(" "),a("div",{staticClass:"info-overlay-text"},[a("div",{staticClass:"text-white m-auto"},[a("p",{staticClass:"info-overlay-text-field font-weight-bold"},[a("span",{staticClass:"far fa-heart fa-lg p-2 d-flex-inline"}),t._v(" "),a("span",{staticClass:"d-flex-inline"},[t._v(t._s(t.formatCount(e.favourites_count)))])]),t._v(" "),a("p",{staticClass:"info-overlay-text-field font-weight-bold"},[a("span",{staticClass:"far fa-comment fa-lg p-2 d-flex-inline"}),t._v(" "),a("span",{staticClass:"d-flex-inline"},[t._v(t._s(t.formatCount(e.reply_count)))])]),t._v(" "),a("p",{staticClass:"mb-0 info-overlay-text-field font-weight-bold"},[a("span",{staticClass:"far fa-sync fa-lg p-2 d-flex-inline"}),t._v(" "),a("span",{staticClass:"d-flex-inline"},[t._v(t._s(t.formatCount(e.reblogs_count)))])])])])])])]):a("div",{staticClass:"col-12 d-flex align-items-center justify-content-center bg-light border",staticStyle:{"min-height":"40vh"}},[a("div",{staticClass:"h2"},[t._v("No posts found :(")])])})),0)])],1)])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"info-overlay-text-label"},[e("h5",{staticClass:"text-white m-auto font-weight-bold"},[e("span",[e("span",{staticClass:"far fa-eye-slash fa-lg p-2 d-flex-inline"})])])])}]},23060:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"notifications-component"},[a("div",{staticClass:"card shadow-sm mb-3",staticStyle:{"border-radius":"15px !important"}},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"d-flex justify-content-between align-items-center mb-3"},[a("span",{staticClass:"text-muted font-weight-bold"},[t._v("Notifications")]),t._v(" "),t.hasLoaded&&t.feed.length?a("button",{staticClass:"btn btn-light btn-sm",class:{"text-lighter":t.isRefreshing},attrs:{disabled:t.isRefreshing},on:{click:t.refreshNotifications}},[a("i",{staticClass:"fal fa-redo"})]):t._e()]),t._v(" "),a("div",{staticClass:"notifications-component-feed"},[t._l(t.feed,(function(e,s){return a("div",{staticClass:"mb-2"},[a("div",{staticClass:"media align-items-center"},[a("img",{staticClass:"mr-2 rounded-circle shadow-sm",attrs:{src:e.account.avatar,width:"32",height:"32",onerror:"this.onerror=null;this.src='/storage/avatars/default.png';"}}),t._v(" "),a("div",{staticClass:"media-body font-weight-light small"},["favourite"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" liked your\n\t\t\t\t\t\t\t\t\t"),e.status&&e.status.hasOwnProperty("media_attachments")?a("span",[a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status),id:"fvn-"+e.id},on:{click:function(a){return a.preventDefault(),t.goToPost(e.status)}}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t\t\t"),a("b-popover",{attrs:{target:"fvn-"+e.id,title:"",triggers:"hover",placement:"top",boundary:"window"}},[a("img",{staticStyle:{"object-fit":"cover"},attrs:{src:t.notificationPreview(e),width:"100px",height:"100px"}})])],1):a("span",[a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status)},on:{click:function(a){return a.preventDefault(),t.goToPost(e.status)}}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t\t")])])]):"comment"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" commented on your "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status)},on:{click:function(a){return a.preventDefault(),t.goToPost(e.status)}}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"group:comment"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" commented on your "),a("a",{staticClass:"font-weight-bold",attrs:{href:e.group_post_url}},[t._v("group post")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"story:react"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" reacted to your "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+e.account.id}},[t._v("story")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"story:comment"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" commented on your "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+e.account.id}},[t._v("story")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"mention"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.mentionUrl(e.status)},on:{click:function(a){return a.preventDefault(),t.goToPost(e.status)}}},[t._v("mentioned")]),t._v(" you.\n\t\t\t\t\t\t\t\t")])]):"follow"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" followed you.\n\t\t\t\t\t\t\t\t")])]):"share"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" shared your "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status)},on:{click:function(a){return a.preventDefault(),t.goToPost(e.status)}}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"modlog"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(t.truncate(e.account.username)))]),t._v(" updated a "),a("a",{staticClass:"font-weight-bold",attrs:{href:e.modlog.url}},[t._v("modlog")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"tagged"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" tagged you in a "),a("a",{staticClass:"font-weight-bold",attrs:{href:e.tagged.post_url}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"direct"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" sent a "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+e.account.id}},[t._v("dm")]),t._v(".\n\t\t\t\t\t\t\t\t")])]):"group.join.approved"==e.type?a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\t\tYour application to join the "),a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.group.url,title:e.group.name}},[t._v(t._s(t.truncate(e.group.name)))]),t._v(" group was approved!\n\t\t\t\t\t\t\t\t")])]):"group.join.rejected"==e.type?a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\t\tYour application to join "),a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.group.url,title:e.group.name}},[t._v(t._s(t.truncate(e.group.name)))]),t._v(" was rejected.\n\t\t\t\t\t\t\t\t")])]):"group:invite"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.acct}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" invited you to join "),a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.group.url+"/invite/claim",title:e.group.name}},[t._v(t._s(e.group.name))]),t._v(".\n\t\t\t\t\t\t\t\t")])]):a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\t\tWe cannot display this notification at this time.\n\t\t\t\t\t\t\t\t")])])]),t._v(" "),a("div",{staticClass:"small text-muted font-weight-bold",attrs:{title:e.created_at}},[t._v(t._s(t.timeAgo(e.created_at)))])])])})),t._v(" "),t.hasLoaded&&0==t.feed.length?a("div",[a("p",{staticClass:"small font-weight-bold text-center mb-0"},[t._v(t._s(t.$t("notifications.noneFound")))])]):a("div",[t.hasLoaded&&t.canLoadMore?a("div",[a("intersect",{on:{enter:t.enterIntersect}},[a("placeholder",{staticStyle:{"margin-top":"-6px"},attrs:{small:""}})],1),t._v(" "),a("placeholder",{attrs:{small:""}}),t._v(" "),a("placeholder",{attrs:{small:""}}),t._v(" "),a("placeholder",{attrs:{small:""}})],1):a("div",{staticClass:"d-block",staticStyle:{height:"50px"}})])],2)])])])},i=[]},29180:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-settings-component"},[t.initialLoad?a("div",{staticClass:"container p-0"},[a("div",{staticClass:"card shadow-none border"},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"row m-0"},[a("div",{staticClass:"col-12 col-md-3 settings-menu-col",class:{showMobile:t.menuMode}},[t.menuMode?a("div",{staticClass:"mobile-menu"},[t.mobileSearchOpen?a("div",{staticClass:"d-flex justify-content-between align-items-center"},[t.mobileSearchOpen?a("autocomplete",{ref:"autocomplete",staticClass:"searchbox",staticStyle:{width:"300px"},attrs:{search:t.autocompleteSearch,placeholder:"Search","aria-label":"Search","get-result-value":t.getSearchResultValue,debounceTime:700},on:{submit:t.onSearchSubmit},scopedSlots:t._u([{key:"result",fn:function(e){var s=e.result,i=e.props;return[a("li",t._b({staticClass:"autocomplete-result"},"li",i,!1),[a("div",{staticClass:"media align-items-center my-0"},[a("div",{staticClass:"media-icon"},[a("i",{staticClass:"fa-lg text-lighter",class:s.icon})]),t._v(" "),a("div",{staticClass:"media-body"},[a("div",{staticClass:"text-break"},[a("p",{staticClass:"result-name mb-0 font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(s.title)+"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("p",{staticClass:"result-name mb-0 text-muted small"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(s.subtitle)+"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t")])])])])])]}}],null,!1,921300218)}):t._e(),t._v(" "),a("button",{staticClass:"btn btn-link text-muted",on:{click:t.toggleMobileSearch}},[a("i",{staticClass:"far fa-times-circle fa-lg"})])],1):a("div",{staticClass:"d-flex align-items-center justify-content-between"},[a("button",{staticClass:"btn btn-light",on:{click:function(e){return t.goHome()}}},[a("i",{staticClass:"far fa-home"})]),t._v(" "),a("p",{staticClass:"lead title text-center mb-0"},[t._v("Settings")]),t._v(" "),a("button",{staticClass:"btn btn-light",on:{click:t.toggleMobileSearch}},[a("i",{staticClass:"far fa-search"})])]),t._v(" "),a("hr",{staticClass:"mb-2"})]):t._e(),t._v(" "),a("ul",{staticClass:"nav flex-column"},t._l(t.tabs,(function(e,s){return a("li",{staticClass:"nav-item",attrs:{id:"stab_"+s}},[a("button",{staticClass:"nav-link btn btn-link d-flex justify-content-between align-items-center",class:{active:t.tabIndex===s},on:{click:function(e){return t.toggleTab(s)}}},[a("div",[a("span",{staticClass:"nav-link-icon"},[a("i",{class:e.icon})]),t._v("\n\t\t\t\t\t\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("i",{staticClass:"fal fa-chevron-right text-lighter"})]),t._v(" "),t.menuMode&&s!=t.tabs.length-1||7==s||10==s?a("hr"):t._e()])})),0)]),t._v(" "),a("div",{staticClass:"col-12 col-md-9 settings-body-col",class:{inMenuMode:t.menuMode}},[a("div",{staticClass:"title-menu"},[a("div",{staticClass:"d-flex align-items-center justify-content-between"},[a("div",{staticClass:"d-block d-md-none"},[a("button",{staticClass:"btn btn-light font-weight-bold",on:{click:function(e){return t.goBack()}}},[a("i",{staticClass:"far fa-chevron-left"})])]),t._v(" "),a("div",{staticClass:"font-weight-bold mb-0"},[a("span",{staticClass:"d-none d-md-inline lead font-weight-bold"},[t._v("Settings")]),t._v(" "),a("span",{staticClass:"d-none d-md-inline font-weight-light lead"},[t._v("/")]),t._v(" "),a("span",{staticClass:"lead"},[a("span",[t._v(t._s(t.tabs[t.tabIndex].title))])])]),t._v(" "),a("div",{directives:[{name:"b-modal",rawName:"v-b-modal.help-modal",modifiers:{"help-modal":!0}}],staticClass:"d-block d-md-none"},[t._m(0)]),t._v(" "),a("autocomplete",{ref:"autocomplete",staticClass:"searchbox",staticStyle:{width:"300px"},attrs:{search:t.autocompleteSearch,placeholder:"Search","aria-label":"Search","get-result-value":t.getSearchResultValue,debounceTime:700},on:{submit:t.onSearchSubmit},scopedSlots:t._u([{key:"result",fn:function(e){var s=e.result,i=e.props;return[a("li",t._b({staticClass:"autocomplete-result"},"li",i,!1),[a("div",{staticClass:"media align-items-center my-0"},[a("div",{staticClass:"media-icon"},[a("i",{staticClass:"fa-lg text-lighter",class:s.icon})]),t._v(" "),a("div",{staticClass:"media-body"},[a("div",{staticClass:"text-break"},[a("p",{staticClass:"result-name mb-0 font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(s.title)+"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("p",{staticClass:"result-name mb-0 text-muted small"},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t"+t._s(s.subtitle)+"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t")])])])])])]}}],null,!1,921300218)})],1),t._v(" "),a("hr")]),t._v(" "),0===t.tabIndex?a("profile-tab",{ref:"profileTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):1===t.tabIndex?a("account-tab",{ref:"accountTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):2===t.tabIndex?a("accessibility-tab",{ref:"accessibilityTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):3===t.tabIndex?a("appearance-tab",{ref:"appearanceTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):4===t.tabIndex?a("devices-tab",{ref:"devicesTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):5===t.tabIndex?a("notifications-tab",{ref:"notificationsTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):6===t.tabIndex?a("preferences-tab",{ref:"preferencesTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):7===t.tabIndex?a("security-tab",{ref:"securityTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):9===t.tabIndex?a("import-tab",{ref:"importTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):10===t.tabIndex?a("export-tab",{ref:"exportTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange,"sync-profile":t.syncProfile}}):11===t.tabIndex?a("archive-tab",{ref:"archiveTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange}}):12===t.tabIndex?a("blocked-tab",{ref:"blockedTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange}}):13===t.tabIndex?a("bookmarks-tab",{ref:"bookmarksTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange}}):14===t.tabIndex?a("collections-tab",{ref:"collectionsTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange}}):15===t.tabIndex?a("follows-tab",{ref:"followsTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange}}):16===t.tabIndex?a("groups-tab",{ref:"groupsTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange}}):17===t.tabIndex?a("likes-tab",{ref:"likesTab",attrs:{config:t.config,profile:t.profile},on:{changed:t.handleChange}}):a("div",[a("p",{staticClass:"lead"},[t._v("Page not yet available")])])],1)])]),t._v(" "),t.changed?a("div",{staticClass:"card-footer d-flex justify-content-end fixed-bottom-mobile"},[a("button",{staticClass:"btn btn-light font-weight-bold mr-2",on:{click:t.clearChanges}},[t._v("Clear Changes")]),t._v(" "),a("button",{staticClass:"btn btn-primary font-weight-bold",on:{click:t.saveChanges}},[t._v("Save Changes")])]):t._e()])]):a("div",{staticClass:"d-flex justify-content-center"},[a("b-spinner")],1),t._v(" "),a("b-modal",{attrs:{id:"help-modal",title:"Help","hide-footer":"",centered:""}},[a("p",{staticClass:"lead"},[t._v("For help understanding your settings and how to change them, visit the "),a("a",{attrs:{href:"/site/help"}},[t._v("Help Center")]),t._v(".")]),t._v(" "),a("p",[a("a",{staticClass:"btn btn-light border btn-block font-weight-bold",attrs:{href:"/site/contact"}},[a("i",{staticClass:"far fa-comments-alt mr-2"}),t._v("\n\t\t\t\tContact a human\n\t\t\t")])])])],1)},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-light font-weight-bold"},[e("i",{staticClass:"far fa-info-circle"})])}]},61609:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("transition",{attrs:{name:"fade"}},[t.announcements.length?a("div",{staticClass:"card border shadow-none mb-3"},[a("div",{staticClass:"card-header text-muted bg-white"},[a("i",{staticClass:"fas fa-bullhorn mr-2"}),t._v(" "),a("span",{staticClass:"text-weight-light"},[t._v("ANNOUNCEMENTS")]),t._v(" "),a("span",{staticClass:"float-right cursor-pointer",attrs:{title:"Close"},on:{click:t.close}},[a("i",{staticClass:"fas fa-times text-lighter"})])]),t._v(" "),a("div",{staticClass:"card-body"},[a("div",{staticClass:"card-title mb-0"},[a("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.announcement.title))])]),t._v(" "),a("p",{staticClass:"card-text"},[a("span",{staticStyle:{"font-size":"13px"}},[t._v(t._s(t.announcement.summary))])]),t._v(" "),a("p",{staticClass:"d-flex align-items-center justify-content-between mb-0"},[t.announcement.url?a("a",{staticClass:"small font-weight-bold mb-0",attrs:{href:t.announcement.url}},[t._v("Read more")]):a("span"),t._v(" "),a("span",[a("span",{class:[t.showPrev?"btn btn-outline-secondary btn-sm py-0":"btn btn-outline-secondary btn-sm py-0 disabled"],attrs:{disabled:0==t.showPrev},on:{click:function(e){return t.loadPrev()}}},[a("i",{staticClass:"fas fa-chevron-left fa-sm"})]),t._v(" "),a("span",{staticClass:"btn btn-outline-success btn-sm py-0 mx-1",attrs:{title:"Mark as Read","data-toggle":"tooltip","data-placement":"bottom"},on:{click:function(e){return t.markAsRead()}}},[a("i",{staticClass:"fas fa-check fa-sm"})]),t._v(" "),a("span",{class:[t.showNext?"btn btn-outline-secondary btn-sm py-0":"btn btn-outline-secondary btn-sm py-0 disabled"],attrs:{disabled:0==t.showNext},on:{click:function(e){return t.loadNext()}}},[a("i",{staticClass:"fas fa-chevron-right fa-sm"})])])])])]):t._e()])],1)},i=[]},44278:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.loaded?a("div",[t.authenticated?a("div",{staticClass:"d-block d-md-none border-top-0 pt-3"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.searchTerm,expression:"searchTerm"}],staticClass:"form-control rounded-pill shadow-sm",attrs:{placeholder:"Search"},domProps:{value:t.searchTerm},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.searchSubmit.apply(null,arguments)},input:function(e){e.target.composing||(t.searchTerm=e.target.value)}}})]):t._e(),t._v(" "),a("section",{staticClass:"mt-3 mb-5 section-explore"},[a("div",{staticClass:"profile-timeline"},[a("div",{staticClass:"row p-0 mt-5"},[a("div",{staticClass:"col-12 mb-3 d-flex justify-content-between align-items-center"},[a("p",{staticClass:"d-block d-md-none h1 font-weight-bold mb-0"},[t._v("Trending")]),t._v(" "),a("p",{staticClass:"d-none d-md-block display-4 font-weight-bold mb-0"},[t._v("Trending")]),t._v(" "),a("div",[a("div",{staticClass:"btn-group"},[a("button",{class:"daily"==t.trendingRange?"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-danger":"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-outline-danger",on:{click:function(e){return t.trendingRangeToggle("daily")}}},[t._v("Daily")]),t._v(" "),a("button",{class:"monthly"==t.trendingRange?"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-danger":"btn py-1 font-weight-bold px-3 text-uppercase btn-sm btn-outline-danger",on:{click:function(e){return t.trendingRangeToggle("monthly")}}},[t._v("Monthly")])])])])]),t._v(" "),t.trendingLoading?a("div",{staticClass:"row d-flex align-items-center justify-content-center bg-light border",staticStyle:{"min-height":"40vh"}},[t._m(1)]):a("div",{staticClass:"row p-0 d-flex"},t._l(t.trending.slice(0,12),(function(e,s){return t.trending.length?a("div",{staticClass:"col-4 p-1 p-sm-2 p-md-3 pt-0"},[a("a",{staticClass:"card info-overlay card-md-border-0",attrs:{href:e.url}},[a("div",{staticClass:"square"},[e.sensitive?a("div",{staticClass:"square-content"},[t._m(0,!0),t._v(" "),a("blur-hash-canvas",{attrs:{width:"32",height:"32",hash:e.media_attachments[0].blurhash}})],1):a("div",{staticClass:"square-content"},[a("blur-hash-image",{attrs:{width:"32",height:"32",hash:e.media_attachments[0].blurhash,src:e.media_attachments[0].preview_url}})],1),t._v(" "),"photo:album"==e.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-images fa-2x"})]):t._e(),t._v(" "),"video"==e.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-video fa-2x"})]):t._e(),t._v(" "),"video:album"==e.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-film fa-2x"})]):t._e(),t._v(" "),a("div",{staticClass:"info-overlay-text"},[a("h5",{staticClass:"text-white m-auto font-weight-bold"},[a("span",[a("span",{staticClass:"far fa-comment fa-lg p-2 d-flex-inline"}),t._v(" "),a("span",{staticClass:"d-flex-inline"},[t._v(t._s(t.formatCount(e.reply_count)))])])])])])])]):a("div",{staticClass:"col-12 d-flex align-items-center justify-content-center bg-light border",staticStyle:{"min-height":"40vh"}},[a("div",{staticClass:"h2"},[t._v("No posts found :(")])])})),0)])]),t._v(" "),t.authenticated?a("section",{staticClass:"pt-5 mb-5 section-explore"},[a("div",{staticClass:"profile-timeline pt-3"},[t._m(2),t._v(" "),t.recommendedLoading?a("div",{staticClass:"row d-flex align-items-center justify-content-center bg-light border",staticStyle:{"min-height":"40vh"}},[t._m(4)]):a("div",{staticClass:"row p-0 d-flex"},t._l(t.posts,(function(e,s){return t.posts.length?a("div",{key:"rmki:"+s,staticClass:"col-4 p-1 p-sm-2 p-md-3 pt-0"},[a("a",{staticClass:"card info-overlay card-md-border-0",attrs:{href:e.url}},[a("div",{staticClass:"square"},[e.sensitive?a("div",{staticClass:"square-content"},[t._m(3,!0),t._v(" "),a("blur-hash-canvas",{attrs:{width:"32",height:"32",hash:e.media_attachments[0].blurhash}})],1):a("div",{staticClass:"square-content"},[a("blur-hash-image",{attrs:{width:"32",height:"32",hash:e.media_attachments[0].blurhash,src:e.media_attachments[0].preview_url}})],1),t._v(" "),"photo:album"==e.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-images fa-2x"})]):t._e(),t._v(" "),"video"==e.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-video fa-2x"})]):t._e(),t._v(" "),"video:album"==e.pf_type?a("span",{staticClass:"float-right mr-3 post-icon"},[a("i",{staticClass:"fas fa-film fa-2x"})]):t._e(),t._v(" "),a("div",{staticClass:"info-overlay-text"},[a("h5",{staticClass:"text-white m-auto font-weight-bold"},[a("span",[a("span",{staticClass:"far fa-comment fa-lg p-2 d-flex-inline"}),t._v(" "),a("span",{staticClass:"d-flex-inline"},[t._v(t._s(t.formatCount(e.reply_count)))])])])])])])]):a("div",{staticClass:"col-12 d-flex align-items-center justify-content-center bg-light border",staticStyle:{"min-height":"40vh"}},[a("div",{staticClass:"h2"},[t._v("No posts found :(")])])})),0)])]):t._e()]):a("div",{staticClass:"d-flex justify-content-center align-items-center",staticStyle:{height:"70vh"}},[a("img",{attrs:{src:"/img/pixelfed-icon-grey.svg"}})])])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"info-overlay-text-label"},[e("h5",{staticClass:"text-white m-auto font-weight-bold"},[e("span",[e("span",{staticClass:"far fa-eye-slash fa-lg p-2 d-flex-inline"})])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"spinner-border",attrs:{role:"status"}},[a("span",{staticClass:"sr-only"},[t._v("Loading...")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"row p-0 mt-5"},[a("div",{staticClass:"col-12 mb-3 d-flex justify-content-between align-items-center"},[a("p",{staticClass:"d-block d-md-none h1 font-weight-bold mb-0"},[t._v("For You")]),t._v(" "),a("p",{staticClass:"d-none d-md-block display-4 font-weight-bold mb-0"},[t._v("For You")])])])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"info-overlay-text-label"},[e("h5",{staticClass:"text-white m-auto font-weight-bold"},[e("span",[e("span",{staticClass:"far fa-eye-slash fa-lg p-2 d-flex-inline"})])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"spinner-border",attrs:{role:"status"}},[a("span",{staticClass:"sr-only"},[t._v("Loading...")])])}]},94189:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("transition",{attrs:{name:"fade"}},[a("div",{staticClass:"card notification-card shadow-none border"},[t.loading?a("div",{staticClass:"card-body loader text-center",staticStyle:{height:"240px"}},[a("div",{staticClass:"spinner-border",attrs:{role:"status"}},[a("span",{staticClass:"sr-only"},[t._v("Loading...")])])]):t._e(),t._v(" "),!t.loading&&t.notifications.length>0?a("div",{staticClass:"card-body px-0 py-0 contents",staticStyle:{height:"240px","overflow-y":"scroll"}},[t.profile.locked?a("div",{staticClass:"media align-items-center mt-n2 px-3 py-2 border-bottom border-lighter bg-light cursor-pointer",on:{click:function(e){return t.redirect("/account/follow-requests")}}},[a("div",{staticClass:"media-body font-weight-light pt-2 small d-flex align-items-center justify-content-between"},[a("p",{staticClass:"mb-0 text-lighter"},[a("i",{staticClass:"fas fa-cog text-light"})]),t._v(" "),a("p",{staticClass:"text-center pt-1 mb-1 text-dark font-weight-bold"},[a("strong",[t._v(t._s(t.followRequests&&t.followRequests.hasOwnProperty("count")?t.followRequests.count:0))]),t._v(" Follow Requests")]),t._v(" "),a("p",{staticClass:"mb-0 text-lighter"},[a("i",{staticClass:"fas fa-chevron-right"})])])]):t._e(),t._v(" "),t._l(t.notifications,(function(e,s){return t.notifications.length>0?a("div",{staticClass:"media align-items-center px-3 py-2 border-bottom border-light"},[a("img",{staticClass:"mr-2 rounded-circle",staticStyle:{border:"1px solid #ccc"},attrs:{src:e.account.avatar,alt:"",width:"32px",height:"32px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png';"}}),t._v(" "),a("div",{staticClass:"media-body font-weight-light small"},["favourite"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" liked your\n\t\t\t\t\t\t\t\t"),e.status&&e.status.hasOwnProperty("media_attachments")?a("span",[a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status),id:"fvn-"+e.id}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t\t"),a("b-popover",{attrs:{target:"fvn-"+e.id,title:"",triggers:"hover",placement:"top",boundary:"window"}},[a("img",{staticStyle:{"object-fit":"cover"},attrs:{src:t.notificationPreview(e),width:"100px",height:"100px"}})])],1):a("span",[a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status)}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t\t")])])]):"comment"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" commented on your "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status)}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t")])]):"group:comment"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" commented on your "),a("a",{staticClass:"font-weight-bold",attrs:{href:e.group_post_url}},[t._v("group post")]),t._v(".\n\t\t\t\t\t\t\t")])]):"story:react"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" reacted to your "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+e.account.id}},[t._v("story")]),t._v(".\n\t\t\t\t\t\t\t")])]):"story:comment"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" commented on your "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+e.account.id}},[t._v("story")]),t._v(".\n\t\t\t\t\t\t\t")])]):"mention"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.mentionUrl(e.status)}},[t._v("mentioned")]),t._v(" you.\n\t\t\t\t\t\t\t")])]):"follow"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" followed you.\n\t\t\t\t\t\t\t")])]):"share"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" shared your "),a("a",{staticClass:"font-weight-bold",attrs:{href:t.getPostUrl(e.status)}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t")])]):"modlog"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(t.truncate(e.account.username)))]),t._v(" updated a "),a("a",{staticClass:"font-weight-bold",attrs:{href:e.modlog.url}},[t._v("modlog")]),t._v(".\n\t\t\t\t\t\t\t")])]):"tagged"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" tagged you in a "),a("a",{staticClass:"font-weight-bold",attrs:{href:e.tagged.post_url}},[t._v("post")]),t._v(".\n\t\t\t\t\t\t\t")])]):"direct"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" sent a "),a("a",{staticClass:"font-weight-bold",attrs:{href:"/account/direct/t/"+e.account.id}},[t._v("dm")]),t._v(".\n\t\t\t\t\t\t\t")])]):"group.join.approved"==e.type?a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\tYour application to join the "),a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.group.url,title:e.group.name}},[t._v(t._s(t.truncate(e.group.name)))]),t._v(" group was approved!\n\t\t\t\t\t\t\t")])]):"group.join.rejected"==e.type?a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\tYour application to join "),a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.group.url,title:e.group.name}},[t._v(t._s(t.truncate(e.group.name)))]),t._v(" was rejected.\n\t\t\t\t\t\t\t")])]):"group:invite"==e.type?a("div",[a("p",{staticClass:"my-0"},[a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:t.getProfileUrl(e.account),title:e.account.username}},[t._v(t._s(0==e.account.local?"@":"")+t._s(t.truncate(e.account.username)))]),t._v(" invited you to join "),a("a",{staticClass:"font-weight-bold text-dark word-break",attrs:{href:e.group.url+"/invite/claim",title:e.group.name}},[t._v(t._s(e.group.name))]),t._v(".\n\t\t\t\t\t\t\t")])]):a("div",[a("p",{staticClass:"my-0"},[t._v("\n\t\t\t\t\t\t\t\tWe cannot display this notification at this time.\n\t\t\t\t\t\t\t")])])]),t._v(" "),a("div",{staticClass:"small text-muted font-weight-bold",attrs:{title:e.created_at}},[t._v(t._s(t.timeAgo(e.created_at)))])]):t._e()})),t._v(" "),t.notifications.length?a("div",[a("infinite-loading",{on:{infinite:t.infiniteNotifications}},[a("div",{staticClass:"font-weight-bold",attrs:{slot:"no-results"},slot:"no-results"}),t._v(" "),a("div",{staticClass:"font-weight-bold",attrs:{slot:"no-more"},slot:"no-more"})])],1):t._e(),t._v(" "),0==t.notifications.length?a("div",{staticClass:"text-lighter text-center py-3"},[a("p",{staticClass:"mb-0"},[a("i",{staticClass:"fas fa-inbox fa-3x"})]),t._v(" "),a("p",{staticClass:"mb-0 small font-weight-bold"},[t._v("0 Notifications!")])]):t._e()],2):t._e(),t._v(" "),t.loading||t.notifications.length?t._e():a("div",{staticClass:"card-body px-0 py-0",staticStyle:{height:"240px"}},[a("div",{staticClass:"text-lighter text-center py-3"},[a("p",{staticClass:"mb-0"},[a("i",{staticClass:"fas fa-inbox fa-3x"})]),t._v(" "),a("p",{staticClass:"mb-0 small font-weight-bold"},[t._v("No notifications yet")]),t._v(" "),t.showRefresh&&!t.attemptedRefresh?a("p",{staticClass:"mt-2 small font-weight-bold text-primary cursor-pointer",on:{click:t.refreshNotifications}},[a("i",{staticClass:"fas fa-redo"}),t._v(" Refresh")]):t._e()])])])])],1)},i=[]},27257:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",["true"!=t.modal?a("div",{staticClass:"dropdown"},[a("button",{staticClass:"btn btn-link text-dark no-caret dropdown-toggle py-0",attrs:{type:"button","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false",title:"Post options"}},[a("span",{class:["lg"==t.size?"fas fa-ellipsis-v fa-lg text-muted":"fas fa-ellipsis-v fa-sm text-lighter"]})]),t._v(" "),a("div",{staticClass:"dropdown-menu dropdown-menu-right"},[a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",attrs:{href:t.status.url}},[t._v("Go to post")]),t._v(" "),1==t.activeSession&&0==t.statusOwner(t.status)?a("span",[a("a",{staticClass:"dropdown-item font-weight-bold",attrs:{href:t.reportUrl(t.status)}},[t._v("Report")])]):t._e(),t._v(" "),1==t.activeSession&&1==t.statusOwner(t.status)?a("span",[a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return e.preventDefault(),t.muteProfile(t.status)}}},[t._v("Mute Profile")]),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return e.preventDefault(),t.blockProfile(t.status)}}},[t._v("Block Profile")])]):t._e(),t._v(" "),1==t.activeSession&&1==t.profile.is_admin?a("span",[a("div",{staticClass:"dropdown-divider"}),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold text-danger text-decoration-none",on:{click:function(e){return t.deletePost(t.status)}}},[t._v("Delete")]),t._v(" "),a("div",{staticClass:"dropdown-divider"}),t._v(" "),a("h6",{staticClass:"dropdown-header"},[t._v("Mod Tools")]),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"autocw")}}},[a("p",{staticClass:"mb-0"},[t._v("Enforce CW")]),t._v(" "),t._m(0)]),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"noautolink")}}},[a("p",{staticClass:"mb-0"},[t._v("No Autolinking")]),t._v(" "),t._m(1)]),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"unlisted")}}},[a("p",{staticClass:"mb-0"},[t._v("Unlisted Posts")]),t._v(" "),t._m(2)]),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"disable")}}},[a("p",{staticClass:"mb-0"},[t._v("Disable Account")]),t._v(" "),t._m(3)]),t._v(" "),a("a",{staticClass:"dropdown-item font-weight-bold text-decoration-none",on:{click:function(e){return t.moderatePost(t.status,"suspend")}}},[a("p",{staticClass:"mb-0"},[t._v("Suspend Account")]),t._v(" "),t._m(4)])]):t._e()])]):t._e(),t._v(" "),"true"==t.modal?a("div",[a("span",{attrs:{"data-toggle":"modal","data-target":"#mt_pid_"+t.status.id}},[a("span",{class:["lg"==t.size?"fas fa-ellipsis-v fa-lg text-muted":"fas fa-ellipsis-v fa-sm text-lighter"]})]),t._v(" "),a("div",{staticClass:"modal",attrs:{tabindex:"-1",role:"dialog",id:"mt_pid_"+t.status.id}},[a("div",{staticClass:"modal-dialog modal-sm modal-dialog-centered",attrs:{role:"document"}},[a("div",{staticClass:"modal-content"},[a("div",{staticClass:"modal-body text-center"},[a("div",{staticClass:"list-group"},[a("a",{staticClass:"list-group-item text-dark text-decoration-none",attrs:{href:t.statusUrl(t.status)}},[t._v("Go to post")]),t._v(" "),a("a",{staticClass:"list-group-item text-dark text-decoration-none",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.hidePost(t.status)}}},[t._v("Hide")]),t._v(" "),1!=t.activeSession||t.statusOwner(t.status)?t._e():a("a",{staticClass:"list-group-item text-danger font-weight-bold text-decoration-none",attrs:{href:t.reportUrl(t.status)}},[t._v("Report")]),t._v(" "),1==t.activeSession&&1==t.statusOwner(t.status)||1==t.profile.is_admin?a("div",{staticClass:"list-group-item text-danger font-weight-bold cursor-pointer",on:{click:function(e){return e.preventDefault(),t.deletePost.apply(null,arguments)}}},[t._v("Delete")]):t._e(),t._v(" "),a("a",{staticClass:"list-group-item text-lighter text-decoration-none",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.closeModal()}}},[t._v("Close")])])])])])])]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0 small text-muted"},[t._v("Adds a CW to every post "),a("br"),t._v(" made by this account.")])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0 small text-muted"},[t._v("Do not transform mentions, "),a("br"),t._v(" hashtags or urls into HTML.")])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0 small text-muted"},[t._v("Removes account from "),a("br"),t._v(" public/network timelines.")])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0 small text-muted"},[t._v("Temporarily disable account "),a("br"),t._v(" until next time user log in.")])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0 small text-muted"},[t._v("This prevents any new interactions, "),a("br"),t._v(" without deleting existing data.")])}]},37571:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[t.show?a("div",{staticClass:"card card-body p-0 border mt-md-4 mb-md-3 shadow-none"},[t.loading?a("div",{staticClass:"w-100 h-100 d-flex align-items-center justify-content-center"},[t._m(0)]):a("div",{staticClass:"d-flex align-items-center justify-content-start scrolly"},t._l(t.stories,(function(e,s){return a("div",{staticClass:"px-3 pt-3 text-center cursor-pointer",class:{seen:e.seen},on:{click:function(e){return t.showStory(s)}}},[a("span",{staticClass:"mb-1 ring",class:[e.seen?"not-seen":"",e.local?"":"remote"]},[a("img",{staticClass:"rounded-circle border",attrs:{src:e.avatar,width:"60",height:"60",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'"}})]),t._v(" "),a("p",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover",modifiers:{hover:!0}}],staticClass:"small font-weight-bold text-truncate",class:{"text-lighter":e.seen},staticStyle:{"max-width":"69px"},attrs:{placement:"bottom",title:e.username}},[t._v("\n\t\t\t\t\t"+t._s(e.username)+"\n\t\t\t\t")])])})),0)]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"spinner-border spinner-border-sm text-lighter",attrs:{role:"status"}},[a("span",{staticClass:"sr-only"},[t._v("Loading...")])])}]},74252:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"group-list-card"},[a("div",{staticClass:"media"},[a("div",{staticClass:"media align-items-center"},[t.group.metadata&&t.group.metadata.hasOwnProperty("header")?a("img",{staticClass:"mr-3 border rounded group-header-img",class:{compact:t.compact},attrs:{src:t.group.metadata.header.url}}):a("div",{staticClass:"mr-3 border rounded group-header-img",class:{compact:t.compact}},[t._m(0)]),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0 text-dark",staticStyle:{"font-size":"16px"}},[t._v("\n\t\t\t\t\t"+t._s(t.truncate(t.group.name||"Untitled Group",t.titleLength))+"\n\t\t\t\t")]),t._v(" "),a("p",{staticClass:"text-muted mb-1",staticStyle:{"font-size":"12px"}},[t._v("\n\t\t\t\t\t"+t._s(t.truncate(t.group.short_description,t.descriptionLength))+"\n\t\t\t\t")]),t._v(" "),t.showStats?a("p",{staticClass:"mb-0 small text-lighter"},[a("span",[a("i",{staticClass:"far fa-users"}),t._v(" "),a("span",{staticClass:"small font-weight-bold"},[t._v(t._s(t.prettyCount(t.group.member_count)))])]),t._v(" "),t.group.local?t._e():a("span",{staticClass:"remote-label ml-3"},[a("i",{staticClass:"fal fa-globe"}),t._v(" Remote\n\t\t\t\t\t")]),t._v(" "),t.group.hasOwnProperty("admin")&&t.group.admin.hasOwnProperty("username")?a("span",{staticClass:"ml-3"},[a("i",{staticClass:"fal fa-user-crown"}),t._v(" "),a("span",{staticClass:"small font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t@"+t._s(t.group.admin.username)+"\n\t\t\t\t\t\t")])]):t._e()]):t._e()])])])])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"bg-primary d-flex align-items-center justify-content-center rounded",staticStyle:{width:"100%",height:"100%"}},[e("i",{staticClass:"fal fa-users text-white fa-lg"})])}]},22372:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"modal-stack"},[a("b-modal",{ref:"ctxModal",attrs:{id:"ctx-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[a("div",{staticClass:"list-group text-center"},["archived"!==t.status.visibility?a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuGoToPost()}}},[t._v("View Post")]):t._e(),t._v(" "),"archived"!==t.status.visibility?a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuGoToProfile()}}},[t._v("View Profile")]):t._e(),t._v(" "),"archived"!==t.status.visibility?a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuShare()}}},[t._v("Share")]):t._e(),t._v(" "),t.status&&t.profile&&1==t.profile.is_admin&&"archived"!==t.status.visibility?a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxModMenuShow()}}},[t._v("Moderation Tools")]):t._e(),t._v(" "),t.status&&t.status.account.id!=t.profile.id?a("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.ctxMenuReportPost()}}},[t._v("Report")]):t._e(),t._v(" "),t.status&&t.profile.id==t.status.account.id&&"archived"!==t.status.visibility?a("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.archivePost(t.status)}}},[t._v("Archive")]):t._e(),t._v(" "),t.status&&t.profile.id==t.status.account.id&&"archived"==t.status.visibility?a("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.unarchivePost(t.status)}}},[t._v("Unarchive")]):t._e(),t._v(" "),t.status&&(t.profile.is_admin||t.profile.id==t.status.account.id)&&"archived"!==t.status.visibility?a("div",{staticClass:"list-group-item rounded cursor-pointer text-danger",on:{click:function(e){return t.deletePost(t.status)}}},[t._v("Delete")]):t._e(),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.closeCtxMenu()}}},[t._v("Cancel")])])]),t._v(" "),a("b-modal",{ref:"ctxModModal",attrs:{id:"ctx-mod-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[a("div",{staticClass:"list-group text-center"},[a("p",{staticClass:"py-2 px-3 mb-0"}),a("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Moderation Tools")]),t._v(" "),a("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),a("p"),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"unlist")}}},[t._v("Unlist from Timelines")]),t._v(" "),t.status.sensitive?a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"remcw")}}},[t._v("Remove Content Warning")]):a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"addcw")}}},[t._v("Add Content Warning")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.moderatePost(t.status,"spammer")}}},[t._v("\n\t\t\t\tMark as Spammer"),a("br"),t._v(" "),a("span",{staticClass:"small"},[t._v("Unlist + CW existing and future posts")])]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxModMenuClose()}}},[t._v("Cancel")])])]),t._v(" "),a("b-modal",{ref:"ctxModOtherModal",attrs:{id:"ctx-mod-other-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[a("div",{staticClass:"list-group text-center"},[a("p",{staticClass:"py-2 px-3 mb-0"}),a("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Moderation Tools")]),t._v(" "),a("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),a("p"),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.confirmModal()}}},[t._v("Unlist Posts")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.confirmModal()}}},[t._v("Moderation Log")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxModOtherMenuClose()}}},[t._v("Cancel")])])]),t._v(" "),a("b-modal",{ref:"ctxShareModal",attrs:{id:"ctx-share-modal",title:"Share","hide-footer":"","hide-header":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded text-center"}},[a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.shareStatus(t.status,e)}}},[t._v(t._s(t.status.reblogged?"Unshare":"Share")+" to Followers")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuCopyLink()}}},[t._v("Copy Link")]),t._v(" "),t.status&&1==t.status.local&&!t.status.in_reply_to_id?a("div",{staticClass:"list-group-item rounded cursor-pointer",on:{click:function(e){return t.ctxMenuEmbed()}}},[t._v("Embed")]):t._e(),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.closeCtxShareMenu()}}},[t._v("Cancel")])]),t._v(" "),a("b-modal",{ref:"ctxEmbedModal",attrs:{id:"ctx-embed-modal","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"md","body-class":"p-2 rounded"}},[a("div",[a("div",{staticClass:"form-group"},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedPayload,expression:"ctxEmbedPayload"}],staticClass:"form-control disabled text-monospace",staticStyle:{"overflow-y":"hidden",border:"1px solid #efefef","font-size":"12px","line-height":"18px",margin:"0 0 7px",resize:"none"},attrs:{rows:"8",disabled:""},domProps:{value:t.ctxEmbedPayload},on:{input:function(e){e.target.composing||(t.ctxEmbedPayload=e.target.value)}}})]),t._v(" "),a("div",{staticClass:"form-group pl-2 d-flex justify-content-center"},[a("div",{staticClass:"form-check mr-3"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedShowCaption,expression:"ctxEmbedShowCaption"}],staticClass:"form-check-input",attrs:{type:"checkbox",disabled:1==t.ctxEmbedCompactMode},domProps:{checked:Array.isArray(t.ctxEmbedShowCaption)?t._i(t.ctxEmbedShowCaption,null)>-1:t.ctxEmbedShowCaption},on:{change:function(e){var a=t.ctxEmbedShowCaption,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.ctxEmbedShowCaption=a.concat([null])):n>-1&&(t.ctxEmbedShowCaption=a.slice(0,n).concat(a.slice(n+1)))}else t.ctxEmbedShowCaption=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tShow Caption\n\t\t\t\t\t")])]),t._v(" "),a("div",{staticClass:"form-check mr-3"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedShowLikes,expression:"ctxEmbedShowLikes"}],staticClass:"form-check-input",attrs:{type:"checkbox",disabled:1==t.ctxEmbedCompactMode},domProps:{checked:Array.isArray(t.ctxEmbedShowLikes)?t._i(t.ctxEmbedShowLikes,null)>-1:t.ctxEmbedShowLikes},on:{change:function(e){var a=t.ctxEmbedShowLikes,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.ctxEmbedShowLikes=a.concat([null])):n>-1&&(t.ctxEmbedShowLikes=a.slice(0,n).concat(a.slice(n+1)))}else t.ctxEmbedShowLikes=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tShow Likes\n\t\t\t\t\t")])]),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.ctxEmbedCompactMode,expression:"ctxEmbedCompactMode"}],staticClass:"form-check-input",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.ctxEmbedCompactMode)?t._i(t.ctxEmbedCompactMode,null)>-1:t.ctxEmbedCompactMode},on:{change:function(e){var a=t.ctxEmbedCompactMode,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.ctxEmbedCompactMode=a.concat([null])):n>-1&&(t.ctxEmbedCompactMode=a.slice(0,n).concat(a.slice(n+1)))}else t.ctxEmbedCompactMode=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-light"},[t._v("\n\t\t\t\t\t\tCompact Mode\n\t\t\t\t\t")])])]),t._v(" "),a("hr"),t._v(" "),a("button",{class:t.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",attrs:{disabled:t.copiedEmbed},on:{click:t.ctxCopyEmbed}},[t._v(t._s(t.copiedEmbed?"Embed Code Copied!":"Copy Embed Code"))]),t._v(" "),a("p",{staticClass:"mb-0 px-2 small text-muted"},[t._v("By using this embed, you agree to our "),a("a",{attrs:{href:"/site/terms"}},[t._v("Terms of Use")])])])]),t._v(" "),a("b-modal",{ref:"ctxReport",attrs:{id:"ctx-report","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[a("p",{staticClass:"py-2 px-3 mb-0"}),a("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Report")]),t._v(" "),a("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),a("p"),t._v(" "),a("div",{staticClass:"list-group text-center"},[a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("spam")}}},[t._v("Spam")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("sensitive")}}},[t._v("Sensitive Content")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("abusive")}}},[t._v("Abusive or Harmful")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.openCtxReportOtherMenu()}}},[t._v("Other")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxReportMenuGoBack()}}},[t._v("Cancel")])])]),t._v(" "),a("b-modal",{ref:"ctxReportOther",attrs:{id:"ctx-report-other","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[a("p",{staticClass:"py-2 px-3 mb-0"}),a("div",{staticClass:"text-center font-weight-bold text-danger"},[t._v("Report")]),t._v(" "),a("div",{staticClass:"small text-center text-muted"},[t._v("Select one of the following options")]),t._v(" "),a("p"),t._v(" "),a("div",{staticClass:"list-group text-center"},[a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("underage")}}},[t._v("Underage Account")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("copyright")}}},[t._v("Copyright Infringement")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("impersonation")}}},[t._v("Impersonation")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer font-weight-bold",on:{click:function(e){return t.sendReport("scam")}}},[t._v("Scam or Fraud")]),t._v(" "),a("div",{staticClass:"list-group-item rounded cursor-pointer text-lighter",on:{click:function(e){return t.ctxReportOtherMenuGoBack()}}},[t._v("Cancel")])])]),t._v(" "),a("b-modal",{ref:"ctxConfirm",attrs:{id:"ctx-confirm","hide-header":"","hide-footer":"",centered:"",rounded:"",size:"sm","body-class":"list-group-flush p-0 rounded"}},[a("div",{staticClass:"d-flex align-items-center justify-content-center py-3"},[a("div",[t._v(t._s(this.confirmModalTitle))])]),t._v(" "),a("div",{staticClass:"d-flex border-top btn-group btn-group-block rounded-0",attrs:{role:"group"}},[a("button",{staticClass:"btn btn-outline-lighter border-left-0 border-top-0 border-bottom-0 border-right py-2",staticStyle:{color:"rgb(0,122,255) !important"},attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.confirmModalCancel()}}},[t._v("Cancel")]),t._v(" "),a("button",{staticClass:"btn btn-outline-lighter border-0",staticStyle:{color:"rgb(0,122,255) !important"},attrs:{type:"button"},on:{click:function(e){return e.preventDefault(),t.confirmModalConfirm()}}},[t._v("Confirm")])])])],1)},i=[]},37860:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("div",{staticClass:"card shadow-none rounded-0",class:{border:t.showBorder,"border-top-0":!t.showBorderTop}},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"media"},[a("img",{staticClass:"rounded-circle box-shadow mr-2",attrs:{src:t.status.account.avatar,width:"32px",height:"32px",alt:"avatar"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("div",{staticClass:"pl-2 d-flex align-items-top"},[a("a",{staticClass:"username font-weight-bold text-dark text-decoration-none text-break",attrs:{href:"#"}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.status.account.acct)+"\n\t\t\t\t\t\t")]),t._v(" "),a("span",{staticClass:"px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),a("a",{staticClass:"font-weight-bold text-lighter",attrs:{href:t.statusUrl(t.status)}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.shortTimestamp(t.status.created_at))+"\n\t\t\t\t\t\t")]),t._v(" "),a("span",{staticClass:"d-none d-md-block px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),t._m(0),t._v(" "),a("span",{staticClass:"d-none d-md-block px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),a("span",{staticClass:"d-none d-md-block px-1 text-lighter font-weight-bold"},[t.status.poll.expired?a("span",[t._v("\n\t\t\t\t\t\t\t\tClosed\n\t\t\t\t\t\t\t")]):a("span",[t._v("\n\t\t\t\t\t\t\t\tCloses in "+t._s(t.shortTimestampAhead(t.status.poll.expires_at))+"\n\t\t\t\t\t\t\t")])]),t._v(" "),a("span",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[a("button",{staticClass:"btn btn-link text-dark py-0",attrs:{type:"button"},on:{click:function(e){return t.ctxMenu()}}},[a("span",{staticClass:"fas fa-ellipsis-h text-lighter"}),t._v(" "),a("span",{staticClass:"sr-only"},[t._v("Post Menu")])])])]),t._v(" "),a("div",{staticClass:"pl-2"},[a("div",{staticClass:"poll py-3"},[a("div",{staticClass:"pt-2 text-break d-flex align-items-center mb-3",staticStyle:{"font-size":"17px"}},[t._m(1),t._v(" "),a("span",{staticClass:"font-weight-bold ml-3",domProps:{innerHTML:t._s(t.status.content)}})]),t._v(" "),a("div",{staticClass:"mb-2"},["vote"===t.tab?a("div",[t._l(t.status.poll.options,(function(e,s){return a("p",[a("button",{staticClass:"btn btn-block lead rounded-pill",class:[s==t.selectedIndex?"btn-primary":"btn-outline-primary"],attrs:{disabled:!t.authenticated},on:{click:function(e){return t.selectOption(s)}}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t\t\t\t\t\t\t")])])})),t._v(" "),null!=t.selectedIndex?a("p",{staticClass:"text-right"},[a("button",{staticClass:"btn btn-primary btn-sm font-weight-bold px-3",on:{click:function(e){return t.submitVote()}}},[t._v("Vote")])]):t._e()],2):"voted"===t.tab?a("div",t._l(t.status.poll.options,(function(e,s){return a("div",{staticClass:"mb-3"},[a("button",{staticClass:"btn btn-block lead rounded-pill",class:[s==t.selectedIndex?"btn-primary":"btn-outline-secondary"],attrs:{disabled:""}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("div",{staticClass:"font-weight-bold"},[a("span",{staticClass:"text-muted"},[t._v(t._s(t.calculatePercentage(e))+"%")]),t._v(" "),a("span",{staticClass:"small text-lighter"},[t._v("("+t._s(e.votes_count)+" "+t._s(1==e.votes_count?"vote":"votes")+")")])])])})),0):"results"===t.tab?a("div",t._l(t.status.poll.options,(function(e,s){return a("div",{staticClass:"mb-3"},[a("button",{staticClass:"btn btn-outline-secondary btn-block lead rounded-pill",attrs:{disabled:""}},[t._v("\n\t\t\t\t\t\t\t\t\t\t\t"+t._s(e.title)+"\n\t\t\t\t\t\t\t\t\t\t")]),t._v(" "),a("div",{staticClass:"font-weight-bold"},[a("span",{staticClass:"text-muted"},[t._v(t._s(t.calculatePercentage(e))+"%")]),t._v(" "),a("span",{staticClass:"small text-lighter"},[t._v("("+t._s(e.votes_count)+" "+t._s(1==e.votes_count?"vote":"votes")+")")])])])})),0):t._e()]),t._v(" "),a("div",[a("p",{staticClass:"mb-0 small text-lighter font-weight-bold d-flex justify-content-between"},[a("span",[t._v(t._s(t.status.poll.votes_count)+" votes")]),t._v(" "),"results"!=t.tab&&t.authenticated&&!t.activeRefreshTimeout&1!=t.status.poll.expired&&t.status.poll.voted?a("a",{staticClass:"text-lighter",attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.refreshResults()}}},[t._v("Refresh Results")]):t._e(),t._v(" "),"results"!=t.tab&&t.authenticated&&t.refreshingResults?a("span",{staticClass:"text-lighter"},[t._m(2)]):t._e()])]),t._v(" "),a("div",[a("span",{staticClass:"d-block d-md-none small text-lighter font-weight-bold"},[t.status.poll.expired?a("span",[t._v("\n\t\t\t\t\t\t\t\t\t\tClosed\n\t\t\t\t\t\t\t\t\t")]):a("span",[t._v("\n\t\t\t\t\t\t\t\t\t\tCloses in "+t._s(t.shortTimestampAhead(t.status.poll.expires_at))+"\n\t\t\t\t\t\t\t\t\t")])])])])])])])])]),t._v(" "),a("context-menu",{ref:"contextMenu",attrs:{status:t.status,profile:t.profile},on:{"status-delete":t.statusDeleted}})],1)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("span",{staticClass:"d-none d-md-block px-1 text-primary font-weight-bold"},[a("i",{staticClass:"fas fa-poll-h"}),t._v(" Poll "),a("sup",{staticClass:"text-lighter"},[t._v("BETA")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("span",{staticClass:"btn btn-primary px-2 py-1"},[e("i",{staticClass:"fas fa-poll-h fa-lg"})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"spinner-border spinner-border-sm",attrs:{role:"status"}},[a("span",{staticClass:"sr-only"},[t._v("Loading...")])])}]},91927:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"status-card-component",class:{"status-card-sm":"small"===t.size}},["text"===t.status.pf_type?a("div",{staticClass:"card shadow-none border rounded-0",class:{"border-top-0":!t.hasTopBorder}},[a("div",{staticClass:"card-body"},[a("div",{staticClass:"media"},[a("img",{staticClass:"rounded-circle box-shadow mr-2",attrs:{src:t.status.account.avatar,width:"32px",height:"32px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'",alt:"avatar"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("div",{staticClass:"pl-2 d-flex align-items-top"},[a("a",{staticClass:"username font-weight-bold text-dark text-decoration-none text-break",attrs:{href:t.profileUrl(t.status)},domProps:{innerHTML:t._s(t.statusCardUsernameFormat(t.status))}},[t._v("\n\t\t\t\t\t\t\tLoading...\n\t\t\t\t\t\t")]),t._v(" "),a("span",{staticClass:"px-1 text-lighter"},[t._v("\n\t\t\t\t\t\t\t·\n\t\t\t\t\t\t")]),t._v(" "),a("a",{staticClass:"font-weight-bold text-lighter",attrs:{href:t.statusUrl(t.status)}},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.shortTimestamp(t.status.created_at))+"\n\t\t\t\t\t\t")]),t._v(" "),a("span",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[a("button",{staticClass:"btn btn-link text-dark py-0",attrs:{type:"button"},on:{click:function(e){return t.ctxMenu()}}},[a("span",{staticClass:"fas fa-ellipsis-h text-lighter"}),t._v(" "),a("span",{staticClass:"sr-only"},[t._v("Post Menu")])])])]),t._v(" "),a("div",{staticClass:"pl-2"},[t.status.sensitive?a("details",[a("summary",{staticClass:"mb-2 font-weight-bold text-muted"},[t._v("Content Warning")]),t._v(" "),a("p",{staticClass:"pt-2 text-break status-content",domProps:{innerHTML:t._s(t.status.content)}})]):a("p",{staticClass:"pt-2 text-break status-content",domProps:{innerHTML:t._s(t.status.content)}}),t._v(" "),a("p",{staticClass:"mb-0"},[a("i",{staticClass:"fa-heart fa-lg cursor-pointer mr-3",class:{"far text-muted":!t.status.favourited,"fas text-danger":t.status.favourited},on:{click:function(e){return t.likeStatus(t.status,e)}}}),t._v(" "),a("i",{staticClass:"far fa-comment cursor-pointer text-muted fa-lg mr-3",on:{click:function(e){return t.commentFocus(t.status,e)}}})])])])])])]):"poll"===t.status.pf_type?a("div",[a("poll-card",{attrs:{status:t.status,profile:t.profile},on:{"status-delete":t.statusDeleted}})],1):a("div",{staticClass:"card rounded-0 border-top-0 status-card card-md-rounded-0 shadow-none border"},[t.status?a("div",{staticClass:"card-header d-inline-flex align-items-center bg-white"},[a("div",[a("img",{staticClass:"rounded-circle box-shadow",attrs:{src:t.status.account.avatar,width:"32px",height:"32px",onerror:"this.onerror=null;this.src='/storage/avatars/default.png?v=2'",alt:"avatar"}})]),t._v(" "),a("div",{staticClass:"pl-2"},[a("a",{staticClass:"username font-weight-bold text-dark text-decoration-none text-break",attrs:{href:t.profileUrl(t.status)},domProps:{innerHTML:t._s(t.statusCardUsernameFormat(t.status))}},[t._v("\n\t\t\t\t\tLoading...\n\t\t\t\t")]),t._v(" "),t.status.account.is_admin?a("span",{staticClass:"fa-stack",staticStyle:{height:"1em","line-height":"1em","max-width":"19px"},attrs:{title:"Admin Account","data-toggle":"tooltip"}},[a("i",{staticClass:"fas fa-certificate text-danger fa-stack-1x"}),t._v(" "),a("i",{staticClass:"fas fa-crown text-white fa-sm fa-stack-1x",staticStyle:{"font-size":"7px"}})]):t._e(),t._v(" "),a("div",{staticClass:"d-flex align-items-center"},[t.status.place?a("a",{staticClass:"small text-decoration-none text-muted",attrs:{href:"/discover/places/"+t.status.place.id+"/"+t.status.place.slug,title:"Location","data-toggle":"tooltip"}},[a("i",{staticClass:"fas fa-map-marked-alt"}),t._v(" "+t._s(t.status.place.name)+", "+t._s(t.status.place.country))]):t._e()])]),t._v(" "),t.canFollow(t.status)?a("div",[a("span",{staticClass:"px-2"}),t._v(" "),a("button",{staticClass:"btn btn-primary btn-sm font-weight-bold py-1 px-3 rounded-lg",on:{click:function(e){return t.follow(t.status.account.id)}}},[a("i",{staticClass:"far fa-user-plus mr-1"}),t._v(" Follow")])]):t._e(),t._v(" "),t.status.hasOwnProperty("relationship")&&t.status.relationship.hasOwnProperty("following")&&t.status.relationship.following?a("div",[a("span",{staticClass:"px-2"}),t._v(" "),a("button",{staticClass:"btn btn-outline-primary btn-sm font-weight-bold py-1 px-3 rounded-lg",on:{click:function(e){return t.unfollow(t.status.account.id)}}},[a("i",{staticClass:"far fa-user-check mr-1"}),t._v(" Following")])]):t._e(),t._v(" "),a("div",{staticClass:"text-right",staticStyle:{"flex-grow":"1"}},[a("button",{staticClass:"btn btn-link text-dark py-0",attrs:{type:"button"},on:{click:function(e){return t.ctxMenu()}}},[a("span",{staticClass:"fas fa-ellipsis-h text-lighter"}),t._v(" "),a("span",{staticClass:"sr-only"},[t._v("Post Menu")])])])]):t._e(),t._v(" "),a("div",{staticClass:"postPresenterContainer",staticStyle:{background:"#000"}},["photo"===t.status.pf_type?a("div",{staticClass:"w-100"},[a("photo-presenter",{attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}})],1):"video"===t.status.pf_type?a("div",{staticClass:"w-100"},[a("video-presenter",{attrs:{status:t.status},on:{togglecw:function(e){t.status.sensitive=!1}}})],1):"photo:album"===t.status.pf_type?a("div",{staticClass:"w-100"},[a("photo-album-presenter",{attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}})],1):"video:album"===t.status.pf_type?a("div",{staticClass:"w-100"},[a("video-album-presenter",{attrs:{status:t.status},on:{togglecw:function(e){t.status.sensitive=!1}}})],1):"photo:video:album"===t.status.pf_type?a("div",{staticClass:"w-100"},[a("mixed-album-presenter",{attrs:{status:t.status},on:{lightbox:t.lightbox,togglecw:function(e){t.status.sensitive=!1}}})],1):a("div",{staticClass:"w-100"},[a("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[t._v("Error: Problem rendering preview.")])])]),t._v(" "),t.config.features.label.covid.enabled&&t.status.label&&1==t.status.label.covid?a("div",{staticClass:"card-body border-top border-bottom py-2 cursor-pointer pr-2",on:{click:function(e){return t.labelRedirect()}}},[a("p",{staticClass:"font-weight-bold d-flex justify-content-between align-items-center mb-0"},[a("span",[a("i",{staticClass:"fas fa-info-circle mr-2"}),t._v("\n\t\t\t\t\tFor information about COVID-19, "+t._s(t.config.features.label.covid.org)+"\n\t\t\t\t")]),t._v(" "),t._m(0)])]):t._e(),t._v(" "),a("div",{staticClass:"card-body"},[t.reactionBar?a("div",{staticClass:"reactions my-1 pb-2"},[t.status.favourited?a("h3",{staticClass:"fas fa-heart text-danger pr-3 m-0 cursor-pointer",attrs:{title:"Like"},on:{click:function(e){return t.likeStatus(t.status,e)}}}):a("h3",{staticClass:"fal fa-heart pr-3 m-0 like-btn text-dark cursor-pointer",attrs:{title:"Like"},on:{click:function(e){return t.likeStatus(t.status,e)}}}),t._v(" "),t.status.comments_disabled?t._e():a("h3",{staticClass:"fal fa-comment text-dark pr-3 m-0 cursor-pointer",attrs:{title:"Comment"},on:{click:function(e){return t.commentFocus(t.status,e)}}}),t._v(" "),t.status.taggedPeople.length?a("span",{staticClass:"float-right"},[a("span",{staticClass:"font-weight-light small",staticStyle:{color:"#718096"}},[a("i",{staticClass:"far fa-user",attrs:{"data-toggle":"tooltip",title:"Tagged People"}}),t._v(" "),t._l(t.status.taggedPeople,(function(t,e){return a("span",{staticClass:"mr-n2"},[a("a",{attrs:{href:"/"+t.username}},[a("img",{staticClass:"border rounded-circle",attrs:{src:t.avatar,width:"20px",height:"20px","data-toggle":"tooltip",title:"@"+t.username,alt:"Avatar"}})])])}))],2)]):t._e()]):t._e(),t._v(" "),t.status.liked_by.username&&t.status.liked_by.username!==t.profile.username?a("div",{staticClass:"likes mb-1"},[a("span",{staticClass:"like-count"},[t._v("Liked by\n\t\t\t\t\t"),a("a",{staticClass:"font-weight-bold text-dark",attrs:{href:t.status.liked_by.url}},[t._v(t._s(t.status.liked_by.username))]),t._v(" "),1==t.status.liked_by.others?a("span",[t._v("\n\t\t\t\t\t\tand "),t.status.liked_by.total_count_pretty?a("span",{staticClass:"font-weight-bold"},[t._v(t._s(t.status.liked_by.total_count_pretty))]):t._e(),t._v(" "),a("span",{staticClass:"font-weight-bold"},[t._v("others")])]):t._e()])]):t._e(),t._v(" "),"text"!=t.status.pf_type?a("div",{staticClass:"caption"},[t.status.sensitive?t._e():a("p",{staticClass:"mb-2 read-more",staticStyle:{overflow:"hidden"}},[a("span",{staticClass:"username font-weight-bold"},[a("bdi",[a("a",{staticClass:"text-dark",attrs:{href:t.profileUrl(t.status)}},[t._v(t._s(t.status.account.username))])])]),t._v(" "),a("span",{staticClass:"status-content",domProps:{innerHTML:t._s(t.content)}})])]):t._e(),t._v(" "),a("div",{staticClass:"timestamp mt-2"},[a("p",{staticClass:"small mb-0"},["archived"!=t.status.visibility?a("a",{staticClass:"text-muted text-uppercase",attrs:{href:t.statusUrl(t.status)}},[a("timeago",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.bottom",modifiers:{hover:!0,bottom:!0}}],attrs:{datetime:t.status.created_at,"auto-update":60,"converter-options":{includeSeconds:!0},title:t.timestampFormat(t.status.created_at)}})],1):a("span",{staticClass:"text-muted text-uppercase"},[t._v("\n\t\t\t\t\t\tPosted "),a("timeago",{directives:[{name:"b-tooltip",rawName:"v-b-tooltip.hover.bottom",modifiers:{hover:!0,bottom:!0}}],attrs:{datetime:t.status.created_at,"auto-update":60,"converter-options":{includeSeconds:!0},title:t.timestampFormat(t.status.created_at)}})],1),t._v(" "),t.recommended?a("span",[a("span",{staticClass:"px-1"},[t._v("·")]),t._v(" "),a("span",{staticClass:"text-muted"},[t._v("Based on popular and trending content")])]):t._e()])])])]),t._v(" "),a("context-menu",{ref:"contextMenu",attrs:{status:t.status,profile:t.profile},on:{"status-delete":t.statusDeleted}})],1)},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("span",[e("i",{staticClass:"fas fa-chevron-right text-lighter"})])}]},34812:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return 1==t.status.sensitive?a("div",[a("details",{staticClass:"details-animated"},[a("summary",[a("p",{staticClass:"mb-0 lead font-weight-bold"},[t._v(t._s(t.status.spoiler_text?t.status.spoiler_text:"CW / NSFW / Hidden Media"))]),t._v(" "),a("p",{staticClass:"font-weight-light"},[t._v("(click to show)")])]),t._v(" "),a("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:t.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},t._l(t.status.media_attachments,(function(e,s){return a("b-carousel-slide",{key:e.id+"-media"},["video"==e.type?a("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:e.description,width:"100%",height:"100%"},slot:"img"},[a("source",{attrs:{src:e.url,type:e.mime}})]):"image"==e.type?a("div",{attrs:{slot:"img",title:e.description},slot:"img"},[a("img",{class:e.filter_class+" d-block img-fluid w-100",attrs:{src:e.url,alt:e.description,loading:"lazy",onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})]):a("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[t._v("Error: Problem rendering preview.")])])})),1)],1)]):a("div",{staticClass:"w-100 h-100 p-0"},[a("carousel",{ref:"carousel",staticClass:"p-0 m-0",attrs:{centerMode:!0,loop:!1,"per-page":1,paginationPosition:"bottom-overlay",paginationActiveColor:"#3897f0",paginationColor:"#dbdbdb"}},t._l(t.status.media_attachments,(function(e,s){return a("slide",{key:"px-carousel-"+e.id+"-"+s,staticClass:"w-100 h-100 d-block mx-auto text-center",staticStyle:{background:"#000",display:"flex","align-items":"center"}},["video"==e.type?a("video",{staticClass:"embed-responsive-item",attrs:{preload:"none",controls:"",loop:"",title:e.description,width:"100%",height:"100%"}},[a("source",{attrs:{src:e.url,type:e.mime}})]):"image"==e.type?a("div",{attrs:{title:e.description}},[a("img",{class:e.filter_class+" img-fluid w-100",attrs:{src:e.url,alt:e.description,loading:"lazy",onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}})]):a("p",{staticClass:"text-center p-0 font-weight-bold text-white"},[t._v("Error: Problem rendering preview.")])])})),1)],1)},i=[]},21761:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return 1==t.status.sensitive?a("div",{staticClass:"content-label-wrapper"},[a("div",{staticClass:"text-light content-label"},[t._m(0),t._v(" "),a("p",{staticClass:"h4 font-weight-bold text-center"},[t._v("\n\t\t\tSensitive Content\n\t\t")]),t._v(" "),a("p",{staticClass:"text-center py-2"},[t._v("\n\t\t\t"+t._s(t.status.spoiler_text?t.status.spoiler_text:"This album may contain sensitive content.")+"\n\t\t")]),t._v(" "),a("p",{staticClass:"mb-0"},[a("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(e){return t.toggleContentWarning()}}},[t._v("See Post")])])]),t._v(" "),a("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:t.status.media_attachments[0].blurhash,alt:t.altText(t.status)}})],1):a("div",{staticClass:"w-100 h-100 p-0"},[a("carousel",{ref:"carousel",staticClass:"p-0 m-0",attrs:{centerMode:!0,loop:!1,"per-page":1,paginationPosition:"bottom-overlay",paginationActiveColor:"#3897f0",paginationColor:"#dbdbdb"}},t._l(t.status.media_attachments,(function(e,s){return a("slide",{key:"px-carousel-"+e.id+"-"+s,staticStyle:{background:"#000",display:"flex","align-items":"center"},attrs:{title:e.description}},[a("img",{class:e.filter_class+" img-fluid w-100 p-0",attrs:{src:e.url,alt:t.altText(e),loading:"lazy",onerror:"this.onerror=null;this.src='/storage/no-preview.png'"}}),t._v(" "),!t.status.sensitive&&t.sensitive?a("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",top:"0",right:"0","border-top-left-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(e){t.status.sensitive=!0}}},[a("i",{staticClass:"fas fa-eye-slash fa-lg"})]):t._e(),t._v(" "),t.status.media_attachments[0].license?a("p",{staticStyle:{"margin-bottom":"0",padding:"0 5px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",bottom:"0",right:"0","border-top-left-radius":"5px",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"}},[a("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.url}},[t._v("Photo")]),t._v(" by "),a("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.account.url}},[t._v("@"+t._s(t.status.account.username))]),t._v(" licensed under "),a("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.media_attachments[0].license.url}},[t._v(t._s(t.status.media_attachments[0].license.title))])]):t._e()])})),1)],1)},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("p",{staticClass:"text-center"},[e("i",{staticClass:"far fa-eye-slash fa-2x"})])}]},65654:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return 1==t.status.sensitive?a("div",{staticClass:"content-label-wrapper"},[a("div",{staticClass:"text-light content-label"},[t._m(0),t._v(" "),a("p",{staticClass:"h4 font-weight-bold text-center"},[t._v("\n\t\t\tSensitive Content\n\t\t")]),t._v(" "),a("p",{staticClass:"text-center py-2"},[t._v("\n\t\t\t"+t._s(t.status.spoiler_text?t.status.spoiler_text:"This post may contain sensitive content.")+"\n\t\t")]),t._v(" "),a("p",{staticClass:"mb-0"},[a("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(e){return t.toggleContentWarning()}}},[t._v("See Post")])])]),t._v(" "),a("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:t.status.media_attachments[0].blurhash,alt:t.altText(t.status)}})],1):a("div",[a("div",{staticStyle:{position:"relative"},attrs:{title:t.status.media_attachments[0].description}},[a("img",{staticClass:"card-img-top",attrs:{src:t.status.media_attachments[0].url,loading:"lazy",alt:t.altText(t.status),width:t.width(),height:t.height(),onerror:"this.onerror=null;this.src='/storage/no-preview.png'"},on:{click:function(e){return e.preventDefault(),t.toggleLightbox.apply(null,arguments)}}}),t._v(" "),!t.status.sensitive&&t.sensitive?a("p",{staticStyle:{"margin-top":"0",padding:"10px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",top:"0",right:"0","border-top-left-radius":"5px",cursor:"pointer",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"},on:{click:function(e){t.status.sensitive=!0}}},[a("i",{staticClass:"fas fa-eye-slash fa-lg"})]):t._e(),t._v(" "),t.status.media_attachments[0].license?a("p",{staticStyle:{"margin-bottom":"0",padding:"0 5px",color:"#fff","font-size":"10px","text-align":"right",position:"absolute",bottom:"0",right:"0","border-top-left-radius":"5px",background:"linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5))"}},[a("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.url}},[t._v("Photo")]),t._v(" by "),a("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.account.url}},[t._v("@"+t._s(t.status.account.username))]),t._v(" licensed under "),a("a",{staticClass:"font-weight-bold text-light",attrs:{href:t.status.media_attachments[0].license.url}},[t._v(t._s(t.status.media_attachments[0].license.title))])]):t._e()])])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("p",{staticClass:"text-center"},[e("i",{staticClass:"far fa-eye-slash fa-2x"})])}]},36310:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return 1==t.status.sensitive?a("div",[a("details",{staticClass:"details-animated"},[a("summary",[a("p",{staticClass:"mb-0 lead font-weight-bold"},[t._v(t._s(t.status.spoiler_text?t.status.spoiler_text:"CW / NSFW / Hidden Media"))]),t._v(" "),a("p",{staticClass:"font-weight-light"},[t._v("(click to show)")])]),t._v(" "),a("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:t.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},t._l(t.status.media_attachments,(function(t,e){return a("b-carousel-slide",{key:t.id+"-media"},[a("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:t.description,width:"100%",height:"100%"},slot:"img"},[a("source",{attrs:{src:t.url,type:t.mime}})])])})),1)],1)]):a("div",[a("b-carousel",{staticStyle:{"text-shadow":"1px 1px 2px #333","background-color":"#000"},attrs:{id:t.status.id+"-carousel",controls:"","img-blank":"",background:"#ffffff",interval:0}},t._l(t.status.media_attachments,(function(t,e){return a("b-carousel-slide",{key:t.id+"-media"},[a("video",{staticClass:"embed-responsive-item",attrs:{slot:"img",preload:"none",controls:"",playsinline:"",loop:"",alt:t.description,width:"100%",height:"100%"},slot:"img"},[a("source",{attrs:{src:t.url,type:t.mime}})])])})),1)],1)},i=[]},38508:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return 1==t.status.sensitive?a("div",{staticClass:"content-label-wrapper"},[a("div",{staticClass:"text-light content-label"},[t._m(0),t._v(" "),a("p",{staticClass:"h4 font-weight-bold text-center"},[t._v("\n\t\t\tSensitive Content\n\t\t")]),t._v(" "),a("p",{staticClass:"text-center py-2"},[t._v("\n\t\t\t"+t._s(t.status.spoiler_text?t.status.spoiler_text:"This post may contain sensitive content.")+"\n\t\t")]),t._v(" "),a("p",{staticClass:"mb-0"},[a("button",{staticClass:"btn btn-outline-light btn-block btn-sm font-weight-bold",on:{click:function(e){return t.toggleContentWarning()}}},[t._v("See Post")])])]),t._v(" "),a("blur-hash-image",{attrs:{width:"32",height:"32",punch:1,hash:t.status.media_attachments[0].blurhash,alt:t.altText(t.status)}})],1):a("div",{staticClass:"embed-responsive embed-responsive-16by9"},[a("video",{staticClass:"video",attrs:{controls:"",playsinline:"",preload:"metadata",loop:"","data-id":t.status.id}},[a("source",{attrs:{src:t.status.media_attachments[0].url,type:t.status.media_attachments[0].mime}})])])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("p",{staticClass:"text-center"},[e("i",{staticClass:"far fa-eye-slash fa-2x"})])}]},46336:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-accessibility-component"},[a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.reduceMotion,expression:"reduceMotion"}],staticClass:"form-check-input",attrs:{type:"checkbox",name:"reduce_motion",id:"reduce_motion"},domProps:{checked:Array.isArray(t.reduceMotion)?t._i(t.reduceMotion,null)>-1:t.reduceMotion},on:{change:function(e){var a=t.reduceMotion,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.reduceMotion=a.concat([null])):n>-1&&(t.reduceMotion=a.slice(0,n).concat(a.slice(n+1)))}else t.reduceMotion=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:"reduce_motion"}},[t._v("Reduce Motion")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Prevent animation effects.")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.highContrast,expression:"highContrast"}],staticClass:"form-check-input",attrs:{type:"checkbox",name:"high_contrast_mode",id:"high_contrast_mode"},domProps:{checked:Array.isArray(t.highContrast)?t._i(t.highContrast,null)>-1:t.highContrast},on:{change:function(e){var a=t.highContrast,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.highContrast=a.concat([null])):n>-1&&(t.highContrast=a.slice(0,n).concat(a.slice(n+1)))}else t.highContrast=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:"high_contrast_mode"}},[t._v("\n\t\t\tHigh Contrast Mode\n\t\t")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("High contrast mode for the visually impaired.")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.videoAutoplay,expression:"videoAutoplay"}],staticClass:"form-check-input",attrs:{type:"checkbox",name:"video_autoplay",id:"video_autoplay"},domProps:{checked:Array.isArray(t.videoAutoplay)?t._i(t.videoAutoplay,null)>-1:t.videoAutoplay},on:{change:function(e){var a=t.videoAutoplay,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.videoAutoplay=a.concat([null])):n>-1&&(t.videoAutoplay=a.slice(0,n).concat(a.slice(n+1)))}else t.videoAutoplay=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:"video_autoplay"}},[t._v("\n\t\t\tDisable video autoplay\n\t\t")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Prevent videos from autoplaying.")])])])},i=[]},75024:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-profile-component"},[a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold",attrs:{for:"email"}},[t._v("Email")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.email.masked,expression:"email.masked"}],staticClass:"form-control",attrs:{type:"email",placeholder:"Email Address",disabled:t.email.disabled},domProps:{value:t.email.masked},on:{input:function(e){e.target.composing||t.$set(t.email,"masked",e.target.value)}}}),t._v(" "),a("div",{staticClass:"d-flex justify-content-between"},[t.profile.email_verified_at?a("p",{staticClass:"help-text small text-muted font-weight-bold mb-0"},[a("span",{staticClass:"text-success mr-1"},[t._v("Verified")]),t._v(" "+t._s(t.timeago(t.profile.email_verified_at))+" ago\n\t\t\t\t\t")]):a("p",{staticClass:"help-text small text-muted font-weight-bold mb-0"},[a("span",{staticClass:"text-danger mr-1"},[t._v("Unverified")]),t._v(" "),t.config.enforce_email_verification?a("span",[t._v("\n\t\t\t\t\t\t\tYou need to "),a("a",{attrs:{href:"/i/verify-email"}},[t._v("verify your email")]),t._v(".\n\t\t\t\t\t\t")]):a("span",[t._v("You should "),a("a",{attrs:{href:"/i/verify-email"}},[t._v("verify your email")]),t._v(" to maintain access to this account in the event you need to reset your password")])]),t._v(" "),t._m(0)])])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold",attrs:{for:"language"}},[t._v("Language")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("select",{directives:[{name:"model",rawName:"v-model",value:t.language,expression:"language"}],staticClass:"form-control",attrs:{name:"language"},on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.language=e.target.multiple?a:a[0]}}},t._l(t.config.languages,(function(e,s){return a("option",{domProps:{value:e.value}},[t._v(t._s(e.name))])})),0)])])])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"help-text small font-weight-bold mb-0"},[a("a",{attrs:{href:"/settings/email"}},[t._v("Change email address")])])}]},1603:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-appearance-component"},[a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold"},[t._v("Theme")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("div",{staticClass:"d-flex"},[a("button",{staticClass:"card card-body shadow-none border mx-2 p-3 align-items-center text-muted",class:{"border-primary":"light"==t.theme,"text-lighter":"light"!=t.theme},on:{click:function(e){return t.toggleTheme("light")}}},[a("img",{staticClass:"mb-3 border rounded-lg",staticStyle:{width:"100%",height:"auto","max-height":"60px","object-fit":"cover"},attrs:{src:"/img/settings/light.png"}}),t._v(" "),a("p",{staticClass:"mb-0 font-weight-bold text-center"},[t._v("Light Mode")])]),t._v(" "),a("button",{staticClass:"card card-body shadow-none border mx-2 p-3 align-items-center text-muted",class:{"border-primary":"dark"==t.theme,"text-lighter":"dark"!=t.theme},on:{click:function(e){return t.toggleTheme("dark")}}},[a("img",{staticClass:"mb-3 border rounded-lg",staticStyle:{width:"100%",height:"auto","max-height":"60px","object-fit":"cover"},attrs:{src:"/img/settings/dark.png"}}),t._v(" "),a("p",{staticClass:"mb-0 font-weight-bold text-center"},[t._v("Dark Mode")])])]),t._v(" "),a("p",{staticClass:"help-text small text-muted ml-2 mt-2 font-weight-bold"},[t._v("Dark Mode is not optimized for all features and pages, you may experience issues.")])])])])},i=[]},59500:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-archive-component"},[a("div",[a("ul",{staticClass:"nav nav-tabs"},t._l(t.tabs,(function(e,s){return a("li",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link",class:{active:s==t.tabIndex,"font-weight-bold":s==t.tabIndex},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.toggleTab(s)}}},[t._v("\n\t\t\t\t\t"+t._s(e)+" "),1==s&&t.recentUnarchived&&t.recentUnarchived.length?a("span",{staticClass:"badge badge-danger rounded-pill ml-2"},[t._v(t._s(t.recentUnarchived.length)+" ")]):t._e()])])})),0)]),t._v(" "),0==t.tabIndex?a("div",{staticClass:"list-group",staticStyle:{"margin-top":"-1px"}},[t.archivesLoaded?a("div",[t._l(t.archives,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[a("div",[e.media_attachments&&e.media_attachments.length?a("img",{staticClass:"mr-3 rounded",staticStyle:{"object-fit":"cover"},attrs:{src:t.mediaUrl(e),width:"50",height:"50"}}):a("div",{staticClass:"media-image-placeholder"},[a("i",{staticClass:"far fa-folder text-lighter"})])]),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0"},[t._v("\n\t\t\t\t\t\t\tArchived post\n\t\t\t\t\t\t")]),t._v(" "),a("p",{staticClass:"small text-muted mb-0"},[t._v("\n\t\t\t\t\t\t\tCreated: "+t._s(t.timeago(e.created_at))+" ago\n\t\t\t\t\t\t")]),t._v(" "),e.open&&e.content_text?a("p",{staticClass:"small mt-2 mr-2"},[a("strong",[t._v("Caption:")]),t._v(" "+t._s(e.content_text))]):t._e()]),t._v(" "),a("div",[a("button",{staticClass:"btn btn-light font-weight-bold mr-2",staticStyle:{opacity:"0.8"},on:{click:function(e){return t.unarchive(s)}}},[t._v("\n\t\t\t\t\t\t\tUnarchive\n\t\t\t\t\t\t")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold",attrs:{disabled:!e.content_text},on:{click:function(t){e.open=!e.open}}},[a("i",{staticClass:"far",class:[e.open?"fa-eye-slash":"fa-eye"]})])])])])})),t._v(" "),t.archives.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No archived posts found")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]):t._e(),t._v(" "),1==t.tabIndex?a("div",{staticClass:"list-group",staticStyle:{"margin-top":"-1px"}},[t.archivesLoaded?a("div",[t._l(t.recentUnarchived,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[a("div",[e.media_attachments&&e.media_attachments.length?a("img",{staticClass:"mr-3 rounded",staticStyle:{"object-fit":"cover"},attrs:{src:t.mediaUrl(e),width:"50",height:"50"}}):a("div",{staticClass:"media-image-placeholder"},[a("i",{staticClass:"far fa-folder text-lighter"})])]),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0"},[t._v("\n\t\t\t\t\t\t\tRecently unarchived\n\t\t\t\t\t\t")]),t._v(" "),a("p",{staticClass:"small text-muted mb-0"},[t._v("\n\t\t\t\t\t\t\tCreated: "+t._s(t.timeago(e.created_at))+" ago\n\t\t\t\t\t\t")]),t._v(" "),e.open&&e.content_text?a("p",{staticClass:"small mt-2 mr-2"},[a("strong",[t._v("Caption:")]),t._v(" "+t._s(e.content_text))]):t._e()]),t._v(" "),a("div",[a("button",{staticClass:"btn btn-light font-weight-bold mr-2",staticStyle:{opacity:"0.8"},on:{click:function(e){return t.archive(s)}}},[t._v("\n\t\t\t\t\t\t\tArchive\n\t\t\t\t\t\t")]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold",on:{click:function(a){return t.goToLink(e.url)}}},[a("i",{staticClass:"far fa-arrow-right"})])])])])})),t._v(" "),t.recentUnarchived.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No recently unarchived posts found")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]):t._e()])},i=[]},32688:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-blocked-component"},[a("div",[a("ul",{staticClass:"nav nav-tabs"},t._l(t.tabs,(function(e,s){return a("li",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link",class:{active:s==t.tabIndex,"font-weight-bold":s==t.tabIndex},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.toggleTab(s)}}},[t._v("\n\t\t\t\t\t"+t._s(e)+"\n\t\t\t\t")])])})),0)]),t._v(" "),0===t.tabIndex?a("div",[t.blockedLoaded?a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},[t._l(t.blocked,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[a("img",{staticClass:"rounded-circle mr-2",attrs:{src:e.avatar,width:"40",height:"40"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0"},[t._v(t._s(e.display_name))]),t._v(" "),a("p",{staticClass:"text-muted mb-0 small"},[t._v("@"+t._s(e.acct))])]),t._v(" "),a("div",[a("button",{staticClass:"btn btn-light mr-1",on:{click:function(a){return t.unblock(e)}}},[a("i",{staticClass:"far fa-trash text-danger"})]),t._v(" "),a("button",{staticClass:"btn btn-light",on:{click:function(a){return t.goToLink(e.url)}}},[a("i",{staticClass:"far fa-chevron-right"})])])])])})),t._v(" "),t.blocked&&t.blocked.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No blocked accounts found")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]):t._e(),t._v(" "),1===t.tabIndex?a("div",[t.mutedLoaded?a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},[t._l(t.muted,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[a("img",{staticClass:"rounded-circle mr-2",attrs:{src:e.avatar,width:"40",height:"40"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0"},[t._v(t._s(e.display_name))]),t._v(" "),a("p",{staticClass:"text-muted mb-0 small"},[t._v("@"+t._s(e.acct))])]),t._v(" "),a("div",[a("button",{staticClass:"btn btn-light mr-1",on:{click:function(a){return t.unmute(e)}}},[a("i",{staticClass:"far fa-trash text-danger"})]),t._v(" "),a("button",{staticClass:"btn btn-light",on:{click:function(a){return t.goToLink(e.url)}}},[a("i",{staticClass:"far fa-chevron-right"})])])])])})),t._v(" "),t.muted&&t.muted.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No muted accounts found")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]):t._e()])},i=[]},76630:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-bookmarks-component"},[a("div",{staticClass:"list-group"},[t.bookmarksLoaded?a("div",[t._l(t.bookmarks,(function(e,s){return a("div",{staticClass:"list-group-item",attrs:{type:"button"}},[a("div",{staticClass:"media align-items-center"},["photo"===e.pf_type?a("img",{staticClass:"rounded border mr-3",attrs:{src:t.mediaUrl(e),width:"50",height:"50"}}):a("div",{staticClass:"media-image-placeholder"},[a("i",{staticClass:"far fa-bookmark"})]),t._v(" "),a("div",{staticClass:"media-body mr-2"},[a("p",{staticClass:"small font-weight-bold mb-0 text-break"},[a("a",{attrs:{href:e.account.url}},[t._v("@"+t._s(e.account.acct))])]),t._v(" "),a("p",{staticClass:"small text-muted mb-0"},[t._v("Saved "),a("strong",[t._v(t._s(t.timeago(e.bookmarked_at))+" ago")])])]),t._v(" "),a("button",{staticClass:"btn btn-light font-weight-bold",on:{click:function(a){t.goToLink(t.statusUrl(e))}}},[a("i",{staticClass:"far fa-chevron-right"})])])])})),t._v(" "),t.bookmarks.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No bookmarked posts found")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]),t._v(" "),t.canLoadMore?a("button",{staticClass:"btn btn-light font-weight-bold btn-block mt-3",on:{click:function(e){return t.fetchBookmarks()}}},[t._v("\n\t\tLoad more\n\t")]):t._e()])},i=[]},13268:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-collections-component"},[a("div",{staticClass:"list-group"},[t.collectionsLoaded?a("div",[t._l(t.collections,(function(e,s){return a("div",{staticClass:"list-group-item",attrs:{type:"button"}},[a("div",{staticClass:"media align-items-center"},[a("img",{staticClass:"rounded-lg border mr-3",staticStyle:{"object-fit":"cover"},attrs:{src:e.thumb,width:"65",height:"65",onerror:"this.onerror=null;this.src='/storage/no-preview.png';"}}),t._v(" "),a("div",{staticClass:"media-body text-left"},[a("p",{staticClass:"lead mb-0"},[t._v(t._s(e.title))]),t._v(" "),a("p",{staticClass:"small text-muted mb-1"},[t._v(t._s(e.description||"No description available"))]),t._v(" "),a("p",{staticClass:"small text-lighter mb-0 font-weight-bold"},[a("span",[t._v(t._s(e.post_count)+" posts")]),t._v(" "),a("span",[t._v("·")]),t._v(" "),a("span",[t._v("Created "+t._s(t.timeago(e.published_at))+" ago")])])]),t._v(" "),a("button",{staticClass:"btn btn-light",on:{click:function(a){return t.goToLink(e.url)}}},[a("i",{staticClass:"far fa-chevron-right"})])])])})),t._v(" "),t.collections.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No collections found")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]),t._v(" "),t.canLoadMore?a("button",{staticClass:"btn btn-light font-weight-bold btn-block mt-3",on:{click:function(e){return t.fetchCollections()}}},[t._v("Load more")]):t._e()])},i=[]},56241:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-devices-component"},[a("h5",{staticClass:"font-weight-bold mb-3"},[t._v("Apps")]),t._v(" "),a("div",{staticClass:"list-group"},[t.appsLoaded?a("div",{staticClass:"list-group-inner border rounded",staticStyle:{"max-height":"200px","overflow-y":"auto"}},[t._l(t.apps,(function(e,s){return a("div",{staticClass:"list-group-item border border-left-0 border-right-0 border-bottom-0",class:{"border-top-0":0==s}},[a("div",{staticClass:"media"},[t._m(0,!0),t._v(" "),a("div",{staticClass:"media-body d-flex justify-content-between"},[a("div",{staticClass:"small"},[t._m(1,!0),t._v(" "),a("p",{staticClass:"mb-0"},[a("span",[t._v(t._s(e.client.name))])])]),t._v(" "),a("div",{staticClass:"small"},[t._m(2,!0),t._v(" "),a("p",{staticClass:"mb-0"},[a("span",[t._v(t._s(e.scopes.join(", ")))])])]),t._v(" "),a("div",{staticClass:"small"},[t._m(3,!0),t._v(" "),a("p",{staticClass:"mb-0"},[a("span",[t._v(t._s(t.timeahead(e.expires_at)))])])]),t._v(" "),a("div"),t._v(" "),t._m(4,!0)])])])})),t._v(" "),t.apps.length?t._e():a("div",{staticClass:"list-group-item border-0"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No apps found")])])],2):a("div",{staticClass:"list-group-item d-flex justify-content-center align-items-center",staticStyle:{height:"200px"}},[a("b-spinner")],1)]),t._v(" "),a("h5",{staticClass:"font-weight-bold mt-5 mb-3"},[t._v("Devices")]),t._v(" "),a("div",{staticClass:"list-group"},[t.devicesLoaded?a("div",{staticClass:"list-group-inner border rounded",staticStyle:{"max-height":"200px","overflow-y":"auto"}},[t._l(t.devices,(function(e,s){return a("div",{staticClass:"list-group-item border border-left-0 border-right-0 border-bottom-0",class:{"border-top-0":0==s}},[a("div",{staticClass:"media"},[t._m(5,!0),t._v(" "),a("div",{staticClass:"media-body d-flex justify-content-between"},[a("div",{staticClass:"small"},[a("p",{staticClass:"mb-0"},[a("strong",[t._v("Platform")]),t._v(" "),a("span",[t._v(t._s(e.platform))])]),t._v(" "),a("p",{staticClass:"mb-0"},[a("strong",[t._v("Device")]),t._v(" "),a("span",[t._v(t._s(e.device))])])]),t._v(" "),a("div",{staticClass:"small"},[a("p",{staticClass:"mb-0"},[a("strong",[t._v("Browser")]),t._v(" "),a("span",[t._v(t._s(e.browser))])]),t._v(" "),a("p",{staticClass:"mb-0"},[a("strong",[t._v("IP")]),t._v(" "),a("span",[t._v(t._s(e.ip))])])]),t._v(" "),a("div",{staticClass:"small"},[a("p",{staticClass:"mb-0"},[a("strong",[t._v("Last login")]),t._v(" "),a("span",[t._v(t._s(t.timeago(e.last_login_at))+" ago")])]),t._v(" "),a("p",{staticClass:"mb-0"},[a("span",{staticClass:"small text-lighter"},[t._v(t._s(e.last_login_at))])])]),t._v(" "),a("div"),t._v(" "),t._m(6,!0)])])])})),t._v(" "),t.devices.length?t._e():a("div",{staticClass:"list-group-item border-0"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("No devices found")])])],2):a("div",{staticClass:"list-group-item d-flex justify-content-center align-items-center",staticStyle:{height:"200px"}},[a("b-spinner")],1)])])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"mr-5"},[e("i",{staticClass:"fal fa-mobile fa-2x text-lighter"})])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0"},[a("strong",[t._v("App Name")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0"},[a("strong",[t._v("Scopes Granted")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"mb-0"},[a("strong",[t._v("Expires")])])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-light font-weight-bold py-1"},[e("i",{staticClass:"far fa-ellipsis-h fa-lg"})])},function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"mr-5"},[e("i",{staticClass:"fal fa-mobile fa-2x text-lighter"})])},function(){var t=this.$createElement,e=this._self._c||t;return e("button",{staticClass:"btn btn-light font-weight-bold py-1"},[e("i",{staticClass:"far fa-ellipsis-h fa-lg"})])}]},66026:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-export-component"},[t._m(0),t._v(" "),a("div",{staticClass:"list-group"},[a("div",{staticClass:"list-group-inner border rounded",staticStyle:{"max-height":"300px","overflow-y":"auto"}},t._l(t.partials,(function(e,s){return a("div",{staticClass:"list-group-item border border-left-0 border-right-0 border-bottom-0 d-flex align-items-center justify-content-between",class:{"border-top-0":0==s}},[a("span",{staticClass:"font-weight-bold"},[t._v("\n\t\t\t\t\t"+t._s(e.name)+"\n\t\t\t\t")]),t._v(" "),a("button",{staticClass:"btn btn-light btn-sm font-weight-bold",on:{click:function(e){return t.download(s)}}},[t._v("Download")])])})),0)])])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"alert alert-info"},[a("div",{staticClass:"media align-items-center"},[a("i",{staticClass:"far fa-info-circle fa-lg mr-3"}),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"mb-0"},[t._v("We generate data exports once per hour, and may not contain the latest information")])])])])}]},27659:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-follows-component"},[a("div",[a("ul",{staticClass:"nav nav-tabs"},t._l(t.tabs,(function(e,s){return a("li",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link",class:{active:s==t.tabIndex,"font-weight-bold":s==t.tabIndex},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.toggleTab(s)}}},[t._v("\n\t\t\t\t\t"+t._s(e)+"\n\t\t\t\t")])])})),0)]),t._v(" "),0===t.tabIndex?a("div",[a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},[t.followersLoaded?a("div",[t._l(t.followers,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[a("img",{staticClass:"rounded-circle mr-2",attrs:{src:e.avatar,width:"40",height:"40"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0"},[t._v(t._s(e.display_name))]),t._v(" "),a("p",{staticClass:"text-muted mb-0 small"},[t._v("@"+t._s(e.acct))])]),t._v(" "),a("div",[a("button",{staticClass:"btn btn-light",on:{click:function(a){return t.goToLink(e.url)}}},[a("i",{staticClass:"far fa-chevron-right"})])])])])})),t._v(" "),t.followersCanLoadMore?a("button",{staticClass:"btn btn-light btn-block font-weight-bold mt-2",on:{click:t.fetchFollowers}},[t._v("\n\t\t\t\t\tLoad more\n\t\t\t\t")]):t._e(),t._v(" "),t.followers.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("You don't have any followers yet")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)])]):t._e(),t._v(" "),1===t.tabIndex?a("div",[t.followingLoaded?a("div",[a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},t._l(t.following,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[a("img",{staticClass:"rounded-circle mr-2",attrs:{src:e.avatar,width:"40",height:"40"}}),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0"},[t._v(t._s(e.display_name))]),t._v(" "),a("p",{staticClass:"text-muted mb-0 small"},[t._v("@"+t._s(e.acct))])]),t._v(" "),a("div",[a("button",{staticClass:"btn btn-light",on:{click:function(a){return t.goToLink(e.url)}}},[a("i",{staticClass:"far fa-chevron-right"})])])])])})),0),t._v(" "),t.followingCanLoadMore?a("button",{staticClass:"btn btn-light btn-block font-weight-bold mt-2",on:{click:t.fetchFollowing}},[t._v("\n\t\t\t\tLoad more\n\t\t\t")]):t._e(),t._v(" "),t.following.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("You are not following any accounts yet")])])]):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]):t._e(),t._v(" "),2===t.tabIndex?a("div",[t.hashtagsLoaded?a("div",[a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},t._l(t.hashtags,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[t._m(0,!0),t._v(" "),a("div",{staticClass:"media-body"},[a("p",{staticClass:"font-weight-bold mb-0"},[t._v(t._s(e))])]),t._v(" "),a("div",[a("button",{staticClass:"btn btn-light mr-2",on:{click:function(e){return t.hashtagUnsubscribe(s)}}},[a("i",{staticClass:"far fa-trash text-lighter"})]),t._v(" "),a("button",{staticClass:"btn btn-light",on:{click:function(a){return t.goToLink("/discover/tags/"+e)}}},[a("i",{staticClass:"far fa-chevron-right"})])])])])})),0),t._v(" "),t.hashtagsCanLoadMore?a("button",{staticClass:"btn btn-light btn-block font-weight-bold mt-2",on:{click:t.fetchHashtags}},[t._v("\n\t\t\t\tLoad more\n\t\t\t")]):t._e(),t._v(" "),t.hashtags.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("You are not following any hashtags yet")])])]):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]):t._e()])},i=[function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"d-flex justify-content-center align-items-center mr-2 bg-light rounded-circle",staticStyle:{width:"40px",height:"40px"}},[e("i",{staticClass:"fas fa-hashtag text-lighter"})])}]},53066:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-groups-component"},[t.isLoaded?a("div",[a("div",[a("ul",{staticClass:"nav nav-tabs"},t._l(t.tabs,(function(e,s){return a("li",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link",class:{active:s==t.tabIndex,"font-weight-bold":s==t.tabIndex},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.toggleTab(s)}}},[t._v("\n\t\t\t\t\t\t"+t._s(e)+"\n\t\t\t\t\t")])])})),0)]),t._v(" "),0===t.tabIndex?a("div",[a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},[t.isLoaded?a("div",[t._l(t.groups,(function(t,e){return a("a",{key:"rec:"+t.id+":"+e,staticClass:"list-group-item text-decoration-none",attrs:{href:t.url}},[a("group-list-card",{attrs:{group:t,truncateDescriptionLength:140,showStats:!0}})],1)})),t._v(" "),t.groups.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("You have not created or joined any groups")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]),t._v(" "),t.canLoadMore?a("p",[a("button",{staticClass:"btn btn-light btn-block font-weight-bold mt-3",attrs:{disabled:t.loadingMore},on:{click:function(e){return e.preventDefault(),t.loadMore.apply(null,arguments)}}},[t._v("\n\t\t\t\t\tLoad more\n\t\t\t\t")])]):t._e()]):t._e(),t._v(" "),1===t.tabIndex?a("div",[a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},[t.myGroupsLoaded?a("div",[t._l(t.myGroups,(function(t,e){return a("a",{key:"rec:"+t.id+":"+e,staticClass:"list-group-item text-decoration-none",attrs:{href:t.url}},[a("group-list-card",{attrs:{group:t,truncateDescriptionLength:140,showStats:!0}})],1)})),t._v(" "),t.myGroups.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("You have not created any groups")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]),t._v(" "),t.myGroupsCanLoadMore?a("p",[a("button",{staticClass:"btn btn-light btn-block font-weight-bold mt-3",attrs:{disabled:t.myGroupsLoadingMore},on:{click:function(e){return e.preventDefault(),t.fetchMyGroups.apply(null,arguments)}}},[t._v("\n\t\t\t\t\tLoad more\n\t\t\t\t")])]):t._e()]):t._e(),t._v(" "),2===t.tabIndex?a("div",[a("div",{staticClass:"list-group rounded-0",staticStyle:{"margin-top":"-1px"}},[t.myGroupsJoinedLoaded?a("div",[t._l(t.myGroupsJoined,(function(t,e){return a("a",{key:"rec:"+t.id+":"+e,staticClass:"list-group-item text-decoration-none",attrs:{href:t.url}},[a("group-list-card",{attrs:{group:t,truncateDescriptionLength:140,showStats:!0}})],1)})),t._v(" "),t.myGroupsJoined.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("You have not joined any groups")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]),t._v(" "),t.myGroupsCanLoadMore?a("p",[a("button",{staticClass:"btn btn-light btn-block font-weight-bold mt-3",attrs:{disabled:t.myGroupsJoinedLoadingMore},on:{click:function(e){return e.preventDefault(),t.fetchMyGroupsJoined.apply(null,arguments)}}},[t._v("\n\t\t\t\t\tLoad more\n\t\t\t\t")])]):t._e()]):t._e()]):a("div",{staticClass:"d-flex justify-content-center"},[a("b-spinner")],1)])},i=[]},86757:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-import-component"},[a("p",{staticClass:"lead"},[t._v("This feature has not been enabled")])])}]},15275:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-likes-component"},[a("div",{staticClass:"list-group"},[t.likesLoaded?a("div",[t._l(t.likes,(function(e,s){return a("div",{staticClass:"list-group-item"},[a("div",{staticClass:"media align-items-center"},[a("div",[e.media_attachments&&e.media_attachments.length?a("div",{staticClass:"square mr-3",staticStyle:{width:"60px"}},[a("div",{staticClass:"square-content",staticStyle:{"border-radius":"15px !important"}},[a("blur-hash-image",{attrs:{width:"50",height:"50",punch:1,hash:e.media_attachments[0].blurhash,src:t.mediaUrl(e)}})],1)]):a("div",{staticClass:"media-image-placeholder"},[a("i",{staticClass:"far fa-thumbs-up text-lighter"})])]),t._v(" "),a("div",{staticClass:"media-body mr-3"},[a("p",{staticClass:"mb-0 font-weight-bold text-break"},[t._v("\n\t\t\t\t\t\t\tLiked a post by "),a("a",{attrs:{href:e.account.url}},[t._v("@"+t._s(e.account.acct))])]),t._v(" "),e.hasOwnProperty("liked_at")?a("p",{staticClass:"small text-muted mb-0 font-weight-bold"},[t._v("\n\t\t\t\t\t\t\t"+t._s(t.timeago(e.liked_at))+" ago\n\t\t\t\t\t\t")]):t._e()]),t._v(" "),a("a",{staticClass:"btn btn-light",attrs:{href:t.statusUrl(e)},on:{click:function(a){a.preventDefault(),t.goToLink(t.statusUrl(e))}}},[a("i",{staticClass:"far fa-chevron-right"})])])])})),t._v(" "),t.likes.length?t._e():a("div",{staticClass:"list-group-item"},[a("p",{staticClass:"mb-0 font-weight-bold"},[t._v("You have not liked any posts yet")])])],2):a("div",{staticClass:"d-flex justify-content-center align-items-center border",staticStyle:{height:"200px"}},[a("b-spinner")],1)]),t._v(" "),t.canLoadMore?a("div",{staticClass:"mt-3"},[a("button",{staticClass:"btn btn-light btn-block font-weight-bold",on:{click:function(e){return t.fetchLikes()}}},[t._v("Load more")])]):t._e()])},i=[]},19263:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-notification-component"},[a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox",disabled:""}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:""}},[t._v("Weekly Summary")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Stay up to date with a tailored summary delivered to your inbox weekly.")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox",disabled:""}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:""}},[t._v("New Followers")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Get email notifications when people follow you.")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox",disabled:""}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:""}},[t._v("Mentions/Tags")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Get email notifications when people mention or tag you in posts.")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox",disabled:""}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:""}},[t._v("Comments")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Get email notifications when people comment on your posts.")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox",disabled:""}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:""}},[t._v("Likes/Shares")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Get email notifications when people like or share your posts.")])])])}]},97374:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-preferences-component"},[a("div",[a("ul",{staticClass:"nav nav-tabs mb-3"},t._l(t.tabs,(function(e,s){return a("li",{staticClass:"nav-item"},[a("a",{staticClass:"nav-link text-uppercase",class:{active:s==t.tabIndex,"font-weight-bold":s==t.tabIndex},attrs:{href:"#"},on:{click:function(e){return e.preventDefault(),t.toggleTab(s)}}},[t._v("\n\t\t\t\t\t"+t._s(e)+"\n\t\t\t\t")])])})),0)]),t._v(" "),0===t.tabIndex?a("div",[a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.followerCount,expression:"followerCount"}],staticClass:"form-check-input",attrs:{type:"checkbox",name:"spcfr",id:"spcfr"},domProps:{checked:Array.isArray(t.followerCount)?t._i(t.followerCount,null)>-1:t.followerCount},on:{change:function(e){var a=t.followerCount,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.followerCount=a.concat([null])):n>-1&&(t.followerCount=a.slice(0,n).concat(a.slice(n+1)))}else t.followerCount=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",class:{changed:t.followerCount!=t.profile.settings.show_profile_follower_count},attrs:{for:"spcfr"}},[t._v("\n\t\t\t\tShow Follower Count\n\t\t\t")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Display follower count on profile")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.followingCount,expression:"followingCount"}],staticClass:"form-check-input",attrs:{type:"checkbox",name:"spcfg",id:"spcfg"},domProps:{checked:Array.isArray(t.followingCount)?t._i(t.followingCount,null)>-1:t.followingCount},on:{change:function(e){var a=t.followingCount,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.followingCount=a.concat([null])):n>-1&&(t.followingCount=a.slice(0,n).concat(a.slice(n+1)))}else t.followingCount=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",class:{changed:t.followingCount!=t.profile.settings.show_profile_following_count},attrs:{for:"spcfg"}},[t._v("\n\t\t\t\tShow Following Count\n\t\t\t")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Display following count on profile")])])]):t._e(),t._v(" "),1===t.tabIndex?a("div",[a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-md-3 form-check-label font-weight-bold",class:{changed:t.scope!=t.profile.settings.compose_settings.default_scope},attrs:{for:""}},[t._v("Default Scope")]),t._v(" "),a("div",{staticClass:"col-md-9"},[a("select",{directives:[{name:"model",rawName:"v-model",value:t.scope,expression:"scope"}],staticClass:"form-control",attrs:{name:"default",disabled:t.profile.locked},on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.scope=e.target.multiple?a:a[0]}}},[a("option",{attrs:{value:"public"}},[t._v("Public")]),t._v(" "),a("option",{attrs:{value:"unlisted"}},[t._v("Unlisted")]),t._v(" "),a("option",{attrs:{value:"private"}},[t._v("Followers Only")])]),t._v(" "),t.profile.locked?a("p",{staticClass:"text-muted small help-text mb-0"},[t._v("Private account posts are follower-only")]):a("p",{staticClass:"text-muted small help-text mb-0"},[t._v("Set a default visibility scope for your new posts.")])])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-md-3 form-check-label font-weight-bold",class:{changed:t.license!=t.profile.settings.compose_settings.default_license},attrs:{for:""}},[t._v("Default License")]),t._v(" "),a("div",{staticClass:"col-md-9"},[a("select",{directives:[{name:"model",rawName:"v-model",value:t.license,expression:"license"}],staticClass:"form-control",attrs:{name:"default"},on:{change:function(e){var a=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.license=e.target.multiple?a:a[0]}}},t._l(t.config.licenses,(function(e,s){return a("option",{domProps:{value:e.id}},[t._v("\n\t\t\t\t\t\t"+t._s(e.id>10?e.name:e.title)+"\n\t\t\t\t\t")])})),0),t._v(" "),a("p",{staticClass:"text-muted small help-text mb-0"},[t._v("Set a default license for new posts.")])])]),t._v(" "),a("hr"),t._v(" "),t.license!=t.profile.settings.compose_settings.default_license&&t.profile.license_syncs_24h<2?a("div",[a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.syncLicenses,expression:"syncLicenses"}],staticClass:"form-check-input",attrs:{type:"checkbox",name:"sync"},domProps:{checked:Array.isArray(t.syncLicenses)?t._i(t.syncLicenses,null)>-1:t.syncLicenses},on:{change:function(e){var a=t.syncLicenses,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.syncLicenses=a.concat([null])):n>-1&&(t.syncLicenses=a.slice(0,n).concat(a.slice(n+1)))}else t.syncLicenses=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",attrs:{for:""}},[t._v("Sync Licenses")]),t._v(" "),t._m(0)]),t._v(" "),a("hr")]):t._e(),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.mediaDescriptions,expression:"mediaDescriptions"}],staticClass:"form-check-input",attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.mediaDescriptions)?t._i(t.mediaDescriptions,null)>-1:t.mediaDescriptions},on:{change:function(e){var a=t.mediaDescriptions,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.mediaDescriptions=a.concat([null])):n>-1&&(t.mediaDescriptions=a.slice(0,n).concat(a.slice(n+1)))}else t.mediaDescriptions=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",class:{changed:t.mediaDescriptions!=t.profile.settings.compose_settings.media_descriptions}},[t._v("Require Media Descriptions")]),t._v(" "),t._m(1)]),t._v(" "),a("hr")]):t._e(),t._v(" "),2===t.tabIndex?a("div",[a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.crawlable,expression:"crawlable"}],staticClass:"form-check-input",attrs:{type:"checkbox",name:"crawlable",id:"crawlable"},domProps:{checked:Array.isArray(t.crawlable)?t._i(t.crawlable,null)>-1:t.crawlable},on:{change:function(e){var a=t.crawlable,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.crawlable=a.concat([null])):n>-1&&(t.crawlable=a.slice(0,n).concat(a.slice(n+1)))}else t.crawlable=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",class:{changed:t.crawlable!=t.profile.settings.crawlable},attrs:{for:"crawlable"}},[t._v("\n\t\t\t\tOpt-out of search engine indexing\n\t\t\t")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("When your account is visible to search engines, your information can be crawled and stored by search engines.")])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.embedable,expression:"embedable"}],staticClass:"form-check-input",attrs:{type:"checkbox",disabled:t.profile.locked},domProps:{checked:Array.isArray(t.embedable)?t._i(t.embedable,null)>-1:t.embedable},on:{change:function(e){var a=t.embedable,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.embedable=a.concat([null])):n>-1&&(t.embedable=a.slice(0,n).concat(a.slice(n+1)))}else t.embedable=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",class:{changed:t.embedable!=t.profile.settings.other.disable_embeds}},[t._v("Disable embeds")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Disable profile & post embeds")])])]):t._e(),t._v(" "),3===t.tabIndex?a("div",[t._m(2),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-check"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.publicDm,expression:"publicDm"}],staticClass:"form-check-input",attrs:{type:"checkbox",id:"public_dm",name:"public_dm"},domProps:{checked:Array.isArray(t.publicDm)?t._i(t.publicDm,null)>-1:t.publicDm},on:{change:function(e){var a=t.publicDm,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.publicDm=a.concat([null])):n>-1&&(t.publicDm=a.slice(0,n).concat(a.slice(n+1)))}else t.publicDm=i}}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold",class:{changed:t.publicDm!=t.profile.settings.public_dm},attrs:{for:"public_dm"}},[t._v("\n\t\t\t\tReceive Direct Messages from anyone\n\t\t\t")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("If selected, you will be able to receive messages and notifications from any user even if you do not follow them.")])]),t._v(" "),a("hr"),t._v(" "),t._m(3)]):t._e(),t._v(" "),4===t.tabIndex?a("div",[t._m(4),t._v(" "),a("hr"),t._v(" "),t._m(5),t._v(" "),a("hr"),t._v(" "),t._m(6),t._v(" "),a("hr"),t._v(" "),t._m(7),t._v(" "),a("hr"),t._v(" "),t._m(8),t._v(" "),a("hr"),t._v(" "),t._m(9)]):t._e()])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"text-muted small help-text"},[t._v("Update existing posts with your new default license. You can sync twice every 24 hours."),a("br"),t._v("License changes may not be reflected on remote servers.")])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"text-muted small help-text"},[t._v("\n\t\t\t\tBriefly describe your media to improve accessibility for vision impaired people. "),a("br"),t._v(" "),a("span",{staticClass:"font-weight-bold"},[t._v("Not available for mobile or 3rd party apps at this time.")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Quiet Mode")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Limit interactions and notifications to close friends")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Limit Mention Notifications")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Only close friends and accounts you follow will generate notifications when they mention or tag you")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Advanced Atom feed")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Enable a richer experience for atom readers")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Disable Content Warnings")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Always show content, even if it has a content warning")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Hide Like Counts")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Hide all like counts shown to me, does not affect other users from seeing like counts on your posts")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Hide Collections")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Hide collections tab from my profile")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Hide Groups")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Hide group content and notifications")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-check"},[a("input",{staticClass:"form-check-input",attrs:{type:"checkbox"}}),t._v(" "),a("label",{staticClass:"form-check-label font-weight-bold"},[t._v("Hide Stories")]),t._v(" "),a("p",{staticClass:"text-muted small help-text"},[t._v("Hide story notifications and carousel from timelines")])])}]},77210:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-profile-component"},[a("input",{ref:"avatarInput",staticClass:"d-none",attrs:{type:"file",accept:"image/jpeg,image/png"},on:{change:t.avatarListener}}),t._v(" "),a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold",class:{changed:t.avatarChanged},attrs:{for:"name"}},[t._v("Avatar")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("img",{staticClass:"rounded-circle mb-2",attrs:{src:t.avatarUrl,width:"90",height:"90",loading:"lazy"}}),t._v(" "),a("p",{staticClass:"mb-0 small"},[t.avatarChanged?t._e():a("button",{staticClass:"font-weight-bold btn btn-light btn-sm",on:{click:t.uploadAvatar}},[t._v("\n\t\t\t\t\t"+t._s(t.canDeleteAvatar?"Change avatar":"Add avatar")+"\n\t\t\t\t")]),t._v(" "),t.avatarChanged?a("button",{staticClass:"font-weight-bold btn btn-light text-lighter btn-sm",staticStyle:{"margin-left":"14px"},on:{click:t.cancelAvatarChange}},[t._v("Cancel")]):t._e(),t._v(" "),!t.avatarChanged&&t.canDeleteAvatar?a("button",{staticClass:"font-weight-bold btn btn-light text-lighter btn-sm",on:{click:t.deleteAvatar}},[t._v("Delete")]):t._e()])])]),t._v(" "),a("hr"),t._v(" "),a("div",[a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold",class:{changed:t.profile.display_name!=t.displayName},attrs:{for:"name"}},[t._v("Display Name")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.displayName,expression:"displayName"}],staticClass:"form-control",attrs:{type:"text",id:"name",name:"name",placeholder:"Your Name"},domProps:{value:t.displayName},on:{input:function(e){e.target.composing||(t.displayName=e.target.value)}}})])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold",class:{changed:t.profile.website!=t.website},attrs:{for:"website"}},[t._v("Website")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.website,expression:"website"}],staticClass:"form-control",attrs:{type:"text",id:"website",name:"website",placeholder:"Website"},domProps:{value:t.website},on:{input:function(e){e.target.composing||(t.website=e.target.value)}}})])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold",class:{changed:t.profile.bio!=t.bio},attrs:{for:"bio"}},[t._v("Bio")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("textarea",{directives:[{name:"model",rawName:"v-model",value:t.bio,expression:"bio"}],staticClass:"form-control",attrs:{id:"bio",name:"bio",placeholder:"Add a bio here",rows:"2",maxlength:t.config.max_bio_length},domProps:{value:t.bio},on:{input:function(e){e.target.composing||(t.bio=e.target.value)}}}),t._v(" "),t.bio!=t.profile.bio?a("p",{staticClass:"form-text"},[a("span",{staticClass:"bio-counter float-right small text-muted"},[t._v(t._s(t.bio&&t.bio.length?t.bio.length:0)+"/"+t._s(t.config.max_bio_length))])]):t._e(),t._v(" "),a("p",{staticClass:"small text-muted font-weight-bold mb-0"},[t._v("\n\t\t\t\t\tHashtags, links and usernames will be converted to links if applicable\n\t\t\t\t")])])]),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-group row"},[a("div",{staticClass:"col-sm-3"},[a("label",{staticClass:"form-check-label font-weight-bold col-form-label",class:{changed:t.profile.locked!=t.locked}},[t._v("Private Account")])]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("input",{directives:[{name:"model",rawName:"v-model",value:t.locked,expression:"locked"}],staticClass:"form-check-input ml-0",staticStyle:{height:"auto",position:"relative"},attrs:{type:"checkbox"},domProps:{checked:Array.isArray(t.locked)?t._i(t.locked,null)>-1:t.locked},on:{change:function(e){var a=t.locked,s=e.target,i=!!s.checked;if(Array.isArray(a)){var n=t._i(a,null);s.checked?n<0&&(t.locked=a.concat([null])):n>-1&&(t.locked=a.slice(0,n).concat(a.slice(n+1)))}else t.locked=i}}}),t._v(" "),t._m(0)])]),t._v(" "),t.config.storage.quota.enabled?a("hr"):t._e(),t._v(" "),t.config.storage.quota.enabled?a("div",{staticClass:"form-group row"},[a("label",{staticClass:"col-sm-3 col-form-label font-weight-bold"},[t._v("Storage Used")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("div",{staticClass:"progress mt-2"},[a("div",{staticClass:"progress-bar",style:{width:t.profile.storage.used_percent+"%"},attrs:{role:"progressbar","aria-valuenow":t.profile.storage.used_percent,"aria-valuemin":"0","aria-valuemax":"100"}})]),t._v(" "),a("div",{staticClass:"help-textd"},[a("span",{staticClass:"small"},[a("strong",[t._v(t._s(t.rounded(t.profile.storage.used_percent))+"%")]),t._v(" "),a("span",[t._v("·")]),t._v(" "),a("a",{directives:[{name:"b-modal",rawName:"v-b-modal.storage-help",modifiers:{"storage-help":!0}}],staticClass:"font-weight-bold",attrs:{href:"javascript:void(0);"}},[t._v("What is this?")]),t._v(" "),a("span",[t._v("·")]),t._v(" "),a("a",{directives:[{name:"b-modal",rawName:"v-b-modal.storage-increase",modifiers:{"storage-increase":!0}}],staticClass:"font-weight-bold",attrs:{href:"javascript:void(0);"}},[t._v("Increase storage")])]),t._v(" "),a("span",{staticClass:"small float-right font-weight-bold"},[a("span",[t._v(t._s(t.fsize(t.profile.storage.used))+" / ")]),t._v(t._s(t.fsize(t.config.storage.quota.max_account_size))+"\n\t\t\t\t\t")])])])]):t._e()]),t._v(" "),a("b-modal",{attrs:{id:"storage-help",title:"Account Storage Quota",centered:"","hide-footer":""}},[a("p",{staticClass:"lead mb-0"},[t._v("We limit accounts to "),a("strong",[t._v("5GB")]),t._v(" of storage space. Once you reach that limit you will not be able to upload any more media unless you increase your limit or delete old posts.")])]),t._v(" "),a("b-modal",{attrs:{id:"storage-increase",title:"Increase Storage Quota",centered:"","hide-footer":""}},[a("p",{staticClass:"lead mb-0"},[t._v("Please contact the "),a("a",{attrs:{href:"/site/contact"}},[t._v("administrators")]),t._v(" to request an increase.")])])],1)},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticClass:"text-muted small help-text mb-0"},[t._v("When your account is private, only people you approve can see your photos "),a("br"),t._v("and videos on pixelfed. Your existing followers won't be affected.")])}]},81276:(t,e,a)=>{"use strict";a.r(e),a.d(e,{render:()=>s,staticRenderFns:()=>i});var s=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"account-security-component"},[t._m(0),t._v(" "),a("hr"),t._v(" "),a("div",{staticClass:"form-group row"},[a("div",{staticClass:"col-sm-3 col-form-label font-weight-bold"},[t._v("2 Factor Auth")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[t.profile.security.two_factor.enabled?a("div",[t._m(1),t._v(" "),t._m(2)]):a("div",[t._m(3),t._v(" "),t._m(4),t._v(" "),t._m(5)])])])])},i=[function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"form-group row"},[a("div",{staticClass:"col-sm-3 col-form-label font-weight-bold"},[t._v("Password")]),t._v(" "),a("div",{staticClass:"col-sm-9"},[a("a",{staticClass:"btn btn-light font-weight-bold",attrs:{href:"/settings/password"}},[t._v("Change my password")])])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticStyle:{"padding-top":"5px"}},[a("span",{staticClass:"font-weight-bold text-success"},[t._v("Enabled")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",[a("a",{staticClass:"btn btn-light font-weight-bold border btn-sm",attrs:{href:"/settings/security/2fa/edit"}},[t._v("Edit/Remove")]),t._v(" "),a("a",{staticClass:"btn btn-light font-weight-bold border btn-sm ml-2",attrs:{href:"/settings/security/2fa/recovery-codes"}},[t._v("Recovery Codes")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",{staticStyle:{"padding-top":"5px"}},[a("span",{staticClass:"font-weight-bold text-danger"},[t._v("Not enabled")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("p",[a("a",{staticClass:"btn btn-light font-weight-bold border",attrs:{href:"/settings/security/2fa/setup"}},[t._v("Setup 2FA")])])},function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"alert alert-info"},[a("div",{staticClass:"media align-items-center"},[a("i",{staticClass:"far fa-info-circle fa-2x mr-3"}),t._v(" "),a("div",{staticClass:"media-body"},[t._v("\n\t\t\t\t\t\t\tYou should enable two factor authentication to provide an additional layer of security for your account. "),a("a",{attrs:{href:"#"}},[t._v("Learn more")])])])])}]},48509:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"تَعليق","commented":"علَّقتَ عليه","comments":"تَعليقات","like":"إعجاب","liked":"أُعجِبتَ بِه","likes":"إعْجابات","share":"مُشارَكَة","shared":"تمَّ مُشارَكَتُه","shares":"مُشارَكَات","unshare":"إلغاء المُشارَكَة","cancel":"إلغاء","copyLink":"نَسخ الرابِط","delete":"حَذف","error":"خطأ","errorMsg":"حَدَثَ خطأٌ ما. يُرجى المُحاولةُ مرةً أُخرى لاحِقًا.","oops":"المَعذِرَة!","other":"اُخرى","readMore":"قراءةُ المزيد","success":"نَجاح","sensitive":"حسَّاس","sensitiveContent":"مُحتَوًى حسَّاس","sensitiveContentWarning":"قد يحتوي هذا المَنشور على مُحتوًى حسَّاس"},"site":{"terms":"شُروطُ الاِستِخدام","privacy":"سِياسَةُ الخُصوصيَّة"},"navmenu":{"search":"البَحث","admin":"لوحَةُ تَحكُّمِ المُشرِف","homeFeed":"التَّغذيَة الرئيسَة","localFeed":"التَّغذيَة المحليَّة","globalFeed":"التَّغذيَة الشّامِلة","discover":"الاِستِكشاف","directMessages":"الرسائِلُ المُباشِرَة","notifications":"الإشعارات","groups":"المَجمُوعات","stories":"القَصَص","profile":"المِلف التَّعريفيّ","drive":"وِحدَةُ التَّخزين","settings":"الإعدَادَات","compose":"إنشاءُ جَديد","logout":"تَسجيلُ الخُرُوج","about":"حَول","help":"المُساعَدَة","language":"اللُّغَة","privacy":"الخُصُوصِيَّة","terms":"الشُّرُوط","backToPreviousDesign":"العودة إلى التصميم السابق"},"directMessages":{"inbox":"صَندوقُ الوارِد","sent":"أُرسِلَت","requests":"الطَّلَبات"},"notifications":{"liked":"أُعجِبَ بِمنشورٍ لَك","commented":"علَّقَ على مَنشورٍ لَك","reacted":"تَفاعَلَ مَعَك","shared":"شَارَكَ مَنشورٍ لَك","tagged":"أشارَ إليكَ فِي","updatedA":"حَدَّثَ","sentA":"أرسَلَ","followed":"تابَعَ","mentioned":"أشارَ إلى","you":"أنت","yourApplication":"طلبُكَ للانضِمام","applicationApproved":"تمَّت الموافقة عليه!","applicationRejected":"تمَّ رفضه. يُمكِنُكَ التقدُمُ بطلبٍ جديدٍ للانضمام بعد 6 شهور.","dm":"الرسائِل المُباشِرَة","groupPost":"مَنشور مَجموعَة","modlog":"سجلات المُشرِف","post":"مَنشور","story":"قَصَّة"},"post":{"shareToFollowers":"المُشاركة مَعَ المُتابِعين","shareToOther":"المُشارَكَة مَعَ الآخرين","noLikes":"لا إعجابات حتَّى الآن","uploading":"الرَّفعُ جارٍ"},"profile":{"posts":"المَنشُورات","followers":"المُتابِعُون","following":"المُتابَعُون","admin":"مُشرِف","collections":"تَجميعات","follow":"مُتابَعَة","unfollow":"إلغاء المُتابَعَة","editProfile":"تحرير المِلَف التَّعريفي","followRequested":"طُلِبَت المُتابَعَة","joined":"انضَم","emptyCollections":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي تَجميعات","emptyPosts":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي مَنشور"},"menu":{"viewPost":"عَرض المَنشور","viewProfile":"عَرض المِلف التعريفي","moderationTools":"أدوات الإشراف","report":"إبلاغ","archive":"أرشَفَة","unarchive":"إلغاء الأرشَفَة","embed":"تضمين","selectOneOption":"حدِّد أحدَ الخياراتِ التالِيَة","unlistFromTimelines":"الاستثناء من قوائِم الخُطُوط الزمنيَّة","addCW":"إضافة تحذير مُحتوى","removeCW":"حذف تحذير المُحتوى","markAsSpammer":"تَعليم كَغير مَرغُوبٍ بِه","markAsSpammerText":"الاستثِناء مِنَ القوائِم + إضافة تحذير مُحتوى لِلمُشارَكَات الحاليَّة وَالمُستَقبَليَّة","spam":"غير مَرغوب بِه","sensitive":"مُحتَوًى حسَّاس","abusive":"مُسيءٌ أو ضار","underageAccount":"حِسابٌ دونَ السِّن","copyrightInfringement":"اِنتِهاكُ حُقُوق","impersonation":"اِنتِحالُ شَخصيَّة","scamOrFraud":"نَصبٌ أو اِحتِيال","confirmReport":"تأكيدُ البَلاغ","confirmReportText":"هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي الإبلاغِ عَن هَذَا المَنشور؟","reportSent":"أُرسِلَ البَلاغ!","reportSentText":"لقد تلقينا بَلاغُكَ بِنجاح.","reportSentError":"طَرَأ خَلَلٌ أثناءُ الإبلاغِ عَن هذا المَنشور.","modAddCWConfirm":"هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إضافَةِ تَحذيرٍ للمُحتَوى عَلى هَذَا المَنشُور؟","modCWSuccess":"أُضيفَ تَحذيرُ المُحتَوى بِنَجاح","modRemoveCWConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إزالَةِ تَحذيرِ المُحتَوى مِن عَلى هَذَا المَنشُور؟","modRemoveCWSuccess":"أُزيلَ تَحذيرُ المُحتَوى بِنَجاح","modUnlistConfirm":"هل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي اِستِثناءِ هَذَا المَنشُورِ مِنَ القائِمَة (جَعلَهُ غَيرُ مُدرَج)؟","modUnlistSuccess":"اُستُثنِيَ المَنشُورُ بِنَجاح","modMarkAsSpammerConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي تَعليمِ هذا المُستَخدِمِ كَناشِرٍ لِمَنشُوراتٍ غيرِ مَرغوبٍ فِيها؟ سوف يُلغى إدراجُ جَميعِ مَنشوراتِهِ الحاليَّةِ وَالمُستَقبَليَّةِ مِنَ الخُطُوطِ الزَمنيَّةِ وَسوف يُطبَّقُ تَحذيرُ المُحتَوَى عَليها.","modMarkAsSpammerSuccess":"عُلِّمَ المُستَخدِمُ كَناشِرٍ لِمَنشُوراتٍ غيرِ مَرغوبٍ فِيها بِنَجاح","toFollowers":"إلَى المُتَابِعين","showCaption":"عَرضُ التَعليقِ التَوضيحي","showLikes":"إظهارُ الإعجابات","compactMode":"الوَضع المَضغوط","embedConfirmText":"باِستِخدامِكَ لِهذا التَّضمين، أنتَ تُوافِقُ عَلَى","deletePostConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي حَذفِ هَذَا المَنشُور؟","archivePostConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي أرشَفَةِ هَذَا المَنشُور؟","unarchivePostConfirm":"هَل أنتَ مُتأكِّدٌ مِن رَغبَتِكَ فِي إلغاءِ أرشَفَةِ هَذَا المَنشُور؟"},"story":{"add":"إضافَةُ قَصَّة"},"timeline":{"peopleYouMayKnow":"أشخاصٌ قَد تَعرِفُهُم"},"hashtags":{"emptyFeed":"على ما يَبدوا، لا يُمكِنُنا العُثور على أي مَنشور يَحتَوي على هذا الوَسم"}}')},14392:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentari","comments":"Comentaris","like":"M\'agrada","liked":"M\'ha agradat","likes":"\\"M\'agrada\\"","share":"Comparteix","shared":"S\'han compartit","shares":"S\'han compartit","unshare":"Deixa de compartir","cancel":"Cancel·la","copyLink":"Copia l\'enllaç","delete":"Esborra","error":"Error","errorMsg":"Alguna cosa ha anat malament. Siusplau, intenta-ho més tard.","oops":"Uix!","other":"Altres","readMore":"Llegiu-ne més","success":"Completat amb èxit","sensitive":"Sensible","sensitiveContent":"Contingut sensible","sensitiveContentWarning":"Aquest article pot contenir contingut sensible"},"site":{"terms":"Condicions d\'ús","privacy":"Política de Privacitat"},"navmenu":{"search":"Cercar","admin":"Tauler d\'Administració","homeFeed":"Línia de temps principal","localFeed":"Línia de temps local","globalFeed":"Línia de temps global","discover":"Descobrir","directMessages":"Missatges directes","notifications":"Notificacions","groups":"Grups","stories":"Històries","profile":"Perfil","drive":"Unitat","settings":"Paràmetres","compose":"Crea un nou","logout":"Logout","about":"Quant a","help":"Ajuda","language":"Idioma","privacy":"Privacitat","terms":"Termes","backToPreviousDesign":"Tornar al disseny anterior"},"directMessages":{"inbox":"Safata d\'entrada","sent":"Enviat","requests":"Sol·licitud"},"notifications":{"liked":"li agrada la teva","commented":"comentat el teu","reacted":"ha reaccionat al teu","shared":"ha compartit la teva","tagged":"t\'ha etiquetat en una","updatedA":"actualitzat a","sentA":"enviat a","followed":"seguits","mentioned":"mencionat","you":"vostè","yourApplication":"La teva sol·licitud per unir-te","applicationApproved":"està aprovat!","applicationRejected":"ha estat rebutjat. Pots tornar a sol·licitar unir-te en 6 mesos.","dm":"md","groupPost":"publicacions al grup","modlog":"modlog","post":"publicació","story":"història"},"post":{"shareToFollowers":"Comparteix amb els seguidors","shareToOther":"Compartits per altres","noLikes":"Cap m\'agrada encara","uploading":"Carregant"},"profile":{"posts":"Publicacions","followers":"Seguidors","following":"Seguint","admin":"Administrador","collections":"Col·leccions","follow":"Segueix","unfollow":"Deixeu de seguir","editProfile":"Edita el teu perfil","followRequested":"Sol·licitud de seguidor","joined":"S\'ha unit","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Veure publicació","viewProfile":"Mostra el perfil","moderationTools":"Eines de moderació","report":"Informe","archive":"Arxiu","unarchive":"Desarxiva","embed":"Incrusta","selectOneOption":"Seleccioneu una de les opcions següents","unlistFromTimelines":"Desllista de les línies de temps","addCW":"Afegeix advertència de contingut","removeCW":"Esborra advertència de contingut","markAsSpammer":"Marca com a brossa","markAsSpammerText":"Desllista + CW publicacions existents i futures","spam":"Contingut brossa","sensitive":"Contingut sensible","abusive":"Abusiu o nociu","underageAccount":"Compte de menors d\'edat","copyrightInfringement":"Infracció de drets d’autor","impersonation":"Suplantacions","scamOrFraud":"Estafa o Frau","confirmReport":"Confirma l\'informe","confirmReportText":"Esteu segur que voleu informar d\'aquesta publicació?","reportSent":"Informe enviat!","reportSentText":"Hem rebut correctament el vostre informe.","reportSentError":"Hi ha hagut un problema en informar d\'aquesta publicació.","modAddCWConfirm":"Confirmes que vols afegir un avís de contingut a aquesta publicació?","modCWSuccess":"Avís de contingut afegit correctament","modRemoveCWConfirm":"Confirmes que vols esborrar un avís de contingut d\'aquesta publicació?","modRemoveCWSuccess":"Avís de contingut esborrat correctament","modUnlistConfirm":"Esteu segur que voleu desllistar d\'aquesta publicació?","modUnlistSuccess":"Entrada desllistada amb èxit","modMarkAsSpammerConfirm":"Esteu segur que voleu marcar aquest usuari com a brossa? Totes les publicacions existents i futures no apareixeran a les cronologies i s\'aplicarà un avís de contingut.","modMarkAsSpammerSuccess":"El compte s\'ha marcat correctament com a brossa","toFollowers":"els seguidors","showCaption":"Mostra el subtítol","showLikes":"Mostra els m\'agrada","compactMode":"Mode Compacte","embedConfirmText":"En utilitzar aquesta inserció, accepteu el nostre","deletePostConfirm":"Esteu segur que voleu suprimir aquesta publicació?","archivePostConfirm":"Segur que voleu arxivar aquesta publicació?","unarchivePostConfirm":"Segur que voleu desarxivar aquesta publicació?"},"story":{"add":"Afegir història"},"timeline":{"peopleYouMayKnow":"Gent que potser coneixes"},"hashtags":{"emptyFeed":"We can\'t seem to find any posts for this hashtag"}}')},88133:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Kommentar","commented":"Kommentiert","comments":"Kommentare","like":"Gefällt mir","liked":"Gefällt","likes":"Gefällt","share":"Teilen","shared":"Geteilt","shares":"Geteilt","unshare":"Teilen rückgängig machen","cancel":"Abbrechen","copyLink":"Link kopieren","delete":"Löschen","error":"Fehler","errorMsg":"Etwas ist schief gelaufen. Bitter versuch es später nochmal.","oops":"Hoppla!","other":"Anderes","readMore":"Weiterlesen","success":"Erfolgreich","sensitive":"Sensibel","sensitiveContent":"Sensibler Inhalt","sensitiveContentWarning":"Dieser Beitrag kann sensible Inhalte enthalten"},"site":{"terms":"Nutzungsbedingungen","privacy":"Datenschutzrichtlinien"},"navmenu":{"search":"Suche","admin":"Administrator-Dashboard","homeFeed":"Startseite","localFeed":"Lokaler Feed","globalFeed":"Globaler Feed","discover":"Entdecken","directMessages":"Direktnachrichten","notifications":"Benachrichtigungen","groups":"Gruppen","stories":"Stories","profile":"Profil","drive":"Festplatte","settings":"Einstellungen","compose":"Neu erstellen","logout":"Ausloggen","about":"Über uns","help":"Hilfe","language":"Sprache","privacy":"Privatsphäre","terms":"AGB","backToPreviousDesign":"Zurück zum vorherigen Design"},"directMessages":{"inbox":"Posteingang","sent":"Gesendet","requests":"Anfragen"},"notifications":{"liked":"gefällt dein","commented":"kommentierte dein","reacted":"reagierte auf dein","shared":"teilte deine","tagged":"markierte dich in einem","updatedA":"aktualisierte ein","sentA":"sendete ein","followed":"gefolgt","mentioned":"erwähnt","you":"du","yourApplication":"Deine Bewerbung um beizutreten","applicationApproved":"wurde genehmigt!","applicationRejected":"wurde abgelehnt. Du kannst dich in 6 Monaten erneut für den Beitritt bewerben.","dm":"PN","groupPost":"Gruppen-Post","modlog":"modlog","post":"Beitrag","story":"Story"},"post":{"shareToFollowers":"Mit Folgenden teilen","shareToOther":"Mit anderen teilen","noLikes":"Gefällt bisher noch niemandem","uploading":"Lädt hoch"},"profile":{"posts":"Beiträge","followers":"Folgende","following":"Folgend","admin":"Admin","collections":"Sammlungen","follow":"Folgen","unfollow":"Entfolgen","editProfile":"Profil bearbeiten","followRequested":"Folgeanfragen","joined":"Beigetreten","emptyCollections":"Wir können keine Sammlungen finden","emptyPosts":"Wir können keine Beiträge finden"},"menu":{"viewPost":"Beitrag anzeigen","viewProfile":"Profil anzeigen","moderationTools":"Moderationswerkzeuge","report":"Melden","archive":"Archivieren","unarchive":"Entarchivieren","embed":"Einbetten","selectOneOption":"Wähle eine der folgenden Optionen","unlistFromTimelines":"Nicht in Timelines listen","addCW":"Inhaltswarnung hinzufügen","removeCW":"Inhaltswarnung entfernen","markAsSpammer":"Als Spammer markieren","markAsSpammerText":"Aus der Zeitleiste entfernen und bisherige und zukünftige Beiträge mit einer Inhaltswarnung versehen","spam":"Spam","sensitive":"Sensibler Inhalt","abusive":"missbräuchlich oder schädigend","underageAccount":"Minderjährigen-Konto","copyrightInfringement":"Urheberrechtsverletzung","impersonation":"Identitätsdiebstahl","scamOrFraud":"Betrug oder Missbrauch","confirmReport":"Meldung bestätigen","confirmReportText":"Bist du sicher, dass du diesen Beitrag melden möchtest?","reportSent":"Meldung gesendet!","reportSentText":"Wir haben deinen Bericht erfolgreich erhalten.","reportSentError":"Es gab ein Problem beim Melden dieses Beitrags.","modAddCWConfirm":"Bist du sicher, dass du diesem Beitrag eine Inhaltswarnung hinzufügen möchtest?","modCWSuccess":"Inhaltswarnung erfolgreich hinzugefügt","modRemoveCWConfirm":"Bist du sicher, dass die Inhaltswarnung auf diesem Beitrag entfernt werden soll?","modRemoveCWSuccess":"Inhaltswarnung erfolgreich entfernt","modUnlistConfirm":"Bist du sicher, dass du diesen Beitrag nicht listen möchtest?","modUnlistSuccess":"Beitrag erfolgreich nicht gelistet","modMarkAsSpammerConfirm":"Bist du sicher, dass du diesen Benutzer als Spam markieren möchtest? Alle existierenden und zukünftigen Beiträge werden nicht mehr in der Zeitleiste angezeigt und mit einer Inhaltswarnung versehen.","modMarkAsSpammerSuccess":"Konto erfolgreich als Spammer markiert","toFollowers":"an die Folgenden","showCaption":"Bildunterschrift anzeigen","showLikes":"\\"Gefällt mir\\" anzeigen","compactMode":"Kompaktmodus","embedConfirmText":"Mit der Nutzung dieser Einbettung erklärst du dich mit unseren","deletePostConfirm":"Bist du sicher, dass du diesen Beitrag löschen möchtest?","archivePostConfirm":"Bist du sicher, dass du diesen Beitrag archivieren möchtest?","unarchivePostConfirm":"Möchten Sie dieses Element wirklich aus dem Archiv zurückholen?"},"story":{"add":"Story hinzufügen"},"timeline":{"peopleYouMayKnow":"Leute, die du vielleicht kennst"},"hashtags":{"emptyFeed":"Wir können keine Beiträge mit diesem Hashtag finden"}}')},70448:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Σχόλιο","commented":"Σχολιασμένο","comments":"Σχόλια","like":"Μου αρέσει","liked":"Μου άρεσε","likes":"Αρέσει","share":"Κοινοποίηση","shared":"Κοινοποιήθηκε","shares":"Κοινοποιήσεις","unshare":"Αναίρεση κοινοποίησης","cancel":"Ακύρωση","copyLink":"Αντιγραφή Συνδέσμου","delete":"Διαγραφή","error":"Σφάλμα","errorMsg":"Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε αργότερα.","oops":"Ουπς!","other":"Άλλο","readMore":"Διαβάστε περισσότερα","success":"Επιτυχής","sensitive":"Ευαίσθητο","sensitiveContent":"Ευαίσθητο περιεχόμενο","sensitiveContentWarning":"Αυτή η δημοσίευση μπορεί να περιέχει ευαίσθητο περιεχόμενο"},"site":{"terms":"Όροι Χρήσης","privacy":"Πολιτική Απορρήτου"},"navmenu":{"search":"Αναζήτηση","admin":"Πίνακας εργαλείων διαχειριστή","homeFeed":"Αρχική ροή","localFeed":"Τοπική Ροή","globalFeed":"Ομοσπονδιακή Ροή","discover":"Ανακαλύψτε","directMessages":"Προσωπικά Μηνύματα","notifications":"Ειδοποιήσεις","groups":"Ομάδες","stories":"Ιστορίες","profile":"Προφίλ","drive":"Χώρος αποθήκευσης","settings":"Ρυθμίσεις","compose":"Δημιουργία νέου","logout":"Αποσύνδεση","about":"Σχετικά με","help":"Βοήθεια","language":"Γλώσσα","privacy":"Ιδιωτικότητα","terms":"Όροι","backToPreviousDesign":"Go back to previous design"},"directMessages":{"inbox":"Εισερχόμενα","sent":"Απεσταλμένο","requests":"Αιτήματα"},"notifications":{"liked":"επισήμανε ότι του αρέσει το","commented":"σχολίασε στο","reacted":"αντέδρασε στο {item} σας","shared":"κοινοποίησε το {item} σας","tagged":"σας πρόσθεσε με ετικέτα σε μια δημοσίευση","updatedA":"ενημέρωσε ένα","sentA":"έστειλε ένα","followed":"followed","mentioned":"αναφέρθηκε","you":"εσύ","yourApplication":"Η αίτησή σας για συμμετοχή","applicationApproved":"εγκρίθηκε!","applicationRejected":"απορρίφθηκε. Μπορείτε να κάνετε εκ νέου αίτηση για να συμμετάσχετε σε 6 μήνες.","dm":"πμ","groupPost":"ομαδική δημοσίευση","modlog":"modlog","post":"δημοσίευση","story":"ιστορία"},"post":{"shareToFollowers":"Μοιραστείτε με τους ακόλουθους","shareToOther":"Share to other","noLikes":"Δεν υπάρχουν likes ακόμα","uploading":"Μεταφόρτωση"},"profile":{"posts":"Δημοσιεύσεις","followers":"Ακόλουθοι","following":"Ακολουθεί","admin":"Διαχειριστής","collections":"Συλλογές","follow":"Ακολούθησε","unfollow":"Διακοπή παρακολούθησης","editProfile":"Επεξεργασία Προφίλ","followRequested":"Ακολουθήστε Το Αίτημα","joined":"Joined","emptyCollections":"Δεν μπορούμε να βρούμε συλλογές","emptyPosts":"Δεν μπορούμε να βρούμε δημοσιεύσεις"},"menu":{"viewPost":"Προβολη Δημοσίευσης","viewProfile":"Προβολή Προφίλ","moderationTools":"Εργαλεία Συντονισμού","report":"Αναφορά","archive":"Αρχειοθέτηση","unarchive":"Αναίρεση αρχειοθέτησης","embed":"Ενσωμάτωση","selectOneOption":"Επιλέξτε μία από τις ακόλουθες επιλογές","unlistFromTimelines":"Unlist from Timelines","addCW":"Προσθήκη Προειδοποίησης Περιεχομένου","removeCW":"Αφαίρεση Προειδοποίησης Περιεχομένου","markAsSpammer":"Σήμανση ως Spammer","markAsSpammerText":"Unlist + CW existing and future posts","spam":"Ανεπιθύμητα","sensitive":"Ευαίσθητο περιεχόμενο","abusive":"Καταχρηστικό ή επιβλαβές","underageAccount":"Λογαριασμός ανηλίκου","copyrightInfringement":"Παραβίαση πνευματικών δικαιωμάτων","impersonation":"Impersonation","scamOrFraud":"Ανεπιθύμητο ή απάτη","confirmReport":"Επιβεβαίωση Αναφοράς","confirmReportText":"Είστε βέβαιοι ότι θέλετε να αναφέρετε αυτή την ανάρτηση;","reportSent":"Η Αναφορά Στάλθηκε!","reportSentText":"Έχουμε λάβει με επιτυχία την αναφορά σας.","reportSentError":"Παρουσιάστηκε ένα πρόβλημα κατά την αναφορά της ανάρτησης.","modAddCWConfirm":"Είστε βέβαιοι ότι θέλετε να προσθέσετε μια προειδοποίηση περιεχομένου σε αυτή την ανάρτηση;","modCWSuccess":"Επιτυχής προσθήκη προειδοποίησης περιεχομένου","modRemoveCWConfirm":"Είστε βέβαιοι ότι θέλετε να αφαιρέσετε την προειδοποίηση περιεχομένου σε αυτή την ανάρτηση;","modRemoveCWSuccess":"Επιτυχής αφαίρεση προειδοποίησης περιεχομένου","modUnlistConfirm":"Are you sure you want to unlist this post?","modUnlistSuccess":"Successfully unlisted post","modMarkAsSpammerConfirm":"Είστε βέβαιοι ότι θέλετε να επισημάνετε αυτόν τον χρήστη ως spammer? Όλες οι υπάρχουσες και μελλοντικές δημοσιεύσεις δεν θα καταχωρούνται στα χρονοδιαγράμματα και θα εφαρμόζεται προειδοποίηση περιεχομένου.","modMarkAsSpammerSuccess":"Επιτυχής σήμανση λογαριασμού ως spammer","toFollowers":"στους Ακόλουθους","showCaption":"Show Caption","showLikes":"Εμφάνιση \\"μου αρέσει\\"","compactMode":"Συμπαγής Λειτουργία","embedConfirmText":"Χρησιμοποιώντας αυτό το ενσωματωμένο, συμφωνείτε με την","deletePostConfirm":"Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την ανάρτηση;","archivePostConfirm":"Είστε βέβαιοι ότι θέλετε να αρχειοθετήσετε αυτή την ανάρτηση;","unarchivePostConfirm":"Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτήν την ανάρτηση απο την αρχειοθήκη;"},"story":{"add":"Προσθήκη Ιστορίας"},"timeline":{"peopleYouMayKnow":"Άτομα που μπορεί να ξέρετε"},"hashtags":{"emptyFeed":"Δεν μπορούμε να βρούμε δημοσιεύσεις για αυτό το hashtag"}}')},54414:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comment","commented":"Commented","comments":"Comments","like":"Like","liked":"Liked","likes":"Likes","share":"Share","shared":"Shared","shares":"Shares","unshare":"Unshare","bookmark":"Bookmark","cancel":"Cancel","copyLink":"Copy Link","delete":"Delete","error":"Error","errorMsg":"Something went wrong. Please try again later.","oops":"Oops!","other":"Other","readMore":"Read more","success":"Success","proceed":"Proceed","next":"Next","close":"Close","clickHere":"click here","sensitive":"Sensitive","sensitiveContent":"Sensitive Content","sensitiveContentWarning":"This post may contain sensitive content"},"site":{"terms":"Terms of Use","privacy":"Privacy Policy"},"navmenu":{"search":"Search","admin":"Admin Dashboard","homeFeed":"Home Feed","localFeed":"Local Feed","globalFeed":"Global Feed","discover":"Discover","directMessages":"Direct Messages","notifications":"Notifications","groups":"Groups","stories":"Stories","profile":"Profile","drive":"Drive","settings":"Settings","compose":"Create New","logout":"Logout","about":"About","help":"Help","language":"Language","privacy":"Privacy","terms":"Terms","backToPreviousDesign":"Go back to previous design"},"directMessages":{"inbox":"Inbox","sent":"Sent","requests":"Requests"},"notifications":{"liked":"liked your","commented":"commented on your","reacted":"reacted to your","shared":"shared your","tagged":"tagged you in a","updatedA":"updated a","sentA":"sent a","followed":"followed","mentioned":"mentioned","you":"you","yourApplication":"Your application to join","applicationApproved":"was approved!","applicationRejected":"was rejected. You can re-apply to join in 6 months.","dm":"dm","groupPost":"group post","modlog":"modlog","post":"post","story":"story","noneFound":"No notifications found"},"post":{"shareToFollowers":"Share to followers","shareToOther":"Share to other","noLikes":"No likes yet","uploading":"Uploading"},"profile":{"posts":"Posts","followers":"Followers","following":"Following","admin":"Admin","collections":"Collections","follow":"Follow","unfollow":"Unfollow","editProfile":"Edit Profile","followRequested":"Follow Requested","joined":"Joined","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"View Post","viewProfile":"View Profile","moderationTools":"Moderation Tools","report":"Report","archive":"Archive","unarchive":"Unarchive","embed":"Embed","selectOneOption":"Select one of the following options","unlistFromTimelines":"Unlist from Timelines","addCW":"Add Content Warning","removeCW":"Remove Content Warning","markAsSpammer":"Mark as Spammer","markAsSpammerText":"Unlist + CW existing and future posts","spam":"Spam","sensitive":"Sensitive Content","abusive":"Abusive or Harmful","underageAccount":"Underage Account","copyrightInfringement":"Copyright Infringement","impersonation":"Impersonation","scamOrFraud":"Scam or Fraud","confirmReport":"Confirm Report","confirmReportText":"Are you sure you want to report this post?","reportSent":"Report Sent!","reportSentText":"We have successfully received your report.","reportSentError":"There was an issue reporting this post.","modAddCWConfirm":"Are you sure you want to add a content warning to this post?","modCWSuccess":"Successfully added content warning","modRemoveCWConfirm":"Are you sure you want to remove the content warning on this post?","modRemoveCWSuccess":"Successfully removed content warning","modUnlistConfirm":"Are you sure you want to unlist this post?","modUnlistSuccess":"Successfully unlisted post","modMarkAsSpammerConfirm":"Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.","modMarkAsSpammerSuccess":"Successfully marked account as spammer","toFollowers":"to Followers","showCaption":"Show Caption","showLikes":"Show Likes","compactMode":"Compact Mode","embedConfirmText":"By using this embed, you agree to our","deletePostConfirm":"Are you sure you want to delete this post?","archivePostConfirm":"Are you sure you want to archive this post?","unarchivePostConfirm":"Are you sure you want to unarchive this post?"},"story":{"add":"Add Story"},"timeline":{"peopleYouMayKnow":"People you may know","onboarding":{"welcome":"Welcome","thisIsYourHomeFeed":"This is your home feed, a chronological feed of posts from accounts you follow.","letUsHelpYouFind":"Let us help you find some interesting people to follow","refreshFeed":"Refresh my feed"}},"hashtags":{"emptyFeed":"We can\'t seem to find any posts for this hashtag"},"report":{"report":"Report","selectReason":"Select a reason","reported":"Reported","sendingReport":"Sending report","thanksMsg":"Thanks for the report, people like you help keep our community safe!","contactAdminMsg":"If you\'d like to contact an administrator about this post or report"}}')},32464:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comentario","commented":"Comentado","comments":"Comentarios","like":"Me gusta","liked":"Te gusta","likes":"Me gustas","share":"Compartir","shared":"Compartido","shares":"Compartidos","unshare":"No compartir","cancel":"Cancelar","copyLink":"Copiar Enlace","delete":"Eliminar","error":"Error","errorMsg":"Algo fue mal. Por favor inténtelo de nuevo más tarde.","oops":"Upss!","other":"Otros","readMore":"Ver más","success":"Correcto","sensitive":"Sensible","sensitiveContent":"Contenido Sensible","sensitiveContentWarning":"Este post podría tener contenido sensible"},"site":{"terms":"Términos de Uso","privacy":"Política de Privacidad"},"navmenu":{"search":"Buscar","admin":"Panel de Administrador","homeFeed":"Feed Principal","localFeed":"Feed Local","globalFeed":"Feed Global","discover":"Descubre","directMessages":"Mensajes Directos","notifications":"Notificaciones","groups":"Grupos","stories":"Historias","profile":"Perfil","drive":"Multimedia","settings":"Ajustes","compose":"Crear Nuevo","logout":"Logout","about":"Acerca de","help":"Ayuda","language":"Idioma","privacy":"Privacidad","terms":"Términos","backToPreviousDesign":"Volver al diseño anterior"},"directMessages":{"inbox":"Entrada","sent":"Enviado","requests":"Solicitudes"},"notifications":{"liked":"le gustó tu","commented":"comentó en tu","reacted":"reaccionó a tu","shared":"ha compartido tu","tagged":"te ha etiquetado en","updatedA":"actualizó una","sentA":"envió un","followed":"te siguió","mentioned":"te mencionó","you":"tú","yourApplication":"Tu solicitud para unirse","applicationApproved":"ha sido aprobada!","applicationRejected":"ha sido rechazada. Puedes volver a solicitar unirte en 6 meses.","dm":"md","groupPost":"publicación de grupo","modlog":"modlog","post":"publicación","story":"historia"},"post":{"shareToFollowers":"Compartir a seguidores","shareToOther":"Compartir a otros","noLikes":"No hay me gustas","uploading":"Subiendo"},"profile":{"posts":"Publicaciones","followers":"Seguidores","following":"Siguiendo","admin":"Administrador","collections":"Colecciones","follow":"Seguir","unfollow":"Dejar de seguir","editProfile":"Editar Perfil","followRequested":"Seguimiento Solicitado","joined":"Se unió","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Ver Publicación","viewProfile":"Ver Perfil","moderationTools":"Herramientas de Moderación","report":"Reportar","archive":"Archivar","unarchive":"No Archivar","embed":"Incrustar","selectOneOption":"Escoge una de las siguientes opciones","unlistFromTimelines":"No listar en Líneas Temporales","addCW":"Añadir Spoiler","removeCW":"Quitar Spoiler","markAsSpammer":"Marcar como Spammer","markAsSpammerText":"No listar + Spoiler publicaciones actuales y futuras","spam":"Spam","sensitive":"Contenido Sensible","abusive":"Abusivo o Dañino","underageAccount":"Cuenta de Menor de Edad","copyrightInfringement":"Violación de Copyright","impersonation":"Suplantación","scamOrFraud":"Scam o Fraude","confirmReport":"Confirmar Reporte","confirmReportText":"¿Seguro que quieres reportar esta publicación?","reportSent":"¡Reporte enviado!","reportSentText":"Hemos recibido tu reporte de forma satisfactoria.","reportSentError":"Hubo un problema reportando esta publicación.","modAddCWConfirm":"¿Seguro que desea añadir un spoiler a esta publicación?","modCWSuccess":"Spoiler añadido correctamente","modRemoveCWConfirm":"¿Seguro que desea eliminar el spoiler de esta publicación?","modRemoveCWSuccess":"Spoiler eliminado correctamente","modUnlistConfirm":"¿Seguro que desea no listar esta publicación?","modUnlistSuccess":"Publicación no listada correctamente","modMarkAsSpammerConfirm":"¿Seguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no serán listadas en las líneas temporales y se les agregará un Spoiler o alerta de contenido.","modMarkAsSpammerSuccess":"Cuenta marcada como spam correctamente","toFollowers":"a Seguidores","showCaption":"Mostrar subtítulos","showLikes":"Mostrar me gustas","compactMode":"Modo Compacto","embedConfirmText":"Usando este incrustado, usted acepta","deletePostConfirm":"¿Seguro que desea eliminar esta publicación?","archivePostConfirm":"¿Seguro que desea archivar esta publicación?","unarchivePostConfirm":"¿Seguro que desea desarchivar esta publicación?"},"story":{"add":"Añadir Historia"},"timeline":{"peopleYouMayKnow":"Gente que podrías conocer"},"hashtags":{"emptyFeed":"We can\'t seem to find any posts for this hashtag"}}')},86956:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Commenter","commented":"Commenté","comments":"Commentaires","like":"J\'aime","liked":"Aimé","likes":"J\'aime","share":"Partager","shared":"Partagé","shares":"Partages","unshare":"Ne plus partager","cancel":"Annuler","copyLink":"Copier le lien","delete":"Supprimer","error":"Erreur","errorMsg":"Une erreur est survenue. Veuillez réessayer plus tard.","oops":"Zut !","other":"Autre","readMore":"En savoir plus","success":"Opération réussie","sensitive":"Sensible","sensitiveContent":"Contenu sensible","sensitiveContentWarning":"Le contenu de ce message peut être sensible"},"site":{"terms":"Conditions d\'utilisation","privacy":"Politique de confidentialité"},"navmenu":{"search":"Chercher","admin":"Tableau de bord d\'administration","homeFeed":"Fil principal","localFeed":"Fil local","globalFeed":"Fil global","discover":"Découvrir","directMessages":"Messages Privés","notifications":"Notifications","groups":"Groupes","stories":"Stories","profile":"Profil","drive":"Médiathèque","settings":"Paramètres","compose":"Publier","logout":"Logout","about":"À propos","help":"Aide","language":"Langue","privacy":"Confidentialité","terms":"Conditions","backToPreviousDesign":"Revenir au design précédent"},"directMessages":{"inbox":"Boîte de réception","sent":"Boîte d\'envois","requests":"Demandes"},"notifications":{"liked":"a aimé votre","commented":"a commenté votre","reacted":"a réagi à votre","shared":"a partagé votre","tagged":"vous a tagué·e dans un","updatedA":"mis à jour un·e","sentA":"a envoyé un·e","followed":"s\'est abonné·e à","mentioned":"a mentionné","you":"vous","yourApplication":"Votre candidature à rejoindre","applicationApproved":"a été approuvée !","applicationRejected":"a été rejetée. Vous pouvez refaire une demande dans 6 mois.","dm":"mp","groupPost":"publication de groupe","modlog":"journal de modération","post":"publication","story":"story"},"post":{"shareToFollowers":"Partager avec ses abonné·e·s","shareToOther":"Partager avec d\'autres","noLikes":"Aucun J\'aime pour le moment","uploading":"Envoi en cours"},"profile":{"posts":"Publications","followers":"Abonné·e·s","following":"Abonnements","admin":"Administrateur·rice","collections":"Collections","follow":"S\'abonner","unfollow":"Se désabonner","editProfile":"Modifier votre profil","followRequested":"Demande d\'abonnement","joined":"A rejoint","emptyCollections":"Aucune collection ne semble exister","emptyPosts":"Aucune publication ne semble exister"},"menu":{"viewPost":"Voir la publication","viewProfile":"Voir le profil","moderationTools":"Outils de modération","report":"Signaler","archive":"Archiver","unarchive":"Désarchiver","embed":"Intégrer","selectOneOption":"Sélectionnez l\'une des options suivantes","unlistFromTimelines":"Retirer des flux","addCW":"Ajouter un avertissement de contenu","removeCW":"Enlever l’avertissement de contenu","markAsSpammer":"Marquer comme spammeur·euse","markAsSpammerText":"Retirer + avertissements pour les contenus existants et futurs","spam":"Indésirable","sensitive":"Contenu sensible","abusive":"Abusif ou préjudiciable","underageAccount":"Compte d\'un·e mineur·e","copyrightInfringement":"Violation des droits d’auteur","impersonation":"Usurpation d\'identité","scamOrFraud":"Arnaque ou fraude","confirmReport":"Confirmer le signalement","confirmReportText":"Êtes-vous sûr·e de vouloir signaler cette publication ?","reportSent":"Signalement envoyé !","reportSentText":"Nous avons bien reçu votre signalement.","reportSentError":"Une erreur s\'est produite lors du signalement de cette publication.","modAddCWConfirm":"Êtes-vous sûr·e de vouloir ajouter un avertissement de contenu à cette publication ?","modCWSuccess":"Avertissement de contenu ajouté avec succès","modRemoveCWConfirm":"Êtes-vous sûr·e de vouloir supprimer l\'avertissement de contenu sur cette publication ?","modRemoveCWSuccess":"Avertissement de contenu supprimé avec succès","modUnlistConfirm":"Êtes-vous sûr·e de vouloir retirer cette publication des flux ?","modUnlistSuccess":"Publication retirée des fils avec succès","modMarkAsSpammerConfirm":"Êtes-vous sûr·e de vouloir marquer cet utilisateur·rice comme spammeur·euse ? Toutes les publications existantes et futures seront retirées des flux et un avertissement de contenu sera appliqué.","modMarkAsSpammerSuccess":"Compte marqué avec succès comme spammeur","toFollowers":"aux abonné·e·s","showCaption":"Afficher la légende","showLikes":"Afficher les J\'aime","compactMode":"Mode compact","embedConfirmText":"En utilisant ce module, vous acceptez nos","deletePostConfirm":"Êtes-vous sûr·e de vouloir supprimer cette publication ?","archivePostConfirm":"Êtes-vous sûr·e de vouloir archiver cette publication ?","unarchivePostConfirm":"Êtes-vous sûr·e de vouloir désarchiver cette publication ?"},"story":{"add":"Ajouter une story"},"timeline":{"peopleYouMayKnow":"Connaissances possibles"},"hashtags":{"emptyFeed":"Aucune publication ne semble exister pour ce hashtag"}}')},28863:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"תגובה","commented":"הגיבו","comments":"תגובות","like":"אוהב","liked":"אהבתי","likes":"אהבות","share":"שיתוף","shared":"שיתפו","shares":"שיתופים","unshare":"ביטול-שיתוף","cancel":"ביטול","copyLink":"העתק קישור","delete":"מחק","error":"שגיאה","errorMsg":"משהו השתבש. אנא נסו שוב מאוחר יותר.","oops":"אופס!","other":"אחר","readMore":"קרא עוד","success":"הצלחה","sensitive":"רגיש","sensitiveContent":"תוכן רגיש","sensitiveContentWarning":"פוסט זה עלול להכיל תוכן רגיש"},"site":{"terms":"תנאי שימוש","privacy":"מדיניות פרטיות"},"navmenu":{"search":"חיפוש","admin":"לוח בקרה למנהל","homeFeed":"פיד ביתי","localFeed":"פיד מקומי","globalFeed":"פיד גלובאלי","discover":"גלו","directMessages":"הודעות אישיות","notifications":"התראות","groups":"קבוצות","stories":"סיפורים","profile":"פרופיל","drive":"כונן (דרייב)","settings":"הגדרות","compose":"צרו חדש","logout":"התנתק/י","about":"אודות","help":"עזרה","language":"שפה","privacy":"פרטיות","terms":"תנאים","backToPreviousDesign":"חזרה לעיצוב הקודם"},"directMessages":{"inbox":"הודעות נכנסות","sent":"הודעות יוצאות","requests":"בקשות"},"notifications":{"liked":"אהבו לך","commented":"הגיבו לך על","reacted":"הגיבו לך על","shared":"שיתפו לך","tagged":"תייגו אותך בתוך","updatedA":"עדכנו","sentA":"שלחו","followed":"עוקבים","mentioned":"ציינו","you":"אתכם","yourApplication":"בקשתכם להצטרפות","applicationApproved":"אושרה!","applicationRejected":"נדחתה. ניתן לשלוח בקשה חוזרת לאחר 6 חודשים.","dm":"הודעה אישית","groupPost":"פוסט קבוצתי","modlog":"לוג מנהלים","post":"פוסט","story":"סטורי"},"post":{"shareToFollowers":"שתף לעוקבים","shareToOther":"שתף ל-אחר","noLikes":"אין עדיין סימוני \\"אהבתי\\"","uploading":"מעלה"},"profile":{"posts":"פוסטים","followers":"עוקבים","following":"עוקב/ת","admin":"מנהל מערכת","collections":"אוספים","follow":"עקוב","unfollow":"הפסק מעקב","editProfile":"ערוך פרופיל","followRequested":"בקשת עקיבה","joined":"הצטרפויות","emptyCollections":"לא נמצאו אוספים","emptyPosts":"לא נמצאו פוסטים"},"menu":{"viewPost":"הצג פוסט","viewProfile":"הצג פרופיל","moderationTools":"כלי ניהול","report":"דווח","archive":"ארכיון","unarchive":"הסר מהארכיון","embed":"הטמע","selectOneOption":"בחר באחד מהאפשרויות הבאות","unlistFromTimelines":"העלם מטיימליינים","addCW":"הוסף אזהרת תוכן","removeCW":"הסר אזהרת תוכן","markAsSpammer":"סמן בתור ספאמר (מציף)","markAsSpammerText":"העלם והפעל אזהרת תוכן לפוסטים קיימים ועתידיים","spam":"ספאם","sensitive":"תוכן רגיש","abusive":"תוכן מטריד או מזיק","underageAccount":"תוכן עם קטינים","copyrightInfringement":"הפרת זכויות יוצרים","impersonation":"התחזות","scamOrFraud":"הונאה","confirmReport":"אישור דיווח","confirmReportText":"האם אתם בטוחים שברצונכם לדווח על פוסט זה?","reportSent":"דיווח נשלח!","reportSentText":"התקבלה הדיווח.","reportSentError":"הייתה תקלה בדיווח פוסט זה.","modAddCWConfirm":"אתם בטוחים שברצונכם להוסיף אזהרת תוכן לפוסט זה?","modCWSuccess":"אזהרת תוכן נוספה בהצלחה","modRemoveCWConfirm":"אתם בטוחים שברצונכם להסיר את אזהרת התוכן מפוסט זה?","modRemoveCWSuccess":"אזהרת תוכן הוסרה בהצלחה","modUnlistConfirm":"האם אתם בטוחים שברצונכם להעלים פוסט זה?","modUnlistSuccess":"פוסט הועלם בהצלחה","modMarkAsSpammerConfirm":"האם אתם בטוחים שברצונכם לסמן משתמש זה בתור ספאמר (מציף)? כל הפוסטים הקיימים ועתידיים יועלמו ואזהרת תוכן תופעל.","modMarkAsSpammerSuccess":"חשבון סומן בתור ספאמר בהצלחה","toFollowers":"עבור עוקבים","showCaption":"הצג תיאור","showLikes":"הצג כמות ״אהבתי״","compactMode":"מצב מוקטן","embedConfirmText":"בעט שימוש בהמטעה זו, הנכם מסכימים אל","deletePostConfirm":"האם אתם בטוחים שברצונכם למחוק פוסט זה?","archivePostConfirm":"האם אתם בטוחים שברצונכם להעביר פוסט זה לארכיון?","unarchivePostConfirm":"האם אתם בטוחים שברצונכם להוציא פוסט זה מהארכיון?"},"story":{"add":"הוסף סטורי"},"timeline":{"peopleYouMayKnow":"אנשים שאתם אולי מכירים"},"hashtags":{"emptyFeed":"לא נמצאו פוסטים עבור תיוג זה"}}')},14706:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Komentar","commented":"Dikomentari","comments":"Komentar","like":"Menyukai","liked":"Disukai","likes":"Suka","share":"Bagikan","shared":"Dibagikan","shares":"Dibagikan","unshare":"Batalkan berbagi","cancel":"Batal","copyLink":"Salin tautan","delete":"Hapus","error":"Kesalahan","errorMsg":"Telah terjadi kesalahan. Silakan coba lagi nanti.","oops":"Oops!","other":"Lainnya","readMore":"Baca selengkapnya","success":"Berhasil","sensitive":"Sensitif","sensitiveContent":"Konten Sensitif","sensitiveContentWarning":"Postingan ini mengandung konten sensitif"},"site":{"terms":"Ketentuan Penggunaan","privacy":"Kebijakan Privasi"},"navmenu":{"search":"Cari","admin":"Dasbor Admin","homeFeed":"Beranda","localFeed":"Umpan lokal","globalFeed":"Umpan global","discover":"Jelajahi","directMessages":"Pesan Langsung","notifications":"Notifikasi","groups":"Grup","stories":"Cerita","profile":"Profil","drive":"Perangkat Keras","settings":"Pengaturan","compose":"Membuat baru","logout":"Keluar","about":"Tentang","help":"Bantuan","language":"Bahasa","privacy":"Privasi","terms":"Ketentuan","backToPreviousDesign":"Kembali ke desain sebelumnya"},"directMessages":{"inbox":"Kotak Masuk","sent":"Terkirim","requests":"Permintaan"},"notifications":{"liked":"menyukai","commented":"mengomentari","reacted":"bereaksi terhadap","shared":"membagikan","tagged":"menandai Anda pada sebuah","updatedA":"mengupdate sebuah","sentA":"mengirim sebuah","followed":"diikuti","mentioned":"disebut","you":"anda","yourApplication":"Aplikasi anda untuk mengikuti","applicationApproved":"telah disetujui!","applicationRejected":"telah ditolak. Anda dapat kembali mengajukan untuk bergabung dalam 6 bulan.","dm":"dm","groupPost":"postingan grup","modlog":"modlog","post":"postingan","story":"cerita"},"post":{"shareToFollowers":"Membagikan kepada pengikut","shareToOther":"Membagikan ke orang lain","noLikes":"Belum ada yang menyukai","uploading":"Mengunggah"},"profile":{"posts":"Postingan","followers":"Pengikut","following":"Mengikuti","admin":"Pengelola","collections":"Koleksi","follow":"Ikuti","unfollow":"Berhenti Ikuti","editProfile":"Ubah Profil","followRequested":"Meminta Permintaan Mengikuti","joined":"Bergabung","emptyCollections":"Sepertinya kami tidak dapat menemukan koleksi apapun","emptyPosts":"Sepertinya kami tidak dapat menemukan postingan apapun"},"menu":{"viewPost":"Lihat Postingan","viewProfile":"Lihat Profil","moderationTools":"Alat Moderasi","report":"Laporkan","archive":"Arsipkan","unarchive":"Keluarkan dari arsip","embed":"Penyemat","selectOneOption":"Pilih salah satu dari opsi berikut","unlistFromTimelines":"Keluarkan dari Timeline","addCW":"Tambahkan peringatan konten","removeCW":"Hapus Peringatan Konten","markAsSpammer":"Tandai sebagai pelaku spam","markAsSpammerText":"Hapus dari daftar dan tambahkan peringatan konten pada konten yang telah ada dan akan datang","spam":"Spam","sensitive":"Konten Sensitif","abusive":"Kasar atau Berbahaya","underageAccount":"Akun di bawah umur","copyrightInfringement":"Pelanggaran Hak Cipta","impersonation":"Peniruan","scamOrFraud":"Penipuan","confirmReport":"Konfirmasi Laporan","confirmReportText":"Apakah Anda yakin ingin melaporkan postingan ini?","reportSent":"Laporan Terkirim!","reportSentText":"Kita telah berhasil menerima laporan Anda.","reportSentError":"Ada masalah saat melaporkan postingan ini.","modAddCWConfirm":"Apakah Anda yakin ingin menambahkan peringatan konten pada postingan ini?","modCWSuccess":"Berhasil menambahkan peringatan konten","modRemoveCWConfirm":"Apakah Anda yakin ingin menghapus peringatan konten pada postingan ini?","modRemoveCWSuccess":"Berhasil menghapus peringatan konten","modUnlistConfirm":"Apakah Anda yakin ingin mengeluarkan postingan ini dari daftar?","modUnlistSuccess":"Berhasil mengeluarkan postingan dari daftar","modMarkAsSpammerConfirm":"Apakah Anda ingin menandai pengguna ini sebagai pelaku spam? Semua postingan yang ada dan akan datang akan dihapus dari timeline dan peringatan konten akan diterapkan.","modMarkAsSpammerSuccess":"Berhasil menandai akun sebagai pelaku spam","toFollowers":"kepada Pengikut","showCaption":"Tampilkan Keterangan","showLikes":"Tampilkan suka","compactMode":"Mode Praktis","embedConfirmText":"Dengan menggunakan penyemat ini, Anda setuju dengan","deletePostConfirm":"Apakah Anda yakin ingin menghapus postingan ini?","archivePostConfirm":"Apakah Anda yakin ingin mengarsip postingan ini?","unarchivePostConfirm":"Apakah Anda yakin ingin tidak mengarsipkan postingan ini?"},"story":{"add":"Tambah Cerita"},"timeline":{"peopleYouMayKnow":"Orang yang mungkin Anda kenal"},"hashtags":{"emptyFeed":"Sepertinya kami tidak dapat menemukan postingan untuk tagar ini"}}')},71268:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Commenta","commented":"Commentato","comments":"Commenti","like":"Like","liked":"Like aggiunto","likes":"Tutti i Like","share":"Condividi","shared":"Condiviso","shares":"Condivisioni","unshare":"Annulla condivisione","cancel":"Annulla","copyLink":"Copia link","delete":"Elimina","error":"Errore","errorMsg":"Qualcosa è andato storto. Sei pregato di riprovare più tardi.","oops":"Ops!","other":"Altro","readMore":"Leggi di più","success":"Riuscito","sensitive":"Sensibile","sensitiveContent":"Contenuto Sensibile","sensitiveContentWarning":"Questo post potrebbe contenere contenuti sensibili"},"site":{"terms":"Termini di Utilizzo","privacy":"Informativa Privacy"},"navmenu":{"search":"Cerca","admin":"Pannello di amministrazione","homeFeed":"Feed Home","localFeed":"Feed Locale","globalFeed":"Feed Globale","discover":"Esplora","directMessages":"Messaggi Diretti","notifications":"Notifiche","groups":"Gruppi","stories":"Storie","profile":"Profilo","drive":"Drive","settings":"Impostazioni","compose":"Crea Nuovo","logout":"Esci","about":"Info","help":"Supporto","language":"Lingua","privacy":"Privacy","terms":"Condizioni","backToPreviousDesign":"Torna al design precedente"},"directMessages":{"inbox":"In arrivo","sent":"Inviata","requests":"Richieste"},"notifications":{"liked":"ha messo like a","commented":"ha commentato","reacted":"ha reagito a","shared":"ha condiviso","tagged":"ti ha taggato in","updatedA":"ha aggiornato un","sentA":"ha inviato un","followed":"stai seguendo","mentioned":"menzionato","you":"tu","yourApplication":"La tua candidatura per unirti","applicationApproved":"è stata approvata!","applicationRejected":"è stata respinta. Puoi richiedere di unirti fra 6 mesi.","dm":"dm","groupPost":"post di gruppo","modlog":"modlog","post":"post","story":"storia"},"post":{"shareToFollowers":"Condividi con i follower","shareToOther":"Condividi con altri","noLikes":"Ancora nessun Like","uploading":"Caricamento in corso"},"profile":{"posts":"Post","followers":"Follower","following":"Seguiti","admin":"Amministrazione","collections":"Collezioni","follow":"Segui","unfollow":"Smetti di seguire","editProfile":"Modifica profilo","followRequested":"Richiesta in attesa","joined":"Iscritto","emptyCollections":"Non riusciamo a trovare alcuna collezione","emptyPosts":"Non riusciamo a trovare alcun post"},"menu":{"viewPost":"Mostra Post","viewProfile":"Mostra Profilo","moderationTools":"Strumenti di moderazione","report":"Segnala","archive":"Archivia","unarchive":"Rimuovi dall\'archivio","embed":"Incorpora","selectOneOption":"Scegli una delle seguenti opzioni","unlistFromTimelines":"Rimuovi dalle Timeline","addCW":"Aggiungi segnalazione","removeCW":"Rimuovi segnalazione","markAsSpammer":"Segna come Spammer","markAsSpammerText":"Rimuovi dalla lista + segnalazione di contenuti sensibili per post attuali e futuri","spam":"Spam","sensitive":"Contenuto Sensibile","abusive":"Abusivo o Dannoso","underageAccount":"Account di minorenne","copyrightInfringement":"Violazione del copyright","impersonation":"Impersonifica","scamOrFraud":"Truffa o frode","confirmReport":"Conferma Segnalazione","confirmReportText":"Sei sicurə di voler segnalare questo contenuto?","reportSent":"Segnalazione inviata!","reportSentText":"Abbiamo ricevuto la tua segnalazione con successo.","reportSentError":"Si è verificato un problema nella segnalazione di questo post.","modAddCWConfirm":"Sei sicurə di voler segnalare come sensibile questo post?","modCWSuccess":"Segnalazione aggiunta con successo","modRemoveCWConfirm":"Sei sicurə di voler rimuovere la segnalazione da questo post?","modRemoveCWSuccess":"Segnalazione rimossa con successo","modUnlistConfirm":"Sei sicurə di voler rimuovere questo post dall’elenco?","modUnlistSuccess":"Post rimosso dall’elenco con successo","modMarkAsSpammerConfirm":"Sei sicuro di voler contrassegnare questo utente come spammer? Tutti i suoi post esistenti e futuri saranno rimossi dalle timeline e una segnalazione per contenuti sensibili sarà aggiunta.","modMarkAsSpammerSuccess":"Account contrassegnato come spammer con successo","toFollowers":"ai follower","showCaption":"Mostra didascalia","showLikes":"Mostra i like","compactMode":"Modalità compatta","embedConfirmText":"Usando questo strumento, acconsenti ai nostri","deletePostConfirm":"Sei sicurə di voler eliminare questo post?","archivePostConfirm":"Sei sicurə di voler archiviare questo post?","unarchivePostConfirm":"Sei sicurə di voler rimuovere questo post dall’archivio?"},"story":{"add":"Aggiungi Storia"},"timeline":{"peopleYouMayKnow":"Persone che potresti conoscere"},"hashtags":{"emptyFeed":"Non riusciamo a trovare alcun post con questo hashtag"}}')},6048:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Reactie","commented":"Heeft gereageerd","comments":"Reacties","like":"Leuk","liked":"Leuk gevonden","likes":"Leuk gevonden","share":"Delen","shared":"Gedeeld","shares":"Gedeeld door","unshare":"Niet meer delen","cancel":"Annuleren","copyLink":"Link kopiëren","delete":"Verwijderen","error":"Fout","errorMsg":"Er is iets misgegaan. Probeer het later opnieuw.","oops":"Oeps!","other":"Anders","readMore":"Lees meer","success":"Geslaagd","sensitive":"Gevoelig","sensitiveContent":"Gevoelige inhoud","sensitiveContentWarning":"Deze post kan gevoelige inhoud bevatten"},"site":{"terms":"Gebruiksvoorwaarden","privacy":"Privacy beleid"},"navmenu":{"search":"Zoeken","admin":"Beheerdersdashboard","homeFeed":"Thuis Feed","localFeed":"Lokale Feed","globalFeed":"Globale feed","discover":"Ontdekken","directMessages":"Directe berichten","notifications":"Notificaties","groups":"Groepen","stories":"Verhalen","profile":"Profiel","drive":"Drive","settings":"Instellingen","compose":"Nieuwe aanmaken","logout":"Logout","about":"Over","help":"Hulp","language":"Taal","privacy":"Privacy","terms":"Voorwaarden","backToPreviousDesign":"Ga terug naar het vorige ontwerp"},"directMessages":{"inbox":"Inbox","sent":"Verzonden","requests":"Verzoeken"},"notifications":{"liked":"vond leuk je","commented":"reageerde op je","reacted":"heeft gereageerd op je","shared":"deelde je","tagged":"heeft je gatagged in","updatedA":"heeft bijgewerkt een","sentA":"stuurde een","followed":"volgde","mentioned":"noemde","you":"jou","yourApplication":"Uw aanvraag om toe te treden","applicationApproved":"werd goedgekeurd!","applicationRejected":"werd afgekeurd. Je kunt over 6 maanden opnieuw aanmelden.","dm":"dm","groupPost":"groepspost","modlog":"modlogboek","post":"post","story":"verhaal"},"post":{"shareToFollowers":"Deel met volgers","shareToOther":"Deel met anderen","noLikes":"Nog geen leuks","uploading":"Uploaden"},"profile":{"posts":"Posts","followers":"Volgers","following":"Aan het volgen","admin":"Beheerder","collections":"Collecties","follow":"Volgen","unfollow":"Ontvolgen","editProfile":"Profiel bewerken","followRequested":"Volgen verzocht","joined":"Lid geworden","emptyCollections":"We can\'t seem to find any collections","emptyPosts":"We can\'t seem to find any posts"},"menu":{"viewPost":"Post bekijken","viewProfile":"Profiel bekijken","moderationTools":"Moderatiegereedschappen","report":"Rapporteren","archive":"Archief","unarchive":"Dearchiveren","embed":"Insluiten","selectOneOption":"Selecteer een van de volgende opties","unlistFromTimelines":"Uit tijdlijnen halen","addCW":"Inhoudswaarschuwing toevoegen","removeCW":"Inhoudswaarschuwing verwijderen","markAsSpammer":"Markeren als spammer","markAsSpammerText":"Uit lijst halen + inhoudswaarschuwing bestaande en toekomstige posts","spam":"Spam","sensitive":"Gevoelige inhoud","abusive":"Beledigend of Schadelijk","underageAccount":"Minderjarig account","copyrightInfringement":"Auteursrechtenschending","impersonation":"Impersonatie","scamOrFraud":"Oplichting of fraude","confirmReport":"Bevestig Rapport","confirmReportText":"Weet je zeker dat je deze post wilt rapporteren?","reportSent":"Rapport verzonden!","reportSentText":"We hebben uw rapport met succes ontvangen.","reportSentError":"Er is een probleem opgetreden bij het rapporteren van deze post.","modAddCWConfirm":"Weet u zeker dat u een waarschuwing voor inhoud wilt toevoegen aan deze post?","modCWSuccess":"Inhoudswaarschuwing succesvol toegevoegd","modRemoveCWConfirm":"Weet u zeker dat u de waarschuwing voor inhoud wilt verwijderen van deze post?","modRemoveCWSuccess":"Succesvol de inhoudswaarschuwing verwijderd","modUnlistConfirm":"Weet je zeker dat je deze post uit de lijst wilt halen?","modUnlistSuccess":"Post met succes uit de lijst gehaald","modMarkAsSpammerConfirm":"Weet u zeker dat u deze gebruiker wilt markeren als spammer? Alle bestaande en toekomstige posts worden niet vermeld op tijdlijnen en een waarschuwing over de inhoud zal worden toegepast.","modMarkAsSpammerSuccess":"Account succesvol gemarkeerd als spammer","toFollowers":"naar volgers","showCaption":"Onderschrift tonen","showLikes":"Leuks tonen","compactMode":"Compacte modus","embedConfirmText":"Door deze embed te gebruiken, gaat u akkoord met onze","deletePostConfirm":"Weet je zeker dat je deze post wil verwijderen?","archivePostConfirm":"Weet je zeker dat je deze post wilt archiveren?","unarchivePostConfirm":"Weet je zeker dat je deze post wilt dearchiveren?"},"story":{"add":"Verhaal toevoegen"},"timeline":{"peopleYouMayKnow":"Mensen die u misschien kent"},"hashtags":{"emptyFeed":"We can\'t seem to find any posts for this hashtag"}}')},39719:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Comentar","commented":"Comentado","comments":"Comentários","like":"Curtir","liked":"Curtiu","likes":"Curtidas","share":"Compartilhar","shared":"Compartilhado","shares":"Compartilhamentos","unshare":"Desfazer compartilhamento","cancel":"Cancelar","copyLink":"Copiar link","delete":"Apagar","error":"Erro","errorMsg":"Algo deu errado. Por favor, tente novamente mais tarde.","oops":"Opa!","other":"Outro","readMore":"Leia mais","success":"Sucesso","sensitive":"Sensível","sensitiveContent":"Conteúdo sensível","sensitiveContentWarning":"Esta publicação pode conter conteúdo inapropriado"},"site":{"terms":"Termos de Uso","privacy":"Política de Privacidade"},"navmenu":{"search":"Pesquisar","admin":"Painel do Administrador","homeFeed":"Página inicial","localFeed":"Feed local","globalFeed":"Feed global","discover":"Explorar","directMessages":"Mensagens privadas","notifications":"Notificações","groups":"Grupos","stories":"Histórias","profile":"Perfil","drive":"Mídias","settings":"Configurações","compose":"Criar novo","logout":"Sair","about":"Sobre","help":"Ajuda","language":"Idioma","privacy":"Privacidade","terms":"Termos","backToPreviousDesign":"Voltar ao design anterior"},"directMessages":{"inbox":"Caixa de entrada","sent":"Enviadas","requests":"Solicitações"},"notifications":{"liked":"curtiu seu","commented":"comentou em seu","reacted":"reagiu ao seu","shared":"compartilhou seu","tagged":"marcou você em um","updatedA":"atualizou um(a)","sentA":"enviou um","followed":"seguiu","mentioned":"mencionado","you":"você","yourApplication":"Sua inscrição para participar","applicationApproved":"foi aprovado!","applicationRejected":"foi rejeitado. Você pode se inscrever novamente para participar em 6 meses.","dm":"mensagem direta","groupPost":"postagem do grupo","modlog":"histórico de moderação","post":"publicação","story":"história"},"post":{"shareToFollowers":"Compartilhar com os seguidores","shareToOther":"Compartilhar com outros","noLikes":"Ainda sem curtidas","uploading":"Enviando"},"profile":{"posts":"Publicações","followers":"Seguidores","following":"Seguindo","admin":"Administrador","collections":"Coleções","follow":"Seguir","unfollow":"Deixar de seguir","editProfile":"Editar Perfil","followRequested":"Solicitação de seguir enviada","joined":"Entrou","emptyCollections":"Não conseguimos encontrar nenhuma coleção","emptyPosts":"Não encontramos nenhuma publicação"},"menu":{"viewPost":"Ver publicação","viewProfile":"Ver Perfil","moderationTools":"Ferramentas de moderação","report":"Denunciar","archive":"Arquivo","unarchive":"Desarquivar","embed":"Incorporar","selectOneOption":"Selecione uma das opções a seguir","unlistFromTimelines":"Retirar das linhas do tempo","addCW":"Adicionar aviso de conteúdo","removeCW":"Remover aviso de conteúdo","markAsSpammer":"Marcar como Spammer","markAsSpammerText":"Retirar das linhas do tempo + adicionar aviso de conteúdo às publicações antigas e futuras","spam":"Lixo Eletrônico","sensitive":"Conteúdo sensível","abusive":"Abusivo ou Prejudicial","underageAccount":"Conta de menor de idade","copyrightInfringement":"Violação de direitos autorais","impersonation":"Roubo de identidade","scamOrFraud":"Golpe ou Fraude","confirmReport":"Confirmar denúncia","confirmReportText":"Você realmente quer denunciar esta publicação?","reportSent":"Denúncia enviada!","reportSentText":"Nós recebemos sua denúncia com sucesso.","reportSentError":"Houve um problema ao denunciar esta publicação.","modAddCWConfirm":"Você realmente quer adicionar um aviso de conteúdo a esta publicação?","modCWSuccess":"Aviso de conteúdo sensível adicionado com sucesso","modRemoveCWConfirm":"Você realmente quer remover o aviso de conteúdo desta publicação?","modRemoveCWSuccess":"Aviso de conteúdo sensível removido com sucesso","modUnlistConfirm":"Você realmente quer definir esta publicação como não listada?","modUnlistSuccess":"A publicação foi definida como não listada com sucesso","modMarkAsSpammerConfirm":"Você realmente quer denunciar este usuário por spam? Todas as suas publicações anteriores e futuras serão marcadas com um aviso de conteúdo e removidas das linhas do tempo.","modMarkAsSpammerSuccess":"Perfil denunciado com sucesso","toFollowers":"para seguidores","showCaption":"Mostrar legenda","showLikes":"Mostrar curtidas","compactMode":"Modo compacto","embedConfirmText":"Ao usar de forma “embed”, você concorda com nossas","deletePostConfirm":"Você tem certeza que deseja excluir esta publicação?","archivePostConfirm":"Tem certeza que deseja arquivar esta publicação?","unarchivePostConfirm":"Tem certeza que deseja desarquivar esta publicação?"},"story":{"add":"Adicionar Story"},"timeline":{"peopleYouMayKnow":"Pessoas que você talvez conheça"},"hashtags":{"emptyFeed":"Não encontramos nenhuma publicação com esta hashtag"}}')},11319:t=>{"use strict";t.exports=JSON.parse('{"common":{"comment":"Комментарий","commented":"Прокомментировано","comments":"Комментарии","like":"Мне нравится","liked":"Вы лайкнули","likes":"Лайки","share":"Поделиться","shared":"Поделились","shares":"Поделились","unshare":"Не делиться","cancel":"Отмена","copyLink":"Скопировать ссылку","delete":"Удалить","error":"Ошибка","errorMsg":"Что-то пошло не так. Пожалуйста, попробуйте еще раз позже.","oops":"Упс!","other":"Прочее","readMore":"Читать далее","success":"Успешно","sensitive":"Чувствительный","sensitiveContent":"Чувствительный контент","sensitiveContentWarning":"Этот пост может содержать чувствительный контент"},"site":{"terms":"Условия использования","privacy":"Политика конфиденциальности"},"navmenu":{"search":"Поиск","admin":"Панель администратора","homeFeed":"Домашняя лента","localFeed":"Локальная лента","globalFeed":"Глобальная лента","discover":"Общее","directMessages":"Личные Сообщения","notifications":"Уведомления","groups":"Группы","stories":"Истории","profile":"Профиль","drive":"Диск","settings":"Настройки","compose":"Создать новый пост","logout":"Logout","about":"О нас","help":"Помощь","language":"Язык","privacy":"Конфиденциальность","terms":"Условия использования","backToPreviousDesign":"Вернуться к предыдущему дизайну"},"directMessages":{"inbox":"Входящие","sent":"Отправленные","requests":"Запросы"},"notifications":{"liked":"понравился ваш","commented":"прокомментировал ваш","reacted":"отреагировал на ваш","shared":"поделился вашим","tagged":"отметил вас в публикации","updatedA":"updated a","sentA":"отправил","followed":"подписался","mentioned":"mentioned","you":"вы","yourApplication":"Ваше заявка на вступление","applicationApproved":"было одобрено!","applicationRejected":"было отклонено. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.","dm":"сообщение","groupPost":"сообщения группы","modlog":"modlog","post":"пост","story":"история"},"post":{"shareToFollowers":"Поделиться с подписчиками","shareToOther":"Поделиться с другими","noLikes":"Пока никому не понравилось","uploading":"Загружается"},"profile":{"posts":"Посты","followers":"Подписчики","following":"Подписки","admin":"Администратор","collections":"Коллекции","follow":"Подписаться","unfollow":"Отписаться","editProfile":"Редактировать профиль","followRequested":"Хочет на Вас подписаться","joined":"Регистрация","emptyCollections":"Похоже, мы не можем найти ни одной коллекции","emptyPosts":"Похоже, мы не можем найти ни одной записи"},"menu":{"viewPost":"Показать пост","viewProfile":"Посмотреть профиль","moderationTools":"Инструменты модерации","report":"Пожаловаться","archive":"Архив","unarchive":"Вернуть из архива","embed":"Встроить","selectOneOption":"Выберите один из вариантов","unlistFromTimelines":"Скрыть из лент","addCW":"Добавить предупреждение о контенте","removeCW":"Удалить предупреждение о контенте","markAsSpammer":"Пометить как спамера","markAsSpammerText":"Unlist + CW existing and future posts","spam":"Спам","sensitive":"Деликатный контент","abusive":"Жестокое обращение или причинение вреда","underageAccount":"Несовершеннолетний аккаунт","copyrightInfringement":"Нарушение авторских прав","impersonation":"Представление себя за другого человека","scamOrFraud":"Обман или мошенничество","confirmReport":"Подтвердить жалобу","confirmReportText":"Вы действительно хотите пожаловаться на этот пост?","reportSent":"Жалоба отправлена!","reportSentText":"Мы успешно получили Вашу жалобу.","reportSentError":"При отправке жалобы на этот пост произошла ошибка.","modAddCWConfirm":"Вы действительно хотите добавить предупреждение о контенте на этот пост?","modCWSuccess":"Предупреждение о контенте успешно добавлено","modRemoveCWConfirm":"Вы действительно хотите удалить предупреждение о контенте с этого поста?","modRemoveCWSuccess":"Предупреждение о контенте успешно удалено","modUnlistConfirm":"Вы действительно хотите скрыть этот пост из лент?","modUnlistSuccess":"Successfully unlisted post","modMarkAsSpammerConfirm":"Вы уверены, что хотите отметить этого пользователя спамом? Все существующие и будущие сообщения будут исключены из списка в сроки, и будет применяться предупреждение о содержании.","modMarkAsSpammerSuccess":"Аккаунт успешно помечен как спаммер","toFollowers":"to Followers","showCaption":"Показать подпись","showLikes":"Показать отметки \\"мне нравится\\"","compactMode":"Компактный режим","embedConfirmText":"By using this embed, you agree to our","deletePostConfirm":"Вы действительно хотите удалить этот пост?","archivePostConfirm":"Вы действительно хотите архивировать этот пост?","unarchivePostConfirm":"Вы действительно хотите убрать этот пост из архива?"},"story":{"add":"Добавить историю"},"timeline":{"peopleYouMayKnow":"Возможные друзья"},"hashtags":{"emptyFeed":"Похоже, мы не можем найти записи для этого хэштега"}}')}},t=>{t.O(0,[898],(()=>{return e=43248,t(t.s=e);var e}));t.O()}]); |