Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create summary column #520

Closed
wants to merge 3 commits into from

Conversation

josephperrott
Copy link
Member

See invididual commits.

Update the label model to include the font color that is of good contrast for the labels background color.
Create a summary column in the prs application for displaying information about a pull request.
@josephperrott josephperrott added action: merge The PR is ready for merge by the caretaker action: review The PR is still awaiting reviews from at least one requested reviewer labels Apr 16, 2022
this.milestone = data.milestone as any;
this.assignees = data.assignees as any;
this.commit = data.commit;
User.getByReference(data.user).then((u) => (this.user = u));
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to await this? Otherwise user might be undefined shortly right?

Copy link
Member

@devversion devversion Apr 17, 2022

Choose a reason for hiding this comment

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

Tsetse complains about this. I believe it would be good supporting async population of a model. We control the instantiation anyway, so that would improve this even further.

Copy link
Member Author

Choose a reason for hiding this comment

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

I awaited it and will make the instantiation async in a follow up.

@devversion
Copy link
Member

This PR was merged into the repository by commit 8a7e038.

devversion pushed a commit that referenced this pull request Apr 17, 2022
Create a summary column in the prs application for displaying information about a pull request.

PR Close #520
@josephperrott josephperrott deleted the create-summary branch April 17, 2022 22:08
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators May 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker action: review The PR is still awaiting reviews from at least one requested reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants