You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have configured unduck in Zen as well as Raycast, and there is a white screen whenever the redirect happens, which feels like a lightning hit my eyes since it is a sudden change from the darkUI of other tabs to that screen.
Similar to which theo was facing with DDG in the video, but here the duration is less.
Potential Solutions
There are 2 ways we can look at it.
Try to reduce the latency of the URL resolution to avoid that screen
Or we can change the UI to a dark theme for unduck.link pages so the effect won't be that harsh to someone's eyes.
Video demo of the bug
Screen.Recording.2025-03-01.at.10.40.30.PM.mov
The text was updated successfully, but these errors were encountered:
Try to reduce the latency of the URL resolution to avoid that screen
The issue is on the bang provider side, i'm pretty sure you can't get faster than that
Or we can change the UI to a dark theme for unduck.link pages so the effect won't be that harsh to someone's eyes."
This, but for some reason there's background-color: transparent on body xD.
Also we'd need to add the background styles in some differrent CSS file or a <style> tag because loading them through import "./global.css"; is too slow. Nevermind it gets fast enough on build
I have configured unduck in Zen as well as Raycast, and there is a white screen whenever the redirect happens, which feels like a lightning hit my eyes since it is a sudden change from the darkUI of other tabs to that screen.
Potential Solutions
There are 2 ways we can look at it.
unduck.link
pages so the effect won't be that harsh to someone's eyes.Video demo of the bug
Screen.Recording.2025-03-01.at.10.40.30.PM.mov
The text was updated successfully, but these errors were encountered: