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

feat(pmp): edit repository in settings - front #229

Merged
merged 1 commit into from
May 20, 2020

Conversation

ABartoszko
Copy link
Contributor

refs #107

@ABartoszko ABartoszko requested review from Stefaneek and Sikora00 and removed request for Stefaneek April 30, 2020 08:54
@Sikora00 Sikora00 closed this May 1, 2020
@Sikora00 Sikora00 reopened this May 1, 2020
}

initForm(): void {
this.form = this.fb.group({
Copy link
Contributor

Choose a reason for hiding this comment

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

create service for this component to reduce the complexity.

})
.subscribe(
() => {
// TODO: move to separate lib with service e.g SnackbarService
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not now?

this.matDialog.open(AddRepositoryDialogComponent, {
width: '350px' // Consider better way of setting width of dialogs
this.matDialog.open(AddEditRepositoryDialogComponent, {
width: '350px', // Consider better way of setting width of dialogs,
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you fix this?

@ABartoszko ABartoszko requested a review from Sikora00 May 7, 2020 10:16
@@ -0,0 +1,3 @@
.add-edit-repository-dialog {
width: 400px;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that the best solution in the context of RWD?

@MaciejSikorski MaciejSikorski merged commit b105fe1 into feature/PMP-107 May 20, 2020
@MaciejSikorski MaciejSikorski deleted the feature/PMP-107-1 branch May 20, 2020 16:20
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.

3 participants