Michał Popek
Michał Popek
Is it the same issue? https://github.com/BuilderIO/qwik/issues/1413
Now it works, thanks to the playground we can easily verify that this was fixed in 0.0.109. ```tsx import { component$, useStore } from '@builder.io/qwik'; export const App = component$(()...
I investigated this issue. It seems that this is related to https://github.com/BuilderIO/qwik/issues/1413. The problem is that there is no event listener "popstate" after refresh, because `useWatch` is not called.
probably the same issue https://github.com/BuilderIO/qwik/issues/1490
What about the start page? Looks bad in dark mode right now @manucorporat
Maybe there should be a toggle for switching between light and dark mode?
Yes, I was thinking about something like: https://web.dev/building-a-theme-switch-component/. I will try to add it later.
So only the start page is left, but I think I can't do that: https://github.com/BuilderIO/qwik/blob/a8ed4e406bc48a653d46053e2cd0cd209d993afa/packages/docs/src/routes/index.tsx#L25
Added theme toggle and fixed dark mode for media tab
Sure, I will try :)