Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Whitescreen when I search #70

Open
dev-shetty opened this issue Mar 1, 2025 · 2 comments
Open

Bug: Whitescreen when I search #70

dev-shetty opened this issue Mar 1, 2025 · 2 comments

Comments

@dev-shetty
Copy link

dev-shetty commented Mar 1, 2025

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
@henior2
Copy link

henior2 commented Mar 1, 2025

Duplicate of #69

@henior2
Copy link

henior2 commented Mar 1, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants