Enhancement: optimize tasks / stats reload (#7402)

This commit is contained in:
shamoon
2024-08-05 23:25:55 -07:00
committed by GitHub
parent 15554322dd
commit 8fa52046e4
5 changed files with 42 additions and 25 deletions

View File

@@ -50,6 +50,7 @@ export class TasksService {
constructor(private http: HttpClient) {}
public reload() {
if (this.loading) return
this.loading = true
this.http