Pouya Saadeghi

Results 289 comments of Pouya Saadeghi

Can you share a minimal reproduction link where I can see the issue please?

Agreed. if it's not something that can be fixed from the source code of this repo, issue should be tracked to the repo that is causing the issue. Closing this,...

This might be because of `:root:has(input.theme-controller[value=dark]:checked)` selector. Are you also experiencing a lag with devtools closed? or on a real app? I assume _4x slower than M1_ would be a...

I'm working on it. Apparently the repaint is because of a shared CSS variable `--fx-noise` used in different elements. That can be fixed by putting the value in each element...

@pdanpdan There's tooltip in the card that was used for benchmark [src/components/TestCard.vue](https://github.com/lewisdoesstuff/daisyui-perf-test/blob/main/src/components/TestCard.vue) @lewisdoesstuff Thanks for the benchmark repo. The added selectors (which uses CSS `:has()` or the `touch-action: manipulation` in...

@pdanpdan Class name conflict: https://tailwindcss.com/docs/visibility `collapse` class name was added to Tailwind CSS after daisyUI introduced the `collapse` component class name. Since Tailwind's `collapse` is an uncommon class name to...

@grahamcracker1234 > I am open to fixing this, I think I have a working solution [@saadeghi](https://github.com/saadeghi) Hey. That would be great. PRs are welcome 🙏

I'm not sure if there's an efficient way to solve this. as @crypto7world mentioned, we need to check for the existence of class name but if the class name is...