Compare commits
No commits in common. "b788d78aab576b32e4143cc6061c1868ca496c5a" and "8ec48ec43e2ddd462fb9f00947dd85fd7be5c5fc" have entirely different histories.
b788d78aab
...
8ec48ec43e
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx-web",
|
"name": "traxxx-web",
|
||||||
"version": "0.42.26",
|
"version": "0.42.25",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "0.42.26",
|
"version": "0.42.25",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@brillout/json-serializer": "^0.5.8",
|
"@brillout/json-serializer": "^0.5.8",
|
||||||
"@dicebear/collection": "^7.0.5",
|
"@dicebear/collection": "^7.0.5",
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"vite": "$vite"
|
"vite": "$vite"
|
||||||
},
|
},
|
||||||
"version": "0.42.26",
|
"version": "0.42.25",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#/*": "./*.js"
|
"#/*": "./*.js"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -103,22 +103,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<time
|
<time
|
||||||
:datetime="serie.effectiveDate.toISOString()"
|
:datetime="serie.date.toISOString()"
|
||||||
class="date ellipsis compact-hide"
|
class="date ellipsis"
|
||||||
:class="{ nodate: !serie.date }"
|
>{{ formatDate(serie.date, 'MMMM d, y') }}</time>
|
||||||
>{{ formatDate(serie.effectiveDate, {
|
|
||||||
month: 'MMMM y',
|
|
||||||
year: 'y',
|
|
||||||
}[serie.datePrecision] || 'MMMM d, y') }}</time>
|
|
||||||
|
|
||||||
<time
|
|
||||||
:datetime="serie.effectiveDate.toISOString()"
|
|
||||||
class="date ellipsis compact-show"
|
|
||||||
:class="{ nodate: !serie.date }"
|
|
||||||
>{{ formatDate(serie.effectiveDate, {
|
|
||||||
month: 'MMM y',
|
|
||||||
year: 'y',
|
|
||||||
}[serie.datePrecision] || 'MMM d, y') }}</time>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|
@ -421,11 +408,6 @@ const scenes = pageContext.pageProps.scenes;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nodate {
|
|
||||||
color: var(--highlight);
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info,
|
.info,
|
||||||
.header {
|
.header {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
|
@ -555,10 +537,6 @@ const scenes = pageContext.pageProps.scenes;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact-show {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media(--small) {
|
@media(--small) {
|
||||||
.content {
|
.content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
@ -643,13 +621,5 @@ const scenes = pageContext.pageProps.scenes;
|
||||||
.actors {
|
.actors {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(6.5rem, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
.compact-show {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.compact-hide {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
2
static
2
static
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7b6e7280ac8af1070dfe00bd47a63fbfa5c5b5ba
|
Subproject commit d1ce4d12582582adad789c7bc1d347f9257b644c
|
||||||
Loading…
Reference in New Issue