feat(ui): add realtime feed view

This commit is contained in:
josedario87
2025-06-09 19:40:29 -06:00
parent f3f2f30da9
commit 5dae4a20d3
7 changed files with 134 additions and 6 deletions

View File

@@ -103,3 +103,7 @@ const handleEditAsistencia = (asistenciaId) => {
```
The specific prop name matches the module (e.g., `asistencia` for `cardAsistencia`, `employee` for `cardEmpleado`, `planilla` for `cardPlanilla`, `tarea` for `cardTarea`).
## Realtime Feed
The UI provides a *Feed* view that consumes the realtime events generated by the backend. You can access it via the sidebar link "Feed". Each incoming event is rendered using these standardized cards so you can monitor inserts, updates and deletes as they happen.