Monday, June 27, 2022
1 change · master
Resolved issues and error corrections
The attachment viewer now responds more reliably when invoices move from draft to confirmed and when screen size changes. This prevents layout issues such as incorrect side panels or margins, improving the consistency of the form view for users.
Original PR description
Make hasAttachmentViewer more state oriented than lifecycle oriented. This will fix issue where `aside` is not correctly computed when going from draft invoice to confirmed invoice (attachment viewer gaining the invisible modifier). As a bonus, it will also fix margin issues when going from large screen to small screen while the attachment viewer is active. task-2894325 Part of task-2871070