Compare commits
No commits in common. "3d86e52b25281e74c0cb804f8c758cc3fd0b27b3" and "a9c1a9157112b46eb461071f83c8aa50d36fefa8" have entirely different histories.
3d86e52b25
...
a9c1a91571
|
@ -3,8 +3,6 @@
|
||||||
<div class="content-inner">
|
<div class="content-inner">
|
||||||
<h1 class="heading">Stats</h1>
|
<h1 class="heading">Stats</h1>
|
||||||
|
|
||||||
<span class="version">traxxx {{ version }}</span>
|
|
||||||
|
|
||||||
<dl class="stat-table">
|
<dl class="stat-table">
|
||||||
<div class="stat-row">
|
<div class="stat-row">
|
||||||
<dt class="stat-label">Networks</dt>
|
<dt class="stat-label">Networks</dt>
|
||||||
|
@ -46,8 +44,6 @@ async function mounted() {
|
||||||
this.totalActors = stats.totalActors;
|
this.totalActors = stats.totalActors;
|
||||||
this.totalNetworks = stats.totalNetworks;
|
this.totalNetworks = stats.totalNetworks;
|
||||||
this.totalChannels = stats.totalChannels;
|
this.totalChannels = stats.totalChannels;
|
||||||
|
|
||||||
this.version = VERSION; // eslint-disable-line no-undef
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
|
@ -43,8 +43,9 @@ async function mounted() {
|
||||||
'teen',
|
'teen',
|
||||||
'milf',
|
'milf',
|
||||||
'blowjob',
|
'blowjob',
|
||||||
'dp',
|
'orgy',
|
||||||
'gangbang',
|
'gangbang',
|
||||||
|
'dp',
|
||||||
'facial',
|
'facial',
|
||||||
'creampie',
|
'creampie',
|
||||||
'squirting',
|
'squirting',
|
||||||
|
@ -64,44 +65,30 @@ async function mounted() {
|
||||||
],
|
],
|
||||||
oral: [
|
oral: [
|
||||||
'blowjob',
|
'blowjob',
|
||||||
'pussy-eating',
|
|
||||||
'ass-eating',
|
|
||||||
'69',
|
|
||||||
'double-blowjob',
|
|
||||||
'deepthroat',
|
'deepthroat',
|
||||||
'facefucking',
|
'facefucking',
|
||||||
'atm',
|
'double-blowjob',
|
||||||
],
|
|
||||||
group: [
|
|
||||||
'mfm',
|
|
||||||
'mff',
|
|
||||||
'orgy',
|
|
||||||
'gangbang',
|
|
||||||
'blowbang',
|
'blowbang',
|
||||||
],
|
'pussy-eating',
|
||||||
manual: [
|
'ass-eating',
|
||||||
'handjob',
|
'atm',
|
||||||
'fingering',
|
|
||||||
'anal-fingering',
|
|
||||||
'titty-fucking',
|
|
||||||
],
|
],
|
||||||
cumshot: [
|
cumshot: [
|
||||||
'facial',
|
'facial',
|
||||||
'creampie',
|
|
||||||
'cum-in-mouth',
|
|
||||||
'cum-on-boobs',
|
|
||||||
'cum-on-butt',
|
|
||||||
'cum-on-pussy',
|
|
||||||
'anal-creampie',
|
|
||||||
'oral-creampie',
|
|
||||||
'bukkake',
|
'bukkake',
|
||||||
|
'creampie',
|
||||||
|
'anal-creampie',
|
||||||
|
'cum-in-mouth',
|
||||||
|
'oral-creampie',
|
||||||
|
'cum-on-butt',
|
||||||
],
|
],
|
||||||
toys: [
|
extreme: [
|
||||||
'toy-anal',
|
'airtight',
|
||||||
'toy-dp',
|
'dap',
|
||||||
'double-dildo',
|
'dvp',
|
||||||
'double-dildo-blowjob',
|
'da-tp',
|
||||||
'double-dildo-anal',
|
'dv-tp',
|
||||||
|
'tap',
|
||||||
],
|
],
|
||||||
roleplay: [
|
roleplay: [
|
||||||
'family',
|
'family',
|
||||||
|
@ -112,24 +99,18 @@ async function mounted() {
|
||||||
],
|
],
|
||||||
fetish: [
|
fetish: [
|
||||||
'bdsm',
|
'bdsm',
|
||||||
'femdom',
|
|
||||||
'bondage',
|
'bondage',
|
||||||
'blindfold',
|
'femdom',
|
||||||
],
|
],
|
||||||
extreme: [
|
toys: [
|
||||||
'dp',
|
'anal-toys',
|
||||||
'airtight',
|
'double-dildo',
|
||||||
'dap',
|
'double-dildo-blowjob',
|
||||||
'dvp',
|
|
||||||
'da-tp',
|
|
||||||
'dv-tp',
|
|
||||||
'tap',
|
|
||||||
],
|
],
|
||||||
misc: [
|
misc: [
|
||||||
'gaping',
|
'gaping',
|
||||||
'squirting',
|
'squirting',
|
||||||
'oil',
|
'oil',
|
||||||
'bts',
|
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -173,24 +154,18 @@ export default {
|
||||||
|
|
||||||
.tiles {
|
.tiles {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(20rem, .33fr));
|
grid-template-columns: repeat(auto-fill, minmax(23rem, .33fr));
|
||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
margin: 0 0 1.5rem 0;
|
margin: 0 0 1.5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
padding: 0 0 0 .5rem;
|
|
||||||
margin: 2rem 0 1rem 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.category:first-child .heading {
|
|
||||||
margin: .5rem 0 1rem 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: $breakpoint3) {
|
@media(max-width: $breakpoint3) {
|
||||||
.tiles {
|
.tiles {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(18rem, .5fr));
|
grid-template-columns: repeat(auto-fill, minmax(20rem, .5fr));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.136.0",
|
"version": "1.135.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.136.0",
|
"version": "1.135.9",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 846 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 6.6 MiB After Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 8.4 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 36 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 992 KiB |
Before Width: | Height: | Size: 774 KiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 372 KiB |
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 7.4 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 339 KiB |
Before Width: | Height: | Size: 445 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 676 KiB |
Before Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 613 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 407 KiB |
Before Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 187 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 360 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 938 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 1.0 MiB |
Before Width: | Height: | Size: 638 KiB |
Before Width: | Height: | Size: 831 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 183 KiB |
Before Width: | Height: | Size: 2.5 MiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 242 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.3 MiB |