Thursday, January 16, 2025
3 changes · saas-18.1
Enhancements to existing features
The IoT hardware drivers now use a shared check to confirm the linked server address is available before related actions run. This makes device communication more consistent and reduces connection-related failures caused by missing setup information.
Original PR description
Lots of methods need to know the associated database url. It is sometimes checked in the caller method, and sometimes inside of the called method itself. We now use a decorator that checks it for us. Task: 4391509
Users now see a clearer notification when they leave a live chat conversation. This reduces confusion for support agents and visitors by making the action and its result easier to understand.
Original PR description
This commit changes the toast notification message when leaving a livechat conversation. task-4481370
The user form phone field has been visually aligned to better match the surrounding layout. This small interface polish improves readability and creates a cleaner, more consistent experience when viewing or editing user details.
Original PR description
Aligned the phone field to ensure it properly matches the overall layout and maintains visual consistency across the form. This adjustment improves the user interface by correcting misalignment issues, enhancing readability, and providing a cleaner design. Task-4427199