[17.0] Search Panel Not Visible on Small Screen Sizes
Module
base_geoengine
Describe the bug
In version 17.0, the search panel fails to appear when the window width is reduced beyond a certain point. When the screen width becomes narrow, the search icon (magnifying glass) should appear as a responsive element to allow users to access the search functionality on smaller screens. However, this icon does not show up, making it impossible to access the search panel in narrow views.
Suspected cause
This issue is likely due to missing code in the controller’s template. It seems that a portion of code responsible for handling the search icon visibility and responsiveness might be absent or improperly configured. Adding this code segment could restore the expected behavior, allowing the search panel icon to display on reduced screen sizes.
<t t-set-slot="control-panel-navigation-additional">
<t t-component="searchBarToggler.component" t-props="searchBarToggler.props"/>
</t>