aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-04 09:36:28 -0800
committerFuwn <[email protected]>2024-01-04 09:36:28 -0800
commit2532b0528cc0c88b4f0eb5eb5df63d4fbfe64681 (patch)
tree66741fcde8d95021237272499640f2f80d82da8f /src/lib
parentrefactor(list): move rest of links to buttons (diff)
downloaddue.moe-2532b0528cc0c88b4f0eb5eb5df63d4fbfe64681.tar.xz
due.moe-2532b0528cc0c88b4f0eb5eb5df63d4fbfe64681.zip
feat(manga): add umami events
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/List/Manga/MangaListTemplate.svelte3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/List/Manga/MangaListTemplate.svelte b/src/lib/List/Manga/MangaListTemplate.svelte
index 53d33f41..0cec40e9 100644
--- a/src/lib/List/Manga/MangaListTemplate.svelte
+++ b/src/lib/List/Manga/MangaListTemplate.svelte
@@ -173,6 +173,7 @@
{#if !authorised}
<ListTitle count={0} time={endTime / 1000}>
<button
+ data-umami-event="Force Refresh Manga"
title="Force a full refresh"
on:click={() => {
cleanCache();
@@ -207,6 +208,7 @@
{#if !authorised}
<ListTitle count={0} time={endTime / 1000}>
<button
+ data-umami-event="Force Refresh Manga"
title="Force a full refresh"
on:click={() => {
cleanCache();
@@ -240,6 +242,7 @@
{#if !authorised}
<ListTitle count={cleanedMedia.length} time={endTime / 1000}>
<button
+ data-umami-event="Force Refresh Manga"
title="Force a full refresh"
on:click={() => {
cleanCache();