Wednesday, July 17, 2024
2 changes · saas-17.4
Enhancements to existing features
The events page is easier to scan and filter, with country indicators on event cards, clearer tag filter counts, and a faster way to clear tag selections. Country searches now only show events from the selected country, avoiding unrelated online events in those results.
Original PR description
1. Add country flag when filter option is on ( & Reduce search bar width for >lg screens ) 2. Show pill with number of category tags searched. Add an 'all' option to remove all search from a category at once. This replaces the color tags shown on a separate line ONLY for larger screens. Smaller ones use a different search panel. 3. Exclude online events when searching for a given country See underlying commits for details. Task-3869922
Manual guided tours now use an interaction-focused engine instead of the same automation engine used for background tours. This makes tours better suited to real user behavior, including stepping backward when the highlighted item is no longer visible.
Original PR description
Before, the manual tour and auto tour were using the same mecanism. Now, it separate to be more appropriate. The auto tour should keep using a macro engine because it's a automatically executing engine. But the manual tour is a functionality that is interacting with the user. So the use an interactive tour engine is more appropriate. With this new engine, a new functionality has been added. The tour can now backward. It's used here for backward when the pointer lose the trigger of the step. It will backward until a step that have a trigger on the view. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr