Saturday, January 25, 2025
3 changes · saas-18.1
Enhancements to existing features
When users navigate to a chat window with the Tab key, the conversation now automatically scrolls to the newest unread message. This makes keyboard navigation smoother and helps users pick up conversations faster without manually searching for unread content.
Original PR description
With this commit each time a chat window gets focused from the tab key it will scroll down to the newest unread message in the thread. task-4452871
Users can now type a colon followed by at least two characters to see emoji suggestions while composing mail messages. This makes adding emojis easier without interfering with normal punctuation or existing shortcuts.
Original PR description
[A previous PR](https://github.com/odoo/odoo/pull/192953) moved the canned response delimiter to "::". This PR introduces emoji suggestions on ":". 2 extra char after `:` is necessary to trigger the suggestion, so that this doesn't conflict with ":" when used for punctuation, or also the few emoji substitutions like ":p". <img width="718" alt="Screenshot 2025-01-22 at 16 21 44" src="https://github.com/user-attachments/assets/9b0646c7-bf27-4563-aee0-d0d44686074c" />
New messages and emails in Odoo will no longer trigger extra pop-up toaster notifications. This reduces duplicate alerts because users already see chat bubbles and systray counters, making the messaging experience cleaner and less distracting.
Original PR description
**Current behavior before PR:** Toaster notifications were used for new messages and emails(when handle in odoo), creating redundancy with chat bubbles and systray counters. Leading to a less user-friendly experience. **Desired behavior after PR is merged:** Toaster notifications have been removed for new messages and emails. Task-[4309515](https://www.odoo.com/odoo/project/1519/tasks/4309515) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr