Issue #3558389 by dydave: Admin Toolbar Search: Refactored mobile toolbar item...
https://www.drupal.org/project/admin_toolbar/issues/3558389
Admin Toolbar Search: Refactored mobile toolbar item to use core toolbar tray.
- Removed mobile tab and replaced with standard core toolbar tray displayed for smaller screen sizes.
- Updated Functional tests of module's settings form to check for the correct markup elements.
- Refactored
keyboard_shortcutJS library and added a new Functional JavaScript test class to cover JS fileadmin_toolbar_search.keyboard_shortcut.jsproviding the search keyboard shortcut feature (Alt + a). - Added
declare(strict_types=1)to all Functional JavaScript tests. - Minor clean-up of Controller class
Drupal\admin_toolbar_tools\Controller\ToolbarController: Removed an unused service.
Edited by David Suissa