feat(ui): add realtime feed view
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user