components icon indicating copy to clipboard operation
components copied to clipboard

refactor(multiple): use takeUntilDestroyed() for automatic cleanup

Open MeAkib opened this issue 2 months ago • 0 comments

Replaces manual subscription tracking with takeUntilDestroyed() to ensure subscriptions are cleaned up automatically and simplify the code.

MeAkib avatar Oct 15 '25 20:10 MeAkib