You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix version dropdown (#2383)
* Fix version dropdown
Hide versionless VersioningSystems
* Potential fix for pull request finding 'Call to System.IO.Path.Combine'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
---------
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Remove the behaviour where AskAI is triggered if there are no results (……#2351)
* Remove the behaviour where AskAI is triggered if there are no results
* Adjust test to new behaviour
Implement roving tab index for search experience (#2335)
* Implement roving tab index for search experience
* Fix tests
* Only show a single selected/active state in search result list
* Fix spacing
Implement latest Ask AI designs (#2306)
* Implement latest AskAI experience
- Also includes some search adjustments and overall adjustments
- Use new AI Assistant icon and colors
- Run streaming in background, so that you can close and open the popover
* eslint fixes