Atmos4

Results 28 comments of Atmos4

That is true, apologies. The reason I thumbed down is because I do not believe an intersection observer is the right way to load the content of a modal. If...

It's annoying that we are forced into route-based middlewares. It makes the logic of the app very centered around routes, which doesn't work well for more creative routing solutions. For...

Nice I will start working on that then! > Let's also add `button[formmethod=dialog]` See my [comment](https://github.com/picocss/pico/issues/446#issuecomment-1951259108) on the previous issue about the limits of `button[formmethod]` as close icon.

There is one issue with this @lucaslarroche: if I want closing transitions to display properly, I need to always have `display != none` and `visibility: visible`, which will always make...

@pietz This is fine, but you will never have closing animations displaying properly... unless you always display the modal, which makes it always focusable (see my previous comment).

@pietz I think we pretty much agree on most things here :) see the demo link I posted in the issue, it looks like your solution regarding JS is roughly...

FYI here is the related PR - #503

@Sammy-T I think it is the exact same styling on the documentation than in the code (_otherwise it would be pretty weird_). I will assume the change is intended and...

It's all over the documentation. Void elements seem to always be self closing in the docs. I assume the reason for this is that void elements are not valid XML...

> I couldn't see where it says it's supposed to behave exactly the same as htmx's loader Not quite what I wrote. That's an oversimplification of my issue :) (Huge...