Annotation styles

This commit is contained in:
Simon Martens
2026-01-10 19:08:20 +01:00
parent 21f07f0e7f
commit 69c525f192
13 changed files with 98 additions and 16 deletions

View File

@@ -2,6 +2,12 @@
import "./site.css";
import Trix from "trix";
// Disable file attachments in Trix editor
document.addEventListener("trix-file-accept", (event) => {
event.preventDefault();
});
import { FilterPill } from "./filter-pill.js";
import { FilterList } from "./filter-list.js";
import { ScrollButton } from "./scroll-button.js";