more changes

This commit is contained in:
2024-01-05 01:17:28 +01:00
parent 46d4d67c52
commit d926e5f254
22 changed files with 620 additions and 392 deletions

View File

@@ -3,6 +3,7 @@
import { tagList } from '$lib/stores.js';
export let original;
let tagMap = new Map();
// Create a mapping of tags and their checked status
@@ -53,7 +54,6 @@
<style>
form {
margin-left: 10px;
text-align: left;
}
label {