From 00454c8fab2766c8838be857d05203f0d2eebbaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 20 Feb 2026 18:35:01 +0400 Subject: [PATCH] Integrate the menu button in the search box Allows us to make the search box wider, too --- app/components/app-header.gjs | 11 +-- app/components/icon.gjs | 2 + app/components/search-box.gjs | 23 ++++- app/styles/app.css | 97 ++++++++++++++----- .../components/app-header-test.gjs | 2 +- 5 files changed, 94 insertions(+), 41 deletions(-) diff --git a/app/components/app-header.gjs b/app/components/app-header.gjs index d04b5bc..7c38228 100644 --- a/app/components/app-header.gjs +++ b/app/components/app-header.gjs @@ -24,16 +24,7 @@ export default class AppHeaderComponent extends Component {