From 1b7b4259f4b53537704b0cb5c951432ec08a46ab Mon Sep 17 00:00:00 2001 From: bisco Date: Wed, 3 Jun 2026 22:56:13 +0200 Subject: [PATCH] fix: make scouting filters immediate and loading state precise --- frontend/src/app/app.component.html | 30 ++++++++++++++++++++----- frontend/src/app/app.component.spec.ts | 31 ++++++++++++++++++++++++++ frontend/src/app/app.component.ts | 20 ++++++++++++----- 3 files changed, 69 insertions(+), 12 deletions(-) diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index bc2e67a..bcae520 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -82,27 +82,45 @@
-
+
+
-
+
+
- {{ activeFiltersCount }} active + {{ isUpdatingResults ? 'Updating...' : activeFiltersCount + ' active' }}

{{ errorMessage }}

@@ -151,7 +169,7 @@
No players match the current filters.
-
Loading scouting board...
+
Loading scouting board...