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:
@@ -1414,5 +1414,7 @@
|
||||
"graph.color_picker": "Цвет узла",
|
||||
"graph.filter": "Фильтр узлов",
|
||||
"graph.filter_placeholder": "Фильтр по имени...",
|
||||
"graph.filter_clear": "Очистить фильтр"
|
||||
"graph.filter_clear": "Очистить фильтр",
|
||||
"graph.filter_running": "Запущен",
|
||||
"graph.filter_stopped": "Остановлен"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user