-
Notifications
You must be signed in to change notification settings - Fork 21
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
Dev/wip 1139 title progress #1313
Conversation
Delete EditProgressDashboardComponentData from edit-progress-dashboard.component.ts
Deployed to https://test-deployment-pr-1313.herokuapp.com/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good and simple approach, works very seamlessly.
I think it should be more visible that the title can be edited. The typical styling of the MatInput
is missing there, maybe due to the usage of <h1>
. Can you check if there is a easy way to make the title look editable?
Add mat-form-field with class title-field. At .title-field width: 100%
I forgot to add |
Deployed to https://test-deployment-pr-1313.herokuapp.com/ |
Delete <h1> from title, add font-size: 32px Fix unit test. Do not added new cases
Add new test step for "title"
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now, just some small cleanup ideas
.../progress-dashboard-widget/edit-progress-dashboard/edit-progress-dashboard.component.spec.ts
Outdated
Show resolved
Hide resolved
...res/progress-dashboard-widget/edit-progress-dashboard/edit-progress-dashboard.component.html
Show resolved
Hide resolved
...res/progress-dashboard-widget/edit-progress-dashboard/edit-progress-dashboard.component.html
Outdated
Show resolved
Hide resolved
...tures/progress-dashboard-widget/edit-progress-dashboard/edit-progress-dashboard.component.ts
Outdated
Show resolved
Hide resolved
Add <mat-error>; Delete get tooltipOnSave()
# Conflicts: # src/app/features/progress-dashboard-widget/edit-progress-dashboard/edit-progress-dashboard.component.spec.ts # src/app/features/progress-dashboard-widget/edit-progress-dashboard/edit-progress-dashboard.component.ts
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work. Thank you for implementing this feature!
🎉 This PR is included in version 3.11.1-master.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.11.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
see issue: #1139
Frontend Changes
Backend Changes