Kris
e38351446e
UX: banner headline should not be an H1 ( #98 )
2025-07-02 14:16:46 -04:00
Martin Brennan
2f705730b3
DEV: Remove qunit test for search input ( #97 )
...
With https://github.com/discourse/discourse/pull/33098 ,
you can no longer see the search button in the header if
the welcome/search banner is shown, so we don't need to
check for this.
2025-06-06 18:14:41 +10:00
Martin Brennan
1fe3ff23f2
FIX: Use search input id for <SearchMenu /> component ( #87 )
...
Relies on https://github.com/discourse/discourse/pull/32099 from
core, which introduces a searchInputId to differentiate
search inputs, since we have 3 now (welcome banner, header, icon)
2025-04-04 11:54:51 +10:00
Martin Brennan
e00b4e1992
DEV: Update theme name to Advanced Search Banner ( #84 )
...
Since we are moving a simplified version of this
into core at https://github.com/discourse/discourse/pull/31516 ,
this component becomes Advanced Search Banner.
The core welcome banner will be hidden if this
component is installed.
This commit also re-enables previously disabled
specs that would have failed the core PR.
2025-03-17 12:18:24 +10:00
David Taylor
2b24f942b3
DEV: Update linting ( #53 )
2024-03-27 22:55:23 +01:00
Joffrey JAFFEUX
6ba0e9d0a4
FIX: search menu is now closed on keydown ( #50 )
2024-01-22 15:19:02 +01:00
Jarek Radosz
934e0d3577
DEV: Update linting ( #47 )
2023-11-29 23:06:37 +01:00
Isaac Janzen
d57ce477f8
DEV: Update to glimmer search menu ( #46 )
...
# Without Search Button Text
<img width="599" alt="Screenshot 2023-11-28 at 1 41 23 PM" src="https://github.com/discourse/discourse-search-banner/assets/50783505/f3db62c8-3a64-410a-a254-88cdab9d5d9f ">
<img width="635" alt="Screenshot 2023-11-28 at 1 41 32 PM" src="https://github.com/discourse/discourse-search-banner/assets/50783505/c595d6e3-bc04-472c-869a-9c2567399085 ">
<img width="580" alt="Screenshot 2023-11-28 at 1 44 11 PM" src="https://github.com/discourse/discourse-search-banner/assets/50783505/400a9b72-c599-4518-94f7-a46eb41eb541 ">
# With Search Button Text
<img width="604" alt="Screenshot 2023-11-28 at 1 46 17 PM" src="https://github.com/discourse/discourse-search-banner/assets/50783505/1195e798-0d21-489f-8672-a5ccd3960b91 ">
<img width="557" alt="Screenshot 2023-11-28 at 1 45 39 PM" src="https://github.com/discourse/discourse-search-banner/assets/50783505/7eb6681b-08f3-4a7f-98ba-8a3fbe283baa ">
# Shared search term
https://github.com/discourse/discourse-search-banner/assets/50783505/fdf12c12-1c9a-4fb6-bd44-8ca5fe2d30d0
2023-11-28 13:59:07 -07:00