add links bar

This commit is contained in:
2024-01-20 04:31:17 +01:00
parent 76fda12604
commit 30b979817a
6 changed files with 101 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
import { shorthandCode, formatTrackTime, formatDate } from '$lib/utils.js';
import { jumpToTrack } from './Player.svelte';
import { Carta } from 'carta-md';
import { goto } from '$app/navigation';
import DOMPurify from 'isomorphic-dompurify';
const carta = new Carta({
@@ -18,7 +17,6 @@
</svelte:head>
<div class="stream-information">
<!-- <div class="back-button material-icons" on:click={() => goto('/streams/')}>keyboard_return</div> -->
<div class="stream-information-flexbox">
<h3 class="stream-id">ID: {shorthandCode($currentStream.id)}</h3>
<h1 class="stream-date">{formattedStreamDate}</h1>