Monday, July 25, 2022
3 changes
Resolved issues and error corrections
Users splitting documents can now archive leftover pages instead of losing them after using Discard. This preserves document pages and gives users a clear way to return to the Documents app.
Original PR description
Currently, When we click on 'Discard' after a first action on the split tool, the remaining pages disappears, there is no remaining document. So, in this commit added archive button at top right to archive remaining pages after first action on split tool. when click on archive button selected page from remaining pages are stored in archive. and to come back to documents app add back banner. TaskId: 2277765
The appointment styling was updated to use the newer Bootstrap color contrast method. This helps keep text readable after the Bootstrap 5 migration and prevents visual inconsistencies in appointment pages.
Original PR description
This commit properly convert `color-yiq` SCSS function calls by replacing them with `color-contrast`. Reference: https://getbootstrap.com/docs/5.1/migration/#sass
This update fixes a visual flicker when viewing or editing approval types. It makes the approvals interface feel smoother and reduces distraction for users managing approval workflows.
Original PR description
taskID 2880859