aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/SequelCatcher
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-12-15 02:46:41 -0800
committerFuwn <[email protected]>2025-12-15 02:46:41 -0800
commit4033679ef214601e5445e2398b9835c118ba2157 (patch)
tree8bc6215e1679cbd04e5616fc6f2c750cfdba5eb9 /src/lib/Tools/SequelCatcher
parentfeat(Wrapped): Add detailed activity fetcher toggle (diff)
downloaddue.moe-4033679ef214601e5445e2398b9835c118ba2157.tar.xz
due.moe-4033679ef214601e5445e2398b9835c118ba2157.zip
format: Apply Prettier formatting
Diffstat (limited to 'src/lib/Tools/SequelCatcher')
-rw-r--r--src/lib/Tools/SequelCatcher/List.svelte6
-rw-r--r--src/lib/Tools/SequelCatcher/Tool.svelte2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/Tools/SequelCatcher/List.svelte b/src/lib/Tools/SequelCatcher/List.svelte
index 64f4f88c..009df219 100644
--- a/src/lib/Tools/SequelCatcher/List.svelte
+++ b/src/lib/Tools/SequelCatcher/List.svelte
@@ -20,8 +20,8 @@
? undefined
: media
: swap
- ? media
- : undefined;
+ ? media
+ : undefined;
</script>
<input type="checkbox" bind:checked={includeCurrent} /> Include current (watching, rewatching,
@@ -30,7 +30,7 @@ paused)
<input type="checkbox" bind:checked={includeSideStories} /> Include side stories (e.g., OVAs,
specials, etc.)
-<p></p>
+<p />
<ol class="media-list">
{#each filterRelations( mediaListUnchecked.filter((media) => media.mediaListEntry?.status === 'COMPLETED'), includeSideStories ) as { media, unwatchedRelations }}
diff --git a/src/lib/Tools/SequelCatcher/Tool.svelte b/src/lib/Tools/SequelCatcher/Tool.svelte
index 4038c04e..a954b4d7 100644
--- a/src/lib/Tools/SequelCatcher/Tool.svelte
+++ b/src/lib/Tools/SequelCatcher/Tool.svelte
@@ -71,7 +71,7 @@
<Message message="" loader="ripple" slot withReload fullscreen>Error fetching media.</Message>
{/await}
- <p></p>
+ <p />
<blockquote style="margin: 0 0 0 1.5rem;">
Thanks to <Username username="sevengirl" /> and <Username username="esthereae" /> for the idea!