Skip to content

Conversation

@mcdurdin
Copy link
Member

Test-bot: skip

@keymanapp-test-bot
Copy link

User Test Results

Test specification and instructions

User tests are not required

@keymanapp-test-bot keymanapp-test-bot bot added this to the A19S21 milestone Jan 26, 2026
@mcdurdin mcdurdin merged commit 45d65e8 into master Jan 26, 2026
4 checks passed
@mcdurdin mcdurdin deleted the maint/angular-21 branch January 26, 2026 02:40
@github-project-automation github-project-automation bot moved this from Todo to Done in Keyman Jan 26, 2026
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

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

ah, already merged.

platform.value was the only real question I had

@if (user.login != '') {
<span class="summary-label">Issues <a href="https://github.com/search?q=org%3Akeymanapp+assignee%3A{{user.login}}+milestone%3A{{status.currentSprint?.title}}+is%3Aopen&type=issues" target="_blank">assigned</a> to <a href="https://github.com/{{user.login}}" target="_blank">&#64;{{user.login}}</a> in {{status.currentSprint?.title}}</span>
}
@if (user.login == '') {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does else work?

Suggested change
@if (user.login == '') {
@else {

@@ -1 +1,5 @@
<span (click)="copyToClipboard()" title="{{title}}"><ng-container *ngIf="!loading">📋</ng-container><span *ngIf="loading" class="spinner-border spinner-border-sm"></span></span>
<span (click)="copyToClipboard()" title="{{title}}">@if (!loading) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you want @if (!loading) { on a separate line for coding tyle?

<app-pull-request [status]="status" [changeCounter]="changeCounter" [teamCity]="status.teamCity" [scope]="'platform'" [scopeValue]="platform.value.id" [gravityX]="'left'" [gravityY]="'bottom'" [pull]="pull"></app-pull-request>
</span>
</div>
@for (emoji of platform.pullsByEmoji | keyvalue; track emoji.key) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Throughout the PR I see platform.value is now just platform.

@mcdurdin
Copy link
Member Author

ah, already merged.

platform.value was the only real question I had

Yeah, that was a change made by the way loops are now done with @for. I merged immediately because it's a maintenance change on status which I don't really think we need to expend energy reviewing at this point. Plenty of other things to chase 😁. I guess one day we'll need to include status in our normal review process but let's wait until we have more resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants