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 @@ - + + + All positions + {{ position }} - + + + All leagues + {{ league }} - {{ activeFiltersCount }} active + {{ isUpdatingResults ? 'Updating...' : activeFiltersCount + ' active' }} {{ errorMessage }} @@ -151,7 +169,7 @@ No players match the current filters. - Loading scouting board... + Loading scouting board...
{{ errorMessage }}