-
Notifications
You must be signed in to change notification settings - Fork 1
TT-41 save technologies as part of project #687
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
Conversation
e45890c to
2da046b
Compare
Codecov Report
@@ Coverage Diff @@
## master #687 +/- ##
==========================================
+ Coverage 93.09% 93.82% +0.73%
==========================================
Files 85 103 +18
Lines 1564 2042 +478
Branches 107 148 +41
==========================================
+ Hits 1456 1916 +460
- Misses 67 84 +17
- Partials 41 42 +1
Continue to review full report at Codecov.
|
| const addProps = btnProps.find((prop) => prop.key === this.setActive(project.status)); | ||
| return { ...project, ...addProps }; | ||
| }); | ||
| //console.log(this.projects[0]) |
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.
Delete this lines
|
|
||
| .project-list { | ||
| max-height: 300px; overflow: auto; display:inline-block; width: 100%; | ||
| height: 300%; overflow: auto; display:inline-block; width: 100%; |
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.
you can use auto height: auto
src/environments/environment.ts
Outdated
| export const environment = { | ||
| production: false, | ||
| timeTrackerApiUrl: 'https://timetracker-api.azurewebsites.net', | ||
| // timeTrackerApiUrl: 'https://127.0.0.1:5000', |
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.
dele this comment
|
Kudos, SonarCloud Quality Gate passed!
|
Column of technologies add in the tablet of projects.