Skip to content

Merge branch dev with rel-10.5#25633

Merged
voloagent merged 3 commits into
devfrom
auto-merge/rel-10-5/4657
Jun 15, 2026
Merged

Merge branch dev with rel-10.5#25633
voloagent merged 3 commits into
devfrom
auto-merge/rel-10-5/4657

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR generated automatically to merge dev with rel-10.5. Please review the changed files before merging to prevent any errors that may occur.

@voloagent voloagent marked this pull request as ready for review June 15, 2026 10:40
Copilot AI review requested due to automatic review settings June 15, 2026 10:40
@voloagent voloagent merged commit e1d6daa into dev Jun 15, 2026
1 check passed
@voloagent voloagent deleted the auto-merge/rel-10-5/4657 branch June 15, 2026 10:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This auto-generated merge PR brings dev changes into rel-10.5, mainly updating Angular UI behavior around loading indicators and the Manage Profile page state handling.

Changes:

  • Refactored abpLoading directive cleanup logic into a dedicated clearLoading() method.
  • Updated Manage Profile component to use Angular signals (toSignal, signal) and an explicit profileLoading flag instead of AsyncPipe.
  • Adjusted Manage Profile template to consume signals and show the loading overlay based on profileLoading().

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
npm/ng-packs/packages/theme-shared/src/lib/directives/loading.directive.ts Refactors loading cleanup, adds clearLoading(), and changes timer/load handling.
npm/ng-packs/packages/account/src/lib/components/manage-profile/manage-profile.component.ts Moves profile state consumption to signals and introduces profileLoading toggled via finalize().
npm/ng-packs/packages/account/src/lib/components/manage-profile/manage-profile.component.html Switches template from AsyncPipe to signal reads and uses profileLoading() for [abpLoading].

Comment on lines 61 to +64
.subscribe(() => {
if (!this.loading()) {
return;
}
Comment on lines +88 to +91
if (this.rootNode?.parentElement) {
this.renderer.removeChild(this.rootNode.parentElement, this.rootNode);
this.rootNode = null;
}
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.

4 participants