Compare commits
No commits in common. "c21bd8b01eb5cd885cb83747c0912105bf38f44d" and "731abc79eec93b80d79e28827f6b6b6c8e4109cc" have entirely different histories.
c21bd8b01e
...
731abc79ee
|
@ -247,7 +247,7 @@ export default {
|
|||
fill: var(--lighten-weak);
|
||||
filter: drop-shadow(0 0 2px var(--darken));
|
||||
|
||||
&:hover.unstashed,
|
||||
&:hover,
|
||||
&.stashed {
|
||||
fill: var(--primary);
|
||||
}
|
||||
|
|
|
@ -73,7 +73,7 @@ function initStashesActions(store, _router) {
|
|||
}
|
||||
}
|
||||
scenesConnection: stashesScenesConnection(
|
||||
orderBy: [CREATED_AT_DESC, RELEASE_BY_SCENE_ID__DATE_DESC]
|
||||
orderBy: CREATED_AT_DESC
|
||||
first: $limit
|
||||
offset: $offset
|
||||
) @include(if: $includeScenes) {
|
||||
|
@ -86,7 +86,7 @@ function initStashesActions(store, _router) {
|
|||
}
|
||||
}
|
||||
moviesConnection: stashesMoviesConnection(
|
||||
orderBy: [CREATED_AT_DESC, MOVIE_BY_MOVIE_ID__DATE_DESC]
|
||||
orderBy: CREATED_AT_DESC
|
||||
first: $limit
|
||||
offset: $offset
|
||||
) @include(if: $includeMovies) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.199.1",
|
||||
"version": "1.199.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.199.1",
|
||||
"version": "1.199.0",
|
||||
"description": "All the latest porn releases in one place",
|
||||
"main": "src/app.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue