ucfopen / Materia-Server-Client-Assets

Common Javascript and CSS resources needed for Materia and the Materia Widget Development Kit.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
3 stars 10 forks source link

Fixes for creator and engine alerts #6

Closed clpetersonucf closed 6 years ago

clpetersonucf commented 6 years ago

Standardized alert logic in creator-core, ctrl-create, engine-core, and ctrl-player, as well as their associated tests.

All alerts use the following parameters: {msg, title = '', fatal = false}. Creator alerts have an optional enableLoginButton parameter in the creator-core. The old creator alert parameters were: {title, msg, type}, meaning references to those within widgets will have to be updated.