From ec2b162bf5713bc7a8442c496605fdeb9457679c Mon Sep 17 00:00:00 2001 From: Harshit Soni Date: Tue, 11 Nov 2025 12:51:58 +0530 Subject: [PATCH] Noticeable lag in red dot UI SPRW-690 --- .../TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts | 4 ++-- .../TestflowScheduleRVExplorerPage.ViewModel.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts index f60d5afa2d..239d171eec 100644 --- a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts +++ b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowExplorerPage/TestflowExplorerPage.ViewModel.ts @@ -192,7 +192,7 @@ export class TestflowExplorerPageViewModel { */ public updateNodes = new Debounce().debounce( this.updateNodesDebounce as any, - 300, + 50, ); /** @@ -219,7 +219,7 @@ export class TestflowExplorerPageViewModel { */ public updateEdges = new Debounce().debounce( this.updateEdgesDebounce as any, - 300, + 50, ); /** diff --git a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts index 1a40f7a506..3ac21218b4 100644 --- a/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts +++ b/apps/@sparrow-desktop/src/pages/workspace-page/sub-pages/TestflowScheduleRVExplorerPage.svelte/TestflowScheduleRVExplorerPage.ViewModel.ts @@ -166,7 +166,7 @@ export class TestflowScheduleRVExplorerPageViewModel { */ public updateNodes = new Debounce().debounce( this.updateNodesDebounce as any, - 300, + 50, ); /** @@ -193,7 +193,7 @@ export class TestflowScheduleRVExplorerPageViewModel { */ public updateEdges = new Debounce().debounce( this.updateEdgesDebounce as any, - 300, + 50, ); /**