-
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5f670f2
fix: TT-41 Add column in table of projects, also agg and change some …
kevinjlope 287a5aa
fix: TT-41 Add column in table of projects, also agg and change some …
kevinjlope eb677be
fix: TT-41 review and small change/correction of test
kevinjlope 5fb9e55
fix: TT-41 latest changes
kevinjlope 2da046b
fix: TT-41 code small
kevinjlope 459f467
fix: Test Cannot read property 'map' of undefined. (#690)
lenshinoda 94ce9d5
chore(release): 1.44.3 [skip ci]nn
semantic-release-bot 864bce8
fix: TT-41 Add column in table of projects, also agg and change some …
kevinjlope b7af502
fix: TT-41 Add column in table of projects, also agg and change some …
kevinjlope cf621a6
fix: TT-41 review and small change/correction of test
kevinjlope fa5af7d
fix: TT-41 latest changes
kevinjlope 8df5c79
fix: TT-41 code small
kevinjlope 2ed3335
fix: TT-41 last revision of changes
kevinjlope File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: TT-41 Add column in table of projects, also agg and change some …
…variables
- Loading branch information
commit 864bce8d1d7302002779b481c08bcb1f74dbc9a2
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...stomer-management/components/projects/components/project-list/project-list.component.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| @import '../../../../../../../styles/colors.scss'; | ||
|
|
||
| .project-list { | ||
| max-height: 300px; overflow: auto; display:inline-block; width: 100%; | ||
| height: 300%; overflow: auto; display:inline-block; width: 100%; | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,6 +58,8 @@ export class ProjectListComponent implements OnInit, OnDestroy { | |
| const addProps = btnProps.find((prop) => prop.key === this.setActive(project.status)); | ||
| return { ...project, ...addProps }; | ||
| }); | ||
| //console.log(this.projects[0]) | ||
|
||
|
|
||
| }); | ||
| } | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,7 @@ import * as keys from './keys'; | |
| export const environment = { | ||
| production: false, | ||
| timeTrackerApiUrl: 'https://timetracker-api.azurewebsites.net', | ||
| // timeTrackerApiUrl: 'https://127.0.0.1:5000', | ||
|
||
| stackexchangeApiUrl: 'https://api.stackexchange.com', | ||
| }; | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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