sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.71k stars 297 forks source link

fix many chat UI glitches #5201

Closed sqs closed 2 months ago

sqs commented 2 months ago

Fixes many chat UI glitches that I've noticed over the last few weeks (many which I introduced):

Test plan

For @-mentions: Near the top and bottom of the viewport, open an @-mention. Ensure it flows toward the part of the viewport with more space. Ensure that scrolling does not close it unless it is fully off screen. Resize the chat panel and ensure the @-mention menu remains anchored to the @ in the editor.

For ScrollDown: In chat, ask list the 50 states and ensure the down arrow shows up automatically when the reply goes off screen.

For panel scrolling: Make the VS Code window short and ensure that the chat, history, and prompts panels scroll correctly.

Changelog