atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 105 forks source link

Unify CardDeck toast with Crud #2010

Closed mkrecek234 closed 1 year ago

mkrecek234 commented 1 year ago

CardDeck's JsToast colour is white upon completion of UserAction, whereas Crud's JsToast colour is green. This PR unifies it to green.

mvorisek commented 1 year ago

Thank you. The https://github.com/atk4/ui/blob/3c592b8f10fe67c61f179c5c8723b07f8ab754b9/src/Js/JsToast.php#L37 is problematic as setDefault/seeding is called after and JS expressions has no init in general.