-
Notifications
You must be signed in to change notification settings - Fork 1
refactor: TTA-49 change date picker #886
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
refactor: TTA-49 change date picker #886
Conversation
Codecov Report
@@ Coverage Diff @@
## master #886 +/- ##
==========================================
+ Coverage 97.48% 97.63% +0.14%
==========================================
Files 107 112 +5
Lines 2430 2542 +112
Branches 203 209 +6
==========================================
+ Hits 2369 2482 +113
+ Misses 23 22 -1
Partials 38 38
Continue to review full report at Codecov.
|
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
6a5a1bc
to
a5fa364
Compare
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
a5fa364
to
ea90229
Compare
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
ea90229
to
eb1aee6
Compare
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
eb1aee6
to
5596911
Compare
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
5596911
to
0bd80d3
Compare
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
</form> | ||
|
||
|
||
|
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.
Leave only one white space at the end of the file
display: flex; | ||
justify-content: space-between; | ||
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.
Add a white space at the end of the file
import { ToastrService } from 'ngx-toastr'; | ||
import { EntryState } from 'src/app/modules/time-clock/store/entry.reducer'; | ||
import * as entryActions from '../../../time-clock/store/entry.actions'; | ||
|
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.
Remove white spaces between imports
|
||
|
||
import { TimeRangeCustomComponent } from './time-range-custom.component'; | ||
|
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.
Add one aditional whitespace after imports
expect(component.onSubmit).not.toHaveBeenCalled(); | ||
}); | ||
|
||
}); |
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.
Add a white space at the end of the file
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
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 job!
Kudos, SonarCloud Quality Gate passed!
|
This reverts commit 1e8323c.
No description provided.