feat(ui): add realtime feed view
This commit is contained in:
@@ -147,6 +147,8 @@ source.onmessage = (e) => {
|
||||
};
|
||||
```
|
||||
|
||||
La interfaz incluye una vista **Feed** accesible desde la barra lateral. Allí se muestran en tiempo real las tarjetas de cada módulo conforme llegan estos eventos.
|
||||
|
||||
#### Card Animation
|
||||
The data cards implemented in `ui/src/components/ui/NucleoDataCard.vue` now feature a subtle growing animation when hovered over. This animation is implemented purely with CSS using keyframes and transitions defined within the component's `<style scoped>` section, ensuring the styles are encapsulated and don't affect other elements.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user