-
Notifications
You must be signed in to change notification settings - Fork 1
Time entries section #33
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
Field technology is requiered. Enter this field for clock out. | ||
</div> | ||
<div *ngIf="showAlertEnterTecnology" class="alert alert-danger" role="alert"> | ||
Field technology is requiered. Enter this field for clock out. |
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.
typo: required?
<form> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="formGroupExampleInput" placeholder=" Search project" | ||
style="font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, FontAwesome"> |
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.
why are we defining all these style inline? should not we create a class?
</div> | ||
</div> | ||
<div class="form-group row"> | ||
<label for="inputJiraTicket" class="col-sm-2 col-form-label text-center"><strong>Jira Ticket</strong></label> |
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.
I think all of these styles are just intended to make the screen look exactly the same as time-sheets. We need to make it look better not the same :)
<h6 class="text-left"><strong>Projects</strong></h6> | ||
<form> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="formGroupExampleInput" placeholder=" Search project" |
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.
This component should be drop-down not a input
b87d6fb
to
ed3eaf0
Compare
Issue