You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when autoOpening Modals in some screens (like some important announcements, promotions, etc) extensive logic needs to be repeatedly written for not opening same modal for a while in other screens.
1- A framework like orchid should address this need with some predefined values, or custom logic in function $modal->open($someCookieLogic Param or Params)
2- A generic ModalManager (Toast like) should be easyly used in screens, or all screens, or by route. This idea should be considered as some more magic can be done here.
The text was updated successfully, but these errors were encountered:
when autoOpening Modals in some screens (like some important announcements, promotions, etc) extensive logic needs to be repeatedly written for not opening same modal for a while in other screens.
1- A framework like orchid should address this need with some predefined values, or custom logic in function $modal->open($someCookieLogic Param or Params)
2- A generic ModalManager (Toast like) should be easyly used in screens, or all screens, or by route. This idea should be considered as some more magic can be done here.
The text was updated successfully, but these errors were encountered: