-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
Update to astro 3.x #111
Comments
Yes |
Great !! I am using this as well. It would be better to use, v3. However, I am upgrading it but when I tried to use ViewTransition API, which is the new one in v3. It's breaking the toggle theme functionality between pages. Please try to resolve this, if possible. I am also trying to resolve this, Viewtranstions is also calling other pages beforehand as well. |
Can someone smarter than me tell me why Astro 3.x broke the header? |
@hanskalisvaart, can you try if
|
i also want to use ViewTransition API, |
Putting Putting scopedStyleStrategy: "where" in the astro.config.mjs file at the location: |
Upgrade to astro v3. Update dependencies. Fix codes and features due to migration. BREAKING CHANGE: Astro v3 resolve #111
Hello everyone! I just made a PR for Astro v3 and ViewTransitions API; plus a few minor updates. You can give suggestions and try experimenting with it on version-3 branch or live URL Thanks |
Hey Satnaing, if you are in dark mode and click on any of the header links it flashes white before changing back to black. |
Hello @Jordain On which browser does it happen? |
@satnaing Yep, Firefox |
Previously, commit fdabb82 introduced a transition effect for the background color when toggling between light and dark modes. This effect caused a white flash when clicking on header links in dark mode, especially in Firefox. Thanks for pointing this out @Jordain |
Hey!
Are there any plans to update the theme to support astro 3.x?
The text was updated successfully, but these errors were encountered: