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:
Edouard Vanbelle
2026-04-30 02:02:27 +02:00
parent 97ea87efc2
commit 3050556dc0
29 changed files with 560 additions and 345 deletions
+6
View File
@@ -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';