Add graph filter by entity type/running state and fix duplicate API calls
- Add entity type toggle pills and running/stopped filter to graph filter bar - DataCache: return cached data if fresh, skip redundant fetches on page load - Entity events: use force-fetch instead of invalidate+fetch to avoid stale gap - Add no-cache middleware for static JS/CSS/JSON to prevent stale browser cache - Reduces API calls on page load from ~70 to ~30 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1465,5 +1465,7 @@
|
||||
"graph.color_picker": "Node color",
|
||||
"graph.filter": "Filter nodes",
|
||||
"graph.filter_placeholder": "Filter by name...",
|
||||
"graph.filter_clear": "Clear filter"
|
||||
"graph.filter_clear": "Clear filter",
|
||||
"graph.filter_running": "Running",
|
||||
"graph.filter_stopped": "Stopped"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user