diff options
| author | Fuwn <[email protected]> | 2024-01-04 09:36:28 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 09:36:28 -0800 |
| commit | 2532b0528cc0c88b4f0eb5eb5df63d4fbfe64681 (patch) | |
| tree | 66741fcde8d95021237272499640f2f80d82da8f /src/lib | |
| parent | refactor(list): move rest of links to buttons (diff) | |
| download | due.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.svelte | 3 |
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(); |