The search page now reads `q` and `mode` query parameters from the URL, enabling proper integration with the command palette's search/ask actions. Changes: - Read URL params using useSearchParams hook - Initialize form fields and active tab from URL params - Auto-trigger search/ask when arriving with URL params - Handle subsequent navigations while on the search page |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| tailwind.config.ts | ||
| tsconfig.json | ||