Adicco Bhikkhu

Results 13 comments of Adicco Bhikkhu

Would be very helpful to have this in the docs. Thanks for the example @AndriiSherman

Actually, `firstChild` might not be the right terminology, as several children inside would all be swapped. Perhaps `innerHTML` then?

Hi @Atmos4 You make a good point regarding repeatability. My use case is particularly related to component-based templates (say with a JavaScript backend or even Laravel Blade components and such...

Okay, thank you for taking the time to write this. I understand the framework-agnostic approach, and wouldn't have made the PR if I thought this would somehow bloat the core...

Dear @Atmos4, Although I am grateful you took the time to pitch in, I didn't learn anything new from your hints, in the sense that I was well aware of...

I think I would still need to embed a new `#toast-next` container in my response, wouldn't I? Otherwise it will break subsequent oobs (in the same way that the [Click...

The example is not about oob *per se*, but the 'embedding trick' used (bringing along a nested container that acts as the recipient for subsequent swaps) is definitely helpful for...

I have basically come full circle on this one. My original implementation of simply using ```html Toast content ``` Works as expected and results in the following DOM: ```html Toast...

Same issue on a fresh Laravel 10.41 install: ``` Problem 1 - barryvdh/laravel-ide-helper[v1.0.0, ..., v1.5.0] require illuminate/support 4.0.x -> found illuminate/support[v4.0.0, .. ., v4.0.10] but these were not loaded, likely...