Wednesday, June 1, 2022
5 changes · master
Code cleanup and technical improvements
This update reorganizes mock server tests into a single place and applies code style cleanup. It helps keep the web module's automated checks easier to maintain without changing business functionality.
Original PR description
Also lint the mock_server file. 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
The live chat code has been reorganized by moving one of its display templates into its own dedicated file. This makes the module easier to maintain without changing how customers or website visitors use live chat.
Original PR description
The goal is to split the public_livechat.xml file into multiple parts, and move each template into its own file located in `im_livechat/static/src/legacy/widgets/` Task-2825235
The live chat feedback template was moved into its own dedicated file as part of a cleanup of the live chat interface files. This makes the codebase easier to maintain without changing how users experience live chat.
Original PR description
The goal is to split the public_livechat.xml file into multiple parts, and move each template into its own file located in `im_livechat/static/src/legacy/widgets/` Task-2825235
The live chat interface files were reorganized by moving the chat thread template into its own dedicated file. This makes the live chat codebase easier to maintain and update without changing the customer-facing behavior.
Original PR description
The goal is to split the public_livechat.xml file into multiple parts, and move each template into its own file located in `im_livechat/static/src/legacy/widgets/` Task-2825235
The live chat code has been reorganized by moving the document viewer template into its own dedicated file. This makes the module easier to maintain and update without changing how users experience live chat.
Original PR description
The goal is to split the public_livechat.xml file into multiple parts, and move each template into its own file located in `im_livechat/static/src/legacy/widgets/` Task-2825235