laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

using put and pull instead of flash and get to ensure the message getting shown

Open JoJo-Bear opened this issue 3 years ago • 2 comments

Rewritten the use of flash and get to use put and pull. This way the system ensures the message have been displayed in case the site uses multiple calls/loads. It also provides a wider support/range for those who have difficulties and issue with their sessions due to the multiple loads of their page.

JoJo-Bear avatar May 10 '22 10:05 JoJo-Bear

I extended this with another pull request, the second part allow to show multiple notify at once. Displaying them underneath each other

JoJo-Bear avatar May 10 '22 14:05 JoJo-Bear

Please can you resolve conflit before push again?

mckenziearts avatar Aug 22 '22 11:08 mckenziearts