Hi Mehmet! Glad you like them! What other topics would you like to see covered?
@ledockol Жыл бұрын
Good refactoring, well done Yaroslav! There’s no limit to perfection!
@georgesimei8 ай бұрын
First of all, thank you for the excellent videos; I'm learning so much from them! However, I have a question and would greatly appreciate your help. I've followed all the steps mentioned, but a question has arisen: If I need to add another modal to the same page, such as an additional form, is it possible to do this using the same turbo_frame in the application? Or do I need to code a separate turbo_frame_tag in the index for each modal, each with different IDs? Thanks for your attention.
@SupeRails8 ай бұрын
UI rule #1 - do not display more than one modal at a time on a page.
@joseanchietadev Жыл бұрын
Thank you, your videos are great.
@yaroslavbozhak9107 Жыл бұрын
Thanks. Good job !
@oli2016 Жыл бұрын
Really nice pattern just wrapping any modal content in that modal partial block. May have to steal that
@SupeRails Жыл бұрын
faster, while nobody’s watching! 🥷🤫😁
@timbd87 Жыл бұрын
This is great, i refactored to match some of this! i use a custom turbo action and animate.css to add animations - i've built modals and slideovers with animations