Skip to content

refactor(application-header): prevent NG0956 warning in launchpad fac…#1696

Merged
spike-rabbit merged 1 commit intomainfrom
refactor/ng0956-trackby-launchpad
Mar 24, 2026
Merged

refactor(application-header): prevent NG0956 warning in launchpad fac…#1696
spike-rabbit merged 1 commit intomainfrom
refactor/ng0956-trackby-launchpad

Conversation

@spliffone
Copy link
Copy Markdown
Member

@spliffone spliffone commented Mar 20, 2026

@spliffone spliffone requested review from a team as code owners March 20, 2026 09:06
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request refactors the @for loop in si-launchpad-factory.component.html to use track $index instead of track category. This change is appropriate because the category objects are dynamically created within a computed signal, leading to unstable object identities. Tracking by $index resolves potential performance issues and warnings related to inefficient DOM updates.

@spliffone spliffone force-pushed the refactor/ng0956-trackby-launchpad branch from a692ca8 to af41fa0 Compare March 24, 2026 14:36
Copy link
Copy Markdown
Member

@spike-rabbit spike-rabbit left a comment

Choose a reason for hiding this comment

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

👍

@spike-rabbit spike-rabbit enabled auto-merge March 24, 2026 14:39
@spike-rabbit spike-rabbit added this pull request to the merge queue Mar 24, 2026
Merged via the queue into main with commit 1d293d2 Mar 24, 2026
11 checks passed
@spike-rabbit spike-rabbit deleted the refactor/ng0956-trackby-launchpad branch March 24, 2026 15:04
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