Tuesday, October 20, 2020
3 changes · master
Enhancements to existing features
The default website logo has been replaced with a new version that includes a white background. This makes the logo display more consistently across websites using different background colors.
Original PR description
This commit replace the default website logo image by a new one. This new website logo image works with any background color thanks to its white background. task-2362012 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update improves how visitor information is named and handled in live chat channel details. It makes the data easier to understand and maintain, helping ensure visitor banners and chat notifications continue to display the right information consistently.
Original PR description
task-2345866
The Unsplash image feature now shows clearer, more helpful messages when setup or search problems occur. This improves the user experience by making issues such as missing keys, unavailable search, or authorization problems easier to understand.
Original PR description
The goal of this PR is to update all unsplash alert messages : - message : "unsplash key not found" - message : "search temporarily unavailable" - message : "unauthorized key" - message : "something went wrong" and replace them with cleaner content. task-2341558