Tuesday, January 14, 2025
3 changes · 17.0
Resolved issues and error corrections
Fixes a website editor issue where attempting to crop an illustration without permission could leave the page stuck and prevent saving. The editor now detects when the crop tool did not open and allows users to continue their work normally.
Original PR description
Steps to produce: - Drop 'Text - Image' block - Replace image by illustration - Try to crop image - A notification is displayed - Try saving The issue is ImageCrop is still not opened and we are trying to wait for image_cropper_destroyed to trigger, so here we check if ImageCrop is not opened. task-4246644
Tax tags generated from tax reports will now be translated automatically when they match the related report line name. This helps users in localized accounting setups, such as Israel, see clearer tax labels in their own language.
Original PR description
The tax tags are translatable but never translated automatically because they are generated dynamically from the tax report. This commit aims at improving this by translating automatically the tags that match exactly the name of the tax report line, for instance in Israel.
The live status badge on minimized call participant cards now has proper spacing and a transparent surrounding background. This makes active call status easier to read and avoids a visually broken appearance during calls.
Original PR description
Before this commit the `LIVE` badge on the minimized call participant card had some styling issues. This was caused by missing padding on the related div tag and non-transparent background on the parent tag. This commit fixes the issue by introducing some padding and removing the css class that adds background opacity. This commit also removes the now unused css class. Before:   After:  