Add module-aware snackbar notifications

This commit is contained in:
josedario87
2025-06-11 04:37:57 -06:00
parent aa480e8faa
commit 52ccf50eaa
5 changed files with 28 additions and 8 deletions

View File

@@ -0,0 +1,6 @@
export const moduleInfo = {
Cliente: { label: 'Empleados', icon: '👥' },
TareaRealizada: { label: 'Tareas', icon: '📋' },
Planilla: { label: 'Planillas', icon: '📂' },
Asistencia: { label: 'Asistencias', icon: '⏰' }
}