Highlight matching transactions in the block visualizations

This commit is contained in:
Mononaut
2023-07-12 10:11:04 +09:00
parent cff2022baf
commit e9c618849d
5 changed files with 74 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ export class StateService {
markBlock$ = new BehaviorSubject<MarkBlockState>({});
keyNavigation$ = new Subject<KeyboardEvent>();
searchText$ = new BehaviorSubject<string>('');
blockScrolling$: Subject<boolean> = new Subject<boolean>();
resetScroll$: Subject<boolean> = new Subject<boolean>();