Add basic support for viewing datasets

This commit is contained in:
Elias Schriefer
2024-07-06 10:00:33 +02:00
parent 922dfdd26d
commit 6380355227
5 changed files with 94 additions and 19 deletions

View File

@@ -11,6 +11,14 @@
<script defer type="module" src="details.js"></script>
</head>
<body>
<template id="voting-template">
<aside class="upvote">
<button class="upvote-btn btn flat">Upvote</button>
<span class="upvote-count">0</span>
<button class="downvote-btn btn flat">Downvote</button>
</aside>
</template>
<main class="skeleton">
<header data-id="dataset-id">
<h1 id="title" data-type="api">Title</h1>