From 0d041c6b61fddb96fe3c65764bf54298cdadbeba Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 15 May 2026 10:27:00 +0000 Subject: perf(images): lazy-load and async-decode off-screen imagery Add loading=lazy and decoding=async to the 16 elements that weren't already deferring across Tools/Wrapped, Events, EasterEvent, Hololive, and the rate-limited fallback. Also drop the backdrop-filter: blur(160px) the dropdown items were paying on every hover; the background-color change already gives sufficient feedback, and the parent card's own blur stays. --- src/lib/Layout/Dropdown.svelte | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/Layout') diff --git a/src/lib/Layout/Dropdown.svelte b/src/lib/Layout/Dropdown.svelte index 4e2f8617..105b29f3 100644 --- a/src/lib/Layout/Dropdown.svelte +++ b/src/lib/Layout/Dropdown.svelte @@ -206,7 +206,6 @@ const handleItemKey = async (e: KeyboardEvent, index: number) => { .dropdown-content a:hover { border-radius: 8px; - backdrop-filter: blur(160px); background-color: var(--base01); } -- cgit v1.2.3