Friday, January 31, 2025
2 changes · saas-18.1
Enhancements to existing features
Users can now start typing while the quick reaction menu is open to automatically open the full emoji picker and search for the emoji they want. This makes reacting to messages smoother when the desired emoji is not among the frequently used options.
Original PR description
"Add reaction" message action shows the quick reaction menu, which shows a nice listing of the most frequently used emoji. Sometimes the desired emoji is not there, and it's clunky to click on "+" and then search. This commit intercepts keydown that are not used for naviation in the quick reaction menu, so that it automatically opens the full emoji picker. That way, we can quickly search for the desired emoji for the message reaction 
Scheduled background jobs that use progress tracking now keep running for at least 10 seconds when there is still work to process. This helps process more pending records in each run, reducing delays without changing how users interact with the system.
Original PR description
When using the progress API, run for at least 10 seconds if there are rows to be processed. This is a simple alternative to solution described in task-4433571. task-4433571 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr