@avstorm This is 100% the solution, if you prefer or need contrast ramp it all the way up to Mr. Frosty, if you like the original vision of liquid glass defrost it into a cool glass of liquid, really hope they implement this slider, can default to the middle which is likely right for most
Today I learned about the #javascript Logical AND assignment operator which sets the left hand to the right hand if the left is truthy, there is also an OR and a
Nullish coalescing version too! Handy and widely supported.
Building a chat feed that pins to the bottom, allows for new messages to be injected and doesn't interfere with the users scroll position is hard. Check out this demo for my exploration and solution to this tricky UX #css#web https://t.co/e70JkmhWLD
In #sveltekit, to share files between parent and child routes without manually handling paths via the page store (as required with a spread route [...foo]), you can use optional route folders like [foo] followed by [[bar]]. This approach makes both routes available in the page store when you know all the route steps, allowing you to share the route code.