Wednesday, February 17, 2021
2 changes · master
Enhancements to existing features
Mobile users filling out Sign documents now get a larger bottom sheet text field when entering text. This makes it easier to read and edit what they type without relying only on zooming into the PDF.
Original PR description
Before this commit, text fields were very small and it's was hard to see what we were writing in it. The only possibility was to zoom in the PDF. In this commit, a bottom sheet with a text field in it now appears when you start to fill in the form. you clearly see what you are writing. Note that the zoom is still essential if you want to see the pdf content. Task ID: 2463472
Planning screens now show time off more clearly when it falls on the current day, making schedules easier to read. The planning form also keeps task information visible and hides empty shift template labels, reducing confusion for users managing shifts.
Original PR description
Currently, In Gantt view time off is not properly display when it falls on today's date, and in the form view task field is not always visible so improve it In this commit, display time off in a darker gray when it falls on today's date in Gantt view and always display the task field and hide the shift template label if there is nothing to display in form view. TaskID-2453261