From a28f3d1668577069bd4d5e8d37252282815fa903 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 29 Dec 2023 21:07:10 -0800 Subject: refactor(wrapped): options categories --- src/lib/Tools/Wrapped.svelte | 117 ++++++++++++++++++++++++------------------- 1 file changed, 66 insertions(+), 51 deletions(-) (limited to 'src/lib') diff --git a/src/lib/Tools/Wrapped.svelte b/src/lib/Tools/Wrapped.svelte index 9741e205..4f05626f 100644 --- a/src/lib/Tools/Wrapped.svelte +++ b/src/lib/Tools/Wrapped.svelte @@ -635,60 +635,75 @@ Generate image

-
+
Options
- Enable watermark
- Enable background transparency
- - Enable light mode
- - Enable top genres and tags
- Disable activity history
- Show highest rated - media percentage
- Show highest rated - genre and tag percentage
- - Enable full-year activity
- - If you have many activities, you may rate-limited and you may need multiple attempts to - fully populate your local activity history database.
If you get rate-limited, wait - one minute, then try again. - Refresh data -

+
+ 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
+ + Highest rated media count
+ + Highest genre and tag count
+ + + + Width adjustment
+
+

- Include music
- Include rewatches & rereads
- Include specials and OVAs
- - Highest rated media count
- - Highest genre and tag count
- - - - Width adjustment
- { - e.key === 'Enter' && submitExcludedKeywords(); - }} - /> - Excluded keywords - Submit -
- Comma separated list (e.g., "My Hero, Kaguya") + +

+ Calculation + + + Enable full-year activity
+ + If you have many activities, you may rate-limited and you may need multiple attempts + to fully populate your local activity history database.
If you get rate-limited, + wait one minute, then try again. + Refresh data +

+

+ Include music
+ Include rewatches & rereads
+ Include specials and OVAs
+ { + e.key === 'Enter' && submitExcludedKeywords(); + }} + /> + Excluded keywords + Submit +
+ Comma separated list (e.g., "My Hero, Kaguya") +

-- cgit v1.2.3