style(ui): request that all types defined
- check in more restrictive mode = request types - define main types in static/js/core/types.js
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
import { notifications } from '../core/notifications.js';
|
||||
|
||||
const uiNotifications = {
|
||||
/**
|
||||
*
|
||||
* @param {string} title
|
||||
* @param {string} message
|
||||
* @returns
|
||||
*/
|
||||
show(title, message) {
|
||||
const normalizedTitle = String(title || '').toLowerCase();
|
||||
let icon = 'fa-info-circle';
|
||||
|
||||
Reference in New Issue
Block a user