Tuesday, October 11, 2022
3 changes · master
Enhancements to existing features
The live chat visitor banner has been reorganized so its display data is handled in a more consistent internal model. This makes the feature easier to maintain and evolve without changing the visible experience for website visitors or operators.
Original PR description
\* = website_livechat + Create VisitorBannerView model + Pass record as props + Turn other props on component into fields on model + Remove export default Task-3004301.
The demo data for project timesheets has been updated so approved time off is shown with corresponding timesheet entries. This makes sample data more realistic and helps users better understand how time off appears in timesheet reporting.
Original PR description
In this commit before, timesheets are not generated for approved time off. So we have entered the timesheet regarding the approved time off. task-2960247
The mail enterprise swipe view code was reorganized so its behavior lives in the underlying model layer rather than the visual component. This internal cleanup should make the mail interface easier to maintain and evolve without changing the user experience.
Original PR description
Task-3004296.