Compare commits
No commits in common. "1e4ddf2bbf0832bd3bdfcc3f4acadffa2c1c1d4e" and "03d96d4dece91c97f2c8f7c1f57ab3321ea5a689" have entirely different histories.
1e4ddf2bbf
...
03d96d4dec
|
@ -50,7 +50,6 @@ const tagSlugsByCategory = {
|
|||
'facial',
|
||||
'creampie',
|
||||
'squirting',
|
||||
'transsexual',
|
||||
],
|
||||
appearance: [
|
||||
'asian',
|
||||
|
@ -65,11 +64,6 @@ const tagSlugsByCategory = {
|
|||
'tattoos',
|
||||
'piercings',
|
||||
],
|
||||
sexuality: [
|
||||
'gay',
|
||||
'bisexual',
|
||||
'transsexual',
|
||||
],
|
||||
oral: [
|
||||
'blowjob',
|
||||
'pussy-eating',
|
||||
|
@ -168,18 +162,10 @@ async function fetchTags() {
|
|||
|
||||
const tagsBySlug = tags.reduce((acc, tag) => ({ ...acc, [tag.slug]: tag }), {});
|
||||
|
||||
this.categories = Object.entries(tagSlugsByCategory).reduce((acc, [category, tagSlugs]) => {
|
||||
const categoryTags = tagSlugs.map((tagSlug) => tagsBySlug[tagSlug]).filter(Boolean);
|
||||
|
||||
if (categoryTags.length === 0) {
|
||||
return acc;
|
||||
}
|
||||
|
||||
return {
|
||||
...acc,
|
||||
[category]: categoryTags,
|
||||
};
|
||||
}, {});
|
||||
this.categories = Object.entries(tagSlugsByCategory).reduce((acc, [category, tagSlugs]) => ({
|
||||
...acc,
|
||||
[category]: tagSlugs.map(tagSlug => tagsBySlug[tagSlug]),
|
||||
}), {});
|
||||
}
|
||||
|
||||
async function searchTags() {
|
||||
|
@ -216,7 +202,6 @@ export default {
|
|||
},
|
||||
watch: {
|
||||
$route: fetchTags,
|
||||
'$store.state.ui.tagFilter': fetchTags,
|
||||
},
|
||||
mounted,
|
||||
methods: {
|
||||
|
|
|
@ -210,15 +210,9 @@ function initTagsActions(store, _router) {
|
|||
query Tags(
|
||||
$slugs: [String!] = [],
|
||||
$limit: Int = 100
|
||||
$exclude: [String!]
|
||||
) {
|
||||
tags(
|
||||
filter: {
|
||||
slug: {
|
||||
in: $slugs
|
||||
notIn: $exclude
|
||||
}
|
||||
},
|
||||
filter: { slug: { in: $slugs } },
|
||||
first: $limit
|
||||
) {
|
||||
id
|
||||
|
@ -263,7 +257,6 @@ function initTagsActions(store, _router) {
|
|||
`, {
|
||||
slugs,
|
||||
limit,
|
||||
exclude: store.state.ui.tagFilter,
|
||||
});
|
||||
|
||||
return tags.map((tag) => curateTag(tag, store.state.ui.sfw));
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.206.6",
|
||||
"version": "1.206.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "traxxx",
|
||||
"version": "1.206.6",
|
||||
"version": "1.206.5",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@casl/ability": "^5.2.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.206.6",
|
||||
"version": "1.206.5",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
Before Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 41 KiB |
|
@ -1983,14 +1983,6 @@ const aliases = [
|
|||
for: 'transsexual',
|
||||
secondary: true,
|
||||
},
|
||||
{
|
||||
name: 'shemale',
|
||||
for: 'transsexual',
|
||||
},
|
||||
{
|
||||
name: 'tranny',
|
||||
for: 'transsexual',
|
||||
},
|
||||
{
|
||||
name: 'ts',
|
||||
for: 'transsexual',
|
||||
|
|
|
@ -1023,7 +1023,6 @@ const tagMedia = [
|
|||
['teen', 1, 'Stalfra aka Precious', 'nubiles'],
|
||||
['trainbang', 1, 'Ria Sunn', 'private'],
|
||||
['trainbang', 0, 'Nicole Black in GIO971', 'legalporno'],
|
||||
['transsexual', 'kelly_silva_mel_almeida_brazilliantranssexuals', 'Kelly Silva and Mel Almeida', 'brazilliantranssexuals'],
|
||||
['tap', 4, 'Francys Belle in GIO1103', 'legalporno'],
|
||||
['tap', 'lisey_sweet_legalporno', 'Lisey Sweet in GIO816', 'legalporno'],
|
||||
['tap', 3, 'Julia Red in GIO1007', 'legalporno'],
|
||||
|
|
|
@ -631,7 +631,7 @@ async function fetchLatestApi(site, page = 1, preData, include, upcoming = false
|
|||
requests: [
|
||||
{
|
||||
indexName: 'all_scenes',
|
||||
params: `query=&hitsPerPage=36&maxValuesPerFacet=100&page=${page - 1}&facetFilters=[["lesbian:"],["bisex:"],["shemale:"],["upcoming:${upcoming ? 1 : 0}"]]&filters=sitename:${site.slug}`, // OR channels.id:${site.slug}`,
|
||||
params: `query=&hitsPerPage=36&maxValuesPerFacet=100&page=${page - 1}&facetFilters=[["lesbian:"],["bisex:"],["shemale:"],["upcoming:${upcoming ? 1 : 0}"]]&filters=sitename:${site.slug} OR channels.id:${site.slug}`,
|
||||
},
|
||||
],
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue