From d98115ac3bb40b633ed8a1b67a11a5d349b23cf8 Mon Sep 17 00:00:00 2001 From: schandrasv Date: Sat, 24 Feb 2024 11:32:46 +0530 Subject: [PATCH 1/2] removed animation on clicking rescan --- src/app/components/statistics/statistics.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/statistics/statistics.component.html b/src/app/components/statistics/statistics.component.html index 7d621a5d..a6d6bd9f 100644 --- a/src/app/components/statistics/statistics.component.html +++ b/src/app/components/statistics/statistics.component.html @@ -28,7 +28,6 @@ *ngIf="!removeFoldersMode && !item.value.watch && sourceFolderService.sourceFolderConnected[item.key]" class="rescan-input-folder" (click)="rescanFolder(item.key)" - (mouseup)="animateThis($event)" title="{{ 'STATISTICS.clickToRescan' | translate }}" @breadcrumbWordAppear > From 62ab7b449a7b725311a92097afdb23a5289318f1 Mon Sep 17 00:00:00 2001 From: schandrasv Date: Sun, 25 Feb 2024 07:05:03 +0530 Subject: [PATCH 2/2] rescan button shows animation and works only on left click --- src/app/components/statistics/statistics.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/statistics/statistics.component.html b/src/app/components/statistics/statistics.component.html index a6d6bd9f..c5f32c71 100644 --- a/src/app/components/statistics/statistics.component.html +++ b/src/app/components/statistics/statistics.component.html @@ -27,7 +27,8 @@