Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

> There is a problem in toggle example `There is a problem` is not helpful. What problem? https://github.com/saadeghi/theme-change/assets/7342023/653ecbb1-8018-4c3e-81cf-4f00caf2c76f

> In my tests toglle don't work, but the other functions yes - Does this happen on other browsers as well? - Does this happen on incognito mode? - Are...

> The following solution worked for me. > > ```js > useEffect(() => { > themeChange(false); > return () => { > themeChange(false); > }; > }, []); > ```...

Thank you my friend. I will try this soon. It's a challenge because on one hand, we don't want to block the page loading by the script, on the other...

Is there a problem with view transitions?

> * FormField -> Validation messages color should be based on `state` @TheHadiAhmadi which page?

> * Sidebar (example) -> styles are mixed with tabler's styles @TheHadiAhmadi You mean the sidebar of the document site itself? or somewhere else? (becuase I don't see a "Sidebar"...

In my experience, some developers need to change the opacity of the backdrop or apply blur effect to it. It's a design decision however and it's up to us to...

To change this behavior you can replace `[data-theme=NAME]` selectors to a class name. These are the themes: https://unpkg.com/browse/[email protected]/dist/themes.css You can disable them in Tailwind config https://daisyui.com/docs/themes/#-2 And use them with...

Take a look at this please https://github.com/ubeac/svelte/discussions/902