Tim

Results 32 issues of Tim

This is primarily done by removing the blur effect from the overlay, and replacing it will a translucent black. The blur effect performs poorly on mobile devices.

:mag: Ready for review

Looking at the implementation of .fromHubScoped, I am wondering why `fromQueueWithShutdown` is used? I thought the Scope is responsible for shutting down the queue? ```scala def fromHubScoped[A]( hub: => Hub[A],...