Skip to content

Feat/473 add project modal search #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rnastyuk
Copy link
Collaborator

Summary

Added reusable project selector input component.

@rnastyuk rnastyuk requested a review from nsemets August 20, 2025 15:17
@rnastyuk rnastyuk self-assigned this Aug 20, 2025
nsemets
nsemets previously approved these changes Aug 20, 2025
Comment on lines +114 to +119
effect(() => {
this.destroyRef.onDestroy(() => {
this.destroy$.next();
this.destroy$.complete();
});
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this.


private setupFilterDebounce(): void {
this.filterSubject
.pipe(debounceTime(300), distinctUntilChanged(), takeUntil(this.destroy$))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.pipe(debounceTime(300), distinctUntilChanged(), takeUntil(this.destroy$))
.pipe(debounceTime(300), distinctUntilChanged(), takeUntilDestroyed(this.destroyRef))

@nsemets nsemets dismissed their stale review August 20, 2025 15:51

Fix comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants