Commit 9502da9
committed
Add traditional search button to home page banner
- Add dedicated search button next to chat entry field on home page
- Maintains existing chat functionality while providing traditional search access
- Button opens existing search modal with full documentation search capabilities
- Styled consistently with chat form (white border, dark background, hover effects)
- Includes tooltip showing keyboard shortcut (Ctrl+K)
- Updated search modal click handler to support new button
- Provides clear distinction between AI chat and traditional search options
- Leverages existing search infrastructure and keyboard shortcuts
This enhancement gives users immediate access to both AI-powered chat and traditional documentation search directly from the home page, improving discoverability and user experience.1 parent 1162d32 commit 9502da9
2 files changed
+15
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
21 | 31 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
| |||
0 commit comments