tabby icon indicating copy to clipboard operation
tabby copied to clipboard

fix(vscode): improve rendering logic

Open wwayne opened this issue 7 months ago • 0 comments

Main fix

1. Empty chat panel when server down

Issue: When the server instance is not up, the chat panel is currently empty. After Fix: Display a message.

Screenshot 2024-07-16 15 52 08 Screenshot 2024-07-16 15 52 24

2. Rendering issue on rapid refresh

Issue: Quickly clicking the refresh button sometimes prevents correct rendering. After Fix: https://jam.dev/c/c6533855-1109-4ba8-9010-b78a5d984eb1

Note

  • This PR needs to be cherry-picked for VSCode 1.8.0
  • Tested other 1.8.0 chat-panel features as well
  • Testing backend version: 0.14.0-rc.0

wwayne avatar Jul 16 '24 09:07 wwayne