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

Three suggestions #13

Open
NomadVibes88 opened this issue Nov 24, 2024 · 2 comments
Open

Three suggestions #13

NomadVibes88 opened this issue Nov 24, 2024 · 2 comments

Comments

@NomadVibes88
Copy link

NomadVibes88 commented Nov 24, 2024

Hello, I am a user of this. But I have a couple of quality-of-life suggestions. I hope you'll take a look at them.

1 & 2: Change the mouse cursor to a pointer instead of a selector when selecting the theme and remove the underline from the links as they don't look the best.
2024-11-24 22_15_29-snowbin - Chromium

3: Make the theme automatically switch based off of the OS theme.
2024-11-24 22_18_01-snowbin - Brave

Thanks.

@taskylizard
Copy link
Member

taskylizard commented Nov 24, 2024

snowbin is currently undergoing a pending rewrite, which, unfortunately, is on hold. The issues you mentioned have already been addressed in my rewrite branch, except for the links. I agree they don't look good in the footer, which, at the time, was a design choice I made. That said, the only remaining piece to be rewritten is the backend infrastructure to make it independent of Cloudflare Workers.

I've been busy with other projects, and being the sole maintainer of snowbin and related projects has made progress more challenging. Hopefully, I can change this slow momentum someday.

@taskylizard
Copy link
Member

Regarding 3: It should already work, but it may be blocked by your browser's ad blocker. It looks like you're using Brave, which might be blocking the prefers-color-scheme media query, supposedly for "privacy" reasons, like many other adblocking solutions (that I personally don't agree with).

a = window.matchMedia('(prefers-color-scheme: dark)').matches,

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