forked from DebaucheryLibrarian/traxxx
Using range component for all actor range filters.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import config from 'config';
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
import { graphql, get } from '../api';
|
||||
import { releaseFields, getIncludedEntities, getIncludedActors } from '../fragments';
|
||||
import { curateActor, curateRelease } from '../curate';
|
||||
import dayjs from 'dayjs';
|
||||
import getDateRange from '../get-date-range';
|
||||
|
||||
function initActorActions(store, router) {
|
||||
@@ -300,8 +301,6 @@ function initActorActions(store, router) {
|
||||
const weightFilter = weight ? `weight: { greaterThanOrEqualTo: ${weight[0]}, lessThanOrEqualTo: ${weight[1]} }` : '';
|
||||
const cupFilter = boobSize ? `cup: { greaterThanOrEqualTo: "${boobSize[0]}", lessThanOrEqualTo: "${boobSize[1]}" }` : '';
|
||||
|
||||
console.log(ageFilter);
|
||||
|
||||
const { connection: { actors, totalCount } } = await graphql(`
|
||||
query Actors(
|
||||
$limit: Int,
|
||||
|
||||
Reference in New Issue
Block a user