style: TT-315 Fixed headers days of the week #732
Merged
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.
Problem
As Time-tracker is working now, there are a few problems with the calendar feature in the Time entries section.
The problems are:
1.- In the month view, when we scroll down, the days of the week disappear:
2.- The same problem described above occurs in the week view section:
3.- Also, in the month view, when we decrease the size of the screen, the time entries are not responsive:
Solution
For the problems listed before, the solutions are:
1.- In this pull request, no matter how deep we scroll in the calendar, the days of the week stay fixed as a header:
2.- The solution in the previous point also applies to the week section:
3.- In terms of the time entries, when there is a reduction in the screen size, time entries decrease its size as well:
Note:
As a bonus in this pull request, Monday became the first day of the week instead of Sunday.