- Range Headers for videoplayback
- Changed behaviour of local playlists
- Added UTC timestamps to footer
This commit is contained in:
Shiny Nematoda 2022-11-26 07:48:13 +00:00
parent dac17fbc2d
commit 599e024afa
No known key found for this signature in database
GPG key ID: 6506D50F5613A42D
12 changed files with 465 additions and 416 deletions

View file

@ -6,10 +6,16 @@ import {
HYPERPIPE_INSTANCE,
getJson,
} from '@/scripts/fetch.js';
import { useStore } from '@/scripts/util.js';
import { useStore } from '@/scripts/util.js';
import { SUPPORTED_LOCALES, useI18n } from '@/stores/misc.js';
const date = ref('unknown');
import('@/assets/version.json').then(v => {
date.value = v.date;
});
const { t, setupLocale } = useI18n(),
instances = ref([]),
hypInstances = ref([]),
@ -286,6 +292,7 @@ onMounted(() => {
</div>
<footer>
{{ date }}
<a
class="bi bi-code-slash"
target="_blank"