WEB-954: Performance, Subscription management migration#3590
WEB-954: Performance, Subscription management migration#3590alberto-art3ch wants to merge 1 commit into
Conversation
|
Important Review skippedToo many files! This PR contains 182 files, which is 32 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (182)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Note
|
e48ea25 to
b0043f5
Compare
IOhacker
left a comment
There was a problem hiding this comment.
This seems AI generated, too many file changes in a PR to be properly tested
066ea2c to
9d054f8
Compare
9d054f8 to
1289e44
Compare
Description
Migrate subscription management from Subject / takeUntil to DestroyRef / takeUntilDestroyed across the application
Refactor to replace the manual subscription cleanup pattern (
Subject<void> + takeUntil(this.destroy$) + ngOnDestroy)with Angular's built-in DestroyRef token and thetakeUntilDestroyed()operator.Related issues and discussion
WEB-954
Screenshots, if any
Checklist
Please make sure these boxes are checked before submitting your pull request - thanks!
If you have multiple commits please combine them into one commit by squashing them.
Read and understood the contribution guidelines at
web-app/.github/CONTRIBUTING.md.