Integrated channel filter, partially restored actor bio.

This commit is contained in:
2024-01-10 02:00:38 +01:00
parent d242eb3b73
commit 63f2bdbe60
19 changed files with 1221 additions and 159 deletions

View File

@@ -168,7 +168,7 @@
<script setup>
import { inject } from 'vue';
import { formatDate, formatDuration } from '#/src/format.js';
import { formatDate, formatDuration } from '#/utils/format.js';
import Icon from '../../components/icon/icon.vue';
import ActorTile from '../../components/actors/tile.vue';
@@ -327,10 +327,10 @@ const { scene } = pageProps;
}
.actors {
display: flex;
gap: .5rem;
overflow-x: auto;
flex-wrap: nowrap;
display: grid;
flex-grow: 1;
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
gap: .25rem;
}
.tag {