-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
giscus dark mode #383
Comments
I used the web components extension and this nested ternary is used for the select.
Does this look right to you? |
I've never used web component, but if it does the job, it's right for me. |
I'm thinking now that there maybe a conditional logic error. The issue mentioned attribute binding but the error still occurs when both attributes are correct. This issue is worth looking at as well. |
yes indeed, the change is not done automatically. I need to look at it more closely when I have more time. Or if you want to do it, don't hesitate 😅 |
This issue is stale because it has been open for 20 days with no activity. |
Giscus has a bug and is down for next few days. |
This issue is stale because it has been open for 20 days with no activity. |
I'm starting a new issue, this will be easier to follow.
From @jdegand
I think the dark mode problems may stem from the binding of the theme. See this giscus issue. On my computer the comment section is still white on the dark mode as well. You are binding in the comment section.astro file with
data-theme="preferred_color_scheme"
. I noticed inspecting source code both light and dark in some classes.Giscus doesn't really seem to support / advertise Angular support (Giscus component has no version for Angular) and I think the binding issue is probably why.
It is just a minor issue.
Originally posted by @jdegand in #377 (comment)
The text was updated successfully, but these errors were encountered: