diff --git a/docs/architecture.md b/docs/architecture.md index 294354e..261ee46 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -21,7 +21,7 @@ The initial schema stores: - per-season averages, totals, and advanced metrics; - per-game logs for best and worst performance views. -The Angular dashboard applies live filter updates with a short debounce, quick position/league chips, local stat sorting, summary metrics, and a persistent profile panel on desktop. +The Angular dashboard applies filters only when the user refreshes the result set, then supports local stat sorting, summary metrics, and an open/close profile panel on desktop. ## External Integrations diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index e13e1ea..de60bd3 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -26,49 +26,47 @@