Integrate the menu button in the search box

Allows us to make the search box wider, too
This commit is contained in:
2026-02-20 18:35:01 +04:00
parent bf12305600
commit 00454c8fab
5 changed files with 94 additions and 41 deletions

View File

@@ -14,6 +14,6 @@ module('Integration | Component | app-header', function (hooks) {
assert.dom('header.app-header').exists();
assert.dom('.search-box').exists('Search box is present in the header');
assert.dom('.menu-btn').exists('Menu button is present');
assert.dom('.menu-btn-integrated').exists('Menu button is integrated');
});
});