feat(#64): dark mode — semantic tokens, ThemeToggle, and UI fixes #65
@@ -277,6 +277,10 @@ $effect(() => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$effect(() => {
|
||||||
|
if (annotateMode) showAnnotations = true;
|
||||||
|
});
|
||||||
|
|
||||||
function prevPage() {
|
function prevPage() {
|
||||||
if (currentPage > 1) currentPage -= 1;
|
if (currentPage > 1) currentPage -= 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user