Results 351 comments of Cas_
trafficstars

> This is possible, but the following components need to be added: > > * [ ] PWA manifest > * [ ] `` tag, for iOS installability > *...

this also fixes trying to scroll to the top of the page with ```html ```

> Thanks a lot for bringing this up, and also suggesting the fixes. I think this will require some extensive cross-browser testing, because getting the scrolling right is obviously very...

@halfmoonui please look at this, it causes significant scrolling performance issues on heavy sites, you can easily observe this by enabling scrolling performance issues in rendering tab of chrome dev...

No habla español half-moon is dead, I made my own fork which fixed this and more bugs half-moon has, see: https://github.com/ThaUnknown/quartermoon

> I am not entirely sure about this as a component, but I will still mark this. I don't know if it would be possible to have one universal component...

for input type color: ```css ::-webkit-color-swatch-wrapper{ border: none; border-radius: 50%; padding: 0; background: black; /* custom backgrounds work on this one! */ } ::-webkit-color-swatch{ border: none; } input[type="color"]{ border: none;...

> I will try out the code samples. More input types are planned for `v1.2.0`, including range, number, password toggle, and full form validation. Regarding the color and date inputs...

> It does though: https://www.gethalfmoon.com/docs/form/#invalid-input-and-feedback and https://www.gethalfmoon.com/docs/input/#invalid-inputs it does if the class is manually added, i meant something like ```css input:invalid{ box-shadow: 0 0 0 0.2rem var(--danger-color) !important } ```...

guessing this is related to https://github.com/halfmoonui/halfmoon/issues/49 the fix I proposed works, I guess I'll make a PR will all my fixes for halfmoon