zachleigh / larafolio

A portfolio management system for Laravel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash messages all same instance

zachleigh opened this issue · comments

If two flash messages hit the system at the same time, they are the same instance. The timer to hide the flash message is set with the first message so the second message is shown for a shorter amount of time. Should either:

  • Make it so each flash message is a separate instance (ideal)
  • Reset the timer when a new flash message is created

v0.9.9