From f8de0e644a9b4543bf4e5064ac401dfc3aa3a067 Mon Sep 17 00:00:00 2001 From: bisco Date: Wed, 3 Jun 2026 23:24:03 +0200 Subject: [PATCH] fix: apply filters only on refresh --- docs/architecture.md | 2 +- frontend/src/app/app.component.html | 14 ++++++-------- frontend/src/app/app.component.spec.ts | 15 +++++++++++---- frontend/src/app/app.component.ts | 21 --------------------- 4 files changed, 18 insertions(+), 34 deletions(-) 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 @@