From a4f7a955f8f07644f8724252c51ea619eb260b99 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 5 Jan 2024 21:17:40 -0800 Subject: feat(wrapped): move generate into card --- src/lib/Tools/Wrapped.svelte | 201 +++++++++++++++++++++---------------------- 1 file changed, 98 insertions(+), 103 deletions(-) (limited to 'src') diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 2c5009d7..ea2d7536 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -554,19 +554,13 @@
-

- -

-
{#if generated}

-

+
Click on the image to download, or right click and select "Save Image As...".
{/if} @@ -576,102 +570,103 @@

{/if} -

- Options -
-
- Display - - Show watermark
- Enable background transparency
- - Enable light mode
- - Show top genres and tags
- - Hide activity history
- Show highest - rated media percentages
- Show highest - rated genre and tag percentages
- - Activity history position
- - Highest rated media count
- - Highest genre and tag count
- - - - Width adjustment
-
- -
- Calculation - - - Enable full-year activity -
- - Calculate for year
- - Anime and manga sort
- - Genre and tag sort
- Include music
- Include rewatches & rereads
- Include specials
- Include OVAs
- Include movies
- { - e.key === 'Enter' && submitExcludedKeywords(); - }} - /> - Excluded keywords - -
- Comma separated list (e.g., "My Hero, Kaguya") -
-
-
+
+ + +
+ Display + + Show watermark
+ Enable background transparency
+ + Enable light mode
+ + Show top genres and tags
+ + Hide activity history
+ Show highest + rated media percentages
+ Show highest + rated genre and tag percentages
+ + Activity history position
+ + Highest rated media count
+ + Highest genre and tag count
+ + + + Width adjustment
+
+ +
+ Calculation + + + Enable full-year activity +
+ + Calculate for year
+ + Anime and manga sort
+ + Genre and tag sort
+ Include music
+ Include rewatches & rereads
+ Include specials
+ Include OVAs
+ Include movies
+ { + e.key === 'Enter' && submitExcludedKeywords(); + }} + /> + Excluded keywords + +
+ Comma separated list (e.g., "My Hero, Kaguya") +
+
{:catch} -- cgit v1.2.3