-
Notifications
You must be signed in to change notification settings - Fork 1
feat: TT-296 add scroll to the current time in calendar component #715
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
Codecov Report
@@ Coverage Diff @@
## master #715 +/- ##
==========================================
+ Coverage 93.09% 95.19% +2.10%
==========================================
Files 85 106 +21
Lines 1564 2186 +622
Branches 107 167 +60
==========================================
+ Hits 1456 2081 +625
+ Misses 67 61 -6
- Partials 41 44 +3
Continue to review full report at Codecov.
|
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 @PieritoAlva95 💥 , please consider my suggestions.
src/app/modules/time-entries/components/calendar/calendar.component.ts
Outdated
Show resolved
Hide resolved
|
Kudos, SonarCloud Quality Gate passed!
|
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.
Well done @PieritoAlva95, this new feature works fine.








Description of the problem
Currently in the part of the calendar that is merged into production, when clicking on the week or day view, these views show entries from 12 AM and users have to scroll to the current time or task they are working on.

Solution
This PR solves this problem by making the week and day views display at the current time or to be more specific to show the view in the red horizontal bar.

